net.opengis.ows._2
Class IdentificationType

java.lang.Object
  extended by net.opengis.ows._2.DescriptionType
      extended by net.opengis.ows._2.BasicIdentificationType
          extended by net.opengis.ows._2.IdentificationType
Direct Known Subclasses:
AbstractResourceType

public class IdentificationType
extends BasicIdentificationType

Extended metadata identifying and describing a set of data. This type shall be extended if needed for each specific OWS to include additional metadata for each type of dataset. If needed, this type should first be restricted for each specific OWS to change the multiplicity (or optionality) of some elements.

Classe Java pour IdentificationType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="IdentificationType">
   <complexContent>
     <extension base="{http://www.opengis.net/ows/2.0}BasicIdentificationType">
       <sequence>
         <element ref="{http://www.opengis.net/ows/2.0}BoundingBox" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/ows/2.0}OutputFormat" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/ows/2.0}AvailableCRS" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<JAXBElement<String>> availableCRS
           
protected  List<JAXBElement<? extends BoundingBoxType>> boundingBox
           
protected  List<String> outputFormat
           
 
Fields inherited from class net.opengis.ows._2.BasicIdentificationType
identifier, metadata
 
Fields inherited from class net.opengis.ows._2.DescriptionType
_abstract, keywords, title
 
Constructor Summary
IdentificationType()
           
 
Method Summary
 List<JAXBElement<String>> getAvailableCRS()
          Unordered list of zero or more available coordinate reference systems.Gets the value of the availableCRS property.
 List<JAXBElement<? extends BoundingBoxType>> getBoundingBox()
          Unordered list of zero or more bounding boxes whose union describes the extent of this dataset.Gets the value of the boundingBox property.
 List<String> getOutputFormat()
          Unordered list of zero or more references to data formats supported for server outputs.Gets the value of the outputFormat property.
 boolean isSetAvailableCRS()
           
 boolean isSetBoundingBox()
           
 boolean isSetOutputFormat()
           
 void unsetAvailableCRS()
           
 void unsetBoundingBox()
           
 void unsetOutputFormat()
           
 
Methods inherited from class net.opengis.ows._2.BasicIdentificationType
getIdentifier, getMetadata, isSetIdentifier, isSetMetadata, setIdentifier, unsetMetadata
 
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

boundingBox

protected List<JAXBElement<? extends BoundingBoxType>> boundingBox

outputFormat

protected List<String> outputFormat

availableCRS

protected List<JAXBElement<String>> availableCRS
Constructor Detail

IdentificationType

public IdentificationType()
Method Detail

getBoundingBox

public List<JAXBElement<? extends BoundingBoxType>> getBoundingBox()
Unordered list of zero or more bounding boxes whose union describes the extent of this dataset.Gets the value of the boundingBox 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 boundingBox property.

For example, to add a new item, do as follows:

    getBoundingBox().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<WGS84BoundingBoxType> JAXBElement<BoundingBoxType>


isSetBoundingBox

public boolean isSetBoundingBox()

unsetBoundingBox

public void unsetBoundingBox()

getOutputFormat

public List<String> getOutputFormat()
Unordered list of zero or more references to data formats supported for server outputs.Gets the value of the outputFormat 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 outputFormat property.

For example, to add a new item, do as follows:

    getOutputFormat().add(newItem);
 

Objects of the following type(s) are allowed in the list String


isSetOutputFormat

public boolean isSetOutputFormat()

unsetOutputFormat

public void unsetOutputFormat()

getAvailableCRS

public List<JAXBElement<String>> getAvailableCRS()
Unordered list of zero or more available coordinate reference systems.Gets the value of the availableCRS 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 availableCRS property.

For example, to add a new item, do as follows:

    getAvailableCRS().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<String> JAXBElement<String>


isSetAvailableCRS

public boolean isSetAvailableCRS()

unsetAvailableCRS

public void unsetAvailableCRS()


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