net.opengis.ows._2
Class ServiceIdentification

java.lang.Object
  extended by net.opengis.ows._2.DescriptionType
      extended by net.opengis.ows._2.ServiceIdentification

public class ServiceIdentification
extends DescriptionType

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

serviceType

protected CodeType serviceType

serviceTypeVersion

protected List<String> serviceTypeVersion

profile

protected List<String> profile

fees

protected String fees

accessConstraints

protected List<String> accessConstraints
Constructor Detail

ServiceIdentification

public ServiceIdentification()
Method Detail

getServiceType

public CodeType getServiceType()
Obtient la valeur de la propriété serviceType.

Returns:
possible object is CodeType

setServiceType

public void setServiceType(CodeType value)
Définit la valeur de la propriété serviceType.

Parameters:
value - allowed object is CodeType

isSetServiceType

public boolean isSetServiceType()

getServiceTypeVersion

public List<String> getServiceTypeVersion()
Gets the value of the serviceTypeVersion property.

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


isSetServiceTypeVersion

public boolean isSetServiceTypeVersion()

unsetServiceTypeVersion

public void unsetServiceTypeVersion()

getProfile

public List<String> getProfile()
Gets the value of the profile property.

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


isSetProfile

public boolean isSetProfile()

unsetProfile

public void unsetProfile()

getFees

public String getFees()
If this element is omitted, no meaning is implied.

Returns:
possible object is String

setFees

public void setFees(String value)
Définit la valeur de la propriété fees.

Parameters:
value - allowed object is String

isSetFees

public boolean isSetFees()

getAccessConstraints

public 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. The reserved value NONE (case insensitive) shall be used to mean no access constraints are imposed. When this element is omitted, no meaning is implied.Gets the value of the accessConstraints property.

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


isSetAccessConstraints

public boolean isSetAccessConstraints()

unsetAccessConstraints

public void unsetAccessConstraints()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.