public class ServiceIdentification extends DescriptionType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://www.opengis.net/ows}DescriptionType">
<sequence>
<element name="ServiceType" type="{http://www.opengis.net/ows}CodeType"/>
<element name="ServiceTypeVersion" type="{http://www.opengis.net/ows}VersionType" maxOccurs="unbounded"/>
<element ref="{http://www.opengis.net/ows}Fees" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows}AccessConstraints" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AccessConstraints> |
accessConstraints |
protected Fees |
fees |
protected CodeType |
serviceType |
protected List<String> |
serviceTypeVersion |
_abstract, keywords, title| Constructor and Description |
|---|
ServiceIdentification()
Default no-arg constructor
|
ServiceIdentification(Title title,
Abstract _abstract,
List<Keywords> keywords,
CodeType serviceType,
List<String> serviceTypeVersion,
Fees fees,
List<AccessConstraints> accessConstraints)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<AccessConstraints> |
getAccessConstraints()
Unordered list of access constraints applied to assure the protection of privacy or intellectual property, and any other restrictions on retrieving or using data from or otherwise using this server.
|
Fees |
getFees()
If this element is omitted, no meaning is implied.
|
CodeType |
getServiceType()
Gets the value of the serviceType property.
|
List<String> |
getServiceTypeVersion()
Gets the value of the serviceTypeVersion property.
|
void |
setFees(Fees value)
Sets the value of the fees property.
|
void |
setServiceType(CodeType value)
Sets the value of the serviceType property.
|
getAbstract, getKeywords, getTitle, setAbstract, setTitleprotected CodeType serviceType
protected Fees fees
protected List<AccessConstraints> accessConstraints
public CodeType getServiceType()
CodeTypepublic void setServiceType(CodeType value)
value - allowed object is
CodeTypepublic List<String> getServiceTypeVersion()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the serviceTypeVersion property.
For example, to add a new item, do as follows:
getServiceTypeVersion().add(newItem);
Objects of the following type(s) are allowed in the list
String
public Fees getFees()
Feespublic void setFees(Fees value)
value - allowed object is
Feespublic List<AccessConstraints> getAccessConstraints()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the accessConstraints property.
For example, to add a new item, do as follows:
getAccessConstraints().add(newItem);
Objects of the following type(s) are allowed in the list
AccessConstraints
Copyright © 2018 B3Partners B.V.. All rights reserved.