public abstract class WMTSServiceIdentificationImpl extends WMTSBaseStruct implements WMTSServiceIdentification
gmlTag
Constructor and Description |
---|
WMTSServiceIdentificationImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccessConstraints() |
java.lang.String |
getFees() |
java.util.List<java.lang.String> |
getKeywords() |
java.lang.String |
getProfile() |
java.lang.String |
getServiceType() |
java.lang.String |
getServiceTypeVersion() |
void |
setAccessConstraints(java.lang.String accessConstraints) |
void |
setFees(java.lang.String fees) |
void |
setKeywords(java.util.List<java.lang.String> k) |
void |
setProfile(java.lang.String profile) |
void |
setServiceType(java.lang.String serviceType) |
void |
setServiceTypeVersion(java.lang.String serviceTypeVersion) |
compareName, getAbstract, getIdentifier, getTitle, nextText, parse, setAbstract, setIdentifier, setTitle
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAbstract, getTitle
public java.util.List<java.lang.String> getKeywords()
getKeywords
in interface WMTSServiceIdentification
public void setKeywords(java.util.List<java.lang.String> k)
public java.lang.String getServiceType()
getServiceType
in interface WMTSServiceIdentification
public void setServiceType(java.lang.String serviceType)
public java.lang.String getServiceTypeVersion()
getServiceTypeVersion
in interface WMTSServiceIdentification
public void setServiceTypeVersion(java.lang.String serviceTypeVersion)
public java.lang.String getProfile()
getProfile
in interface WMTSServiceIdentification
public void setProfile(java.lang.String profile)
public java.lang.String getFees()
getFees
in interface WMTSServiceIdentification
public void setFees(java.lang.String fees)
public java.lang.String getAccessConstraints()
getAccessConstraints
in interface WMTSServiceIdentification
public void setAccessConstraints(java.lang.String accessConstraints)