|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.ows._2.DescriptionType
net.opengis.ows._2.ServiceIdentification
public class ServiceIdentification
Classe Java pour anonymous complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType>
<complexContent>
<extension base="{http://www.opengis.net/ows/2.0}DescriptionType">
<sequence>
<element name="ServiceType" type="{http://www.opengis.net/ows/2.0}CodeType"/>
<element name="ServiceTypeVersion" type="{http://www.opengis.net/ows/2.0}VersionType" maxOccurs="unbounded"/>
<element name="Profile" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows/2.0}Fees" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows/2.0}AccessConstraints" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<String> |
accessConstraints
|
protected String |
fees
|
protected List<String> |
profile
|
protected CodeType |
serviceType
|
protected List<String> |
serviceTypeVersion
|
| Fields inherited from class net.opengis.ows._2.DescriptionType |
|---|
_abstract, keywords, title |
| Constructor Summary | |
|---|---|
ServiceIdentification()
|
|
| Method Summary | |
|---|---|
List<String> |
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. |
String |
getFees()
If this element is omitted, no meaning is implied. |
List<String> |
getProfile()
Gets the value of the profile property. |
CodeType |
getServiceType()
Obtient la valeur de la propriété serviceType. |
List<String> |
getServiceTypeVersion()
Gets the value of the serviceTypeVersion property. |
boolean |
isSetAccessConstraints()
|
boolean |
isSetFees()
|
boolean |
isSetProfile()
|
boolean |
isSetServiceType()
|
boolean |
isSetServiceTypeVersion()
|
void |
setFees(String value)
Définit la valeur de la propriété fees. |
void |
setServiceType(CodeType value)
Définit la valeur de la propriété serviceType. |
void |
unsetAccessConstraints()
|
void |
unsetProfile()
|
void |
unsetServiceTypeVersion()
|
| Methods inherited from class net.opengis.ows._2.DescriptionType |
|---|
getAbstract, getKeywords, getTitle, isSetAbstract, isSetKeywords, isSetTitle, unsetAbstract, unsetKeywords, unsetTitle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected CodeType serviceType
protected List<String> serviceTypeVersion
protected List<String> profile
protected String fees
protected List<String> accessConstraints
| Constructor Detail |
|---|
public ServiceIdentification()
| Method Detail |
|---|
public CodeType getServiceType()
CodeTypepublic void setServiceType(CodeType value)
value - allowed object is
CodeTypepublic boolean isSetServiceType()
public 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 boolean isSetServiceTypeVersion()
public void unsetServiceTypeVersion()
public List<String> getProfile()
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 profile property.
For example, to add a new item, do as follows:
getProfile().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetProfile()
public void unsetProfile()
public String getFees()
Stringpublic void setFees(String value)
value - allowed object is
Stringpublic boolean isSetFees()
public List<String> 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
String
public boolean isSetAccessConstraints()
public void unsetAccessConstraints()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||