public abstract class WMTSServiceIdentificationImpl extends WMTSBaseStruct implements WMTSServiceIdentification
gmlTag
Constructor and Description |
---|
WMTSServiceIdentificationImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getAccessConstraints() |
String |
getFees() |
List<String> |
getKeywords() |
String |
getProfile() |
String |
getServiceType() |
String |
getServiceTypeVersion() |
void |
setAccessConstraints(String accessConstraints) |
void |
setFees(String fees) |
void |
setKeywords(List<String> k) |
void |
setProfile(String profile) |
void |
setServiceType(String serviceType) |
void |
setServiceTypeVersion(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 List<String> getKeywords()
getKeywords
in interface WMTSServiceIdentification
public String getServiceType()
getServiceType
in interface WMTSServiceIdentification
public void setServiceType(String serviceType)
public String getServiceTypeVersion()
getServiceTypeVersion
in interface WMTSServiceIdentification
public void setServiceTypeVersion(String serviceTypeVersion)
public String getProfile()
getProfile
in interface WMTSServiceIdentification
public void setProfile(String profile)
public String getFees()
getFees
in interface WMTSServiceIdentification
public void setFees(String fees)
public String getAccessConstraints()
getAccessConstraints
in interface WMTSServiceIdentification
public void setAccessConstraints(String accessConstraints)