public class OwsServiceIdentification extends OwsDescription
| Constructor and Description |
|---|
OwsServiceIdentification(OwsCode serviceType,
Set<String> serviceTypeVersion,
Set<URI> profiles,
Set<String> fees,
Set<String> accessConstraints,
MultilingualString title,
MultilingualString abstrakt,
Set<OwsKeyword> keywords) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Set<String> |
getAccessConstraints() |
Set<String> |
getFees() |
Set<URI> |
getProfiles() |
OwsCode |
getServiceType() |
Set<String> |
getServiceTypeVersion() |
int |
hashCode() |
void |
setAccessConstraints(Collection<String> accessConstraints) |
void |
setFees(Collection<String> fees) |
void |
setProfiles(Collection<URI> profiles) |
void |
setServiceType(OwsCode serviceType) |
void |
setServiceTypeVersion(Collection<String> serviceTypeVersion) |
String |
toString() |
getAbstract, getKeywords, getTitle, setAbstrakt, setKeywords, setTitlepublic OwsServiceIdentification(OwsCode serviceType, Set<String> serviceTypeVersion, Set<URI> profiles, Set<String> fees, Set<String> accessConstraints, MultilingualString title, MultilingualString abstrakt, Set<OwsKeyword> keywords)
public OwsCode getServiceType()
public void setServiceType(OwsCode serviceType)
public void setServiceTypeVersion(Collection<String> serviceTypeVersion)
public void setProfiles(Collection<URI> profiles)
public void setFees(Collection<String> fees)
public void setAccessConstraints(Collection<String> accessConstraints)
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.