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, setTitleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAbstract, getTitlepublic List<String> getKeywords()
getKeywords in interface WMTSServiceIdentificationpublic String getServiceType()
getServiceType in interface WMTSServiceIdentificationpublic void setServiceType(String serviceType)
public String getServiceTypeVersion()
getServiceTypeVersion in interface WMTSServiceIdentificationpublic void setServiceTypeVersion(String serviceTypeVersion)
public String getProfile()
getProfile in interface WMTSServiceIdentificationpublic void setProfile(String profile)
public String getFees()
getFees in interface WMTSServiceIdentificationpublic void setFees(String fees)
public String getAccessConstraints()
getAccessConstraints in interface WMTSServiceIdentificationpublic void setAccessConstraints(String accessConstraints)