net.opengis.wfs._2_1
Class FeatureTypeType

java.lang.Object
  extended by net.opengis.wfs._2_1.FeatureTypeType

public class FeatureTypeType
extends Object

Classe Java pour FeatureTypeType complex type.

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

 <complexType name="FeatureTypeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}QName"/>
         <element ref="{http://www.opengis.net/wfs/2.1}Title" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/wfs/2.1}Abstract" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/ows/2.0}Keywords" maxOccurs="unbounded" minOccurs="0"/>
         <choice>
           <sequence>
             <element name="DefaultCRS" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
             <element name="OtherCRS" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <element name="NoCRS">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 </restriction>
               </complexContent>
             </complexType>
           </element>
         </choice>
         <element name="OutputFormats" type="{http://www.opengis.net/wfs/2.1}OutputFormatListType" minOccurs="0"/>
         <element ref="{http://www.opengis.net/ows/2.0}WGS84BoundingBox" maxOccurs="unbounded" minOccurs="0"/>
         <element name="MetadataURL" type="{http://www.opengis.net/wfs/2.1}MetadataURLType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ExtendedDescription" type="{http://www.opengis.net/wfs/2.1}ExtendedDescriptionType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class FeatureTypeType.NoCRS
          Classe Java pour anonymous complex type.
 
Field Summary
protected  List<Abstract> _abstract
           
protected  String defaultCRS
           
protected  ExtendedDescriptionType extendedDescription
           
protected  List<KeywordsType> keywords
           
protected  List<MetadataURLType> metadataURL
           
protected  QName name
           
protected  FeatureTypeType.NoCRS noCRS
           
protected  List<String> otherCRS
           
protected  OutputFormatListType outputFormats
           
protected  List<Title> title
           
protected  List<WGS84BoundingBoxType> wgs84BoundingBox
           
 
Constructor Summary
FeatureTypeType()
           
 
Method Summary
 List<Abstract> getAbstract()
          Gets the value of the abstract property.
 String getDefaultCRS()
          Obtient la valeur de la propriété defaultCRS.
 ExtendedDescriptionType getExtendedDescription()
          Obtient la valeur de la propriété extendedDescription.
 List<KeywordsType> getKeywords()
          Gets the value of the keywords property.
 List<MetadataURLType> getMetadataURL()
          Gets the value of the metadataURL property.
 QName getName()
          Obtient la valeur de la propriété name.
 FeatureTypeType.NoCRS getNoCRS()
          Obtient la valeur de la propriété noCRS.
 List<String> getOtherCRS()
          Gets the value of the otherCRS property.
 OutputFormatListType getOutputFormats()
          Obtient la valeur de la propriété outputFormats.
 List<Title> getTitle()
          Gets the value of the title property.
 List<WGS84BoundingBoxType> getWGS84BoundingBox()
          Gets the value of the wgs84BoundingBox property.
 boolean isSetAbstract()
           
 boolean isSetDefaultCRS()
           
 boolean isSetExtendedDescription()
           
 boolean isSetKeywords()
           
 boolean isSetMetadataURL()
           
 boolean isSetName()
           
 boolean isSetNoCRS()
           
 boolean isSetOtherCRS()
           
 boolean isSetOutputFormats()
           
 boolean isSetTitle()
           
 boolean isSetWGS84BoundingBox()
           
 void setDefaultCRS(String value)
          Définit la valeur de la propriété defaultCRS.
 void setExtendedDescription(ExtendedDescriptionType value)
          Définit la valeur de la propriété extendedDescription.
 void setName(QName value)
          Définit la valeur de la propriété name.
 void setNoCRS(FeatureTypeType.NoCRS value)
          Définit la valeur de la propriété noCRS.
 void setOutputFormats(OutputFormatListType value)
          Définit la valeur de la propriété outputFormats.
 void unsetAbstract()
           
 void unsetKeywords()
           
 void unsetMetadataURL()
           
 void unsetOtherCRS()
           
 void unsetTitle()
           
 void unsetWGS84BoundingBox()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected QName name

title

protected List<Title> title

_abstract

protected List<Abstract> _abstract

keywords

protected List<KeywordsType> keywords

defaultCRS

protected String defaultCRS

otherCRS

protected List<String> otherCRS

noCRS

protected FeatureTypeType.NoCRS noCRS

outputFormats

protected OutputFormatListType outputFormats

wgs84BoundingBox

protected List<WGS84BoundingBoxType> wgs84BoundingBox

metadataURL

protected List<MetadataURLType> metadataURL

extendedDescription

protected ExtendedDescriptionType extendedDescription
Constructor Detail

FeatureTypeType

public FeatureTypeType()
Method Detail

getName

public QName getName()
Obtient la valeur de la propriété name.

Returns:
possible object is QName

setName

public void setName(QName value)
Définit la valeur de la propriété name.

Parameters:
value - allowed object is QName

isSetName

public boolean isSetName()

getTitle

public List<Title> getTitle()
Gets the value of the title 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 title property.

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

    getTitle().add(newItem);
 

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


isSetTitle

public boolean isSetTitle()

unsetTitle

public void unsetTitle()

getAbstract

public List<Abstract> getAbstract()
Gets the value of the abstract 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 abstract property.

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

    getAbstract().add(newItem);
 

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


isSetAbstract

public boolean isSetAbstract()

unsetAbstract

public void unsetAbstract()

getKeywords

public List<KeywordsType> getKeywords()
Gets the value of the keywords 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 keywords property.

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

    getKeywords().add(newItem);
 

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


isSetKeywords

public boolean isSetKeywords()

unsetKeywords

public void unsetKeywords()

getDefaultCRS

public String getDefaultCRS()
Obtient la valeur de la propriété defaultCRS.

Returns:
possible object is String

setDefaultCRS

public void setDefaultCRS(String value)
Définit la valeur de la propriété defaultCRS.

Parameters:
value - allowed object is String

isSetDefaultCRS

public boolean isSetDefaultCRS()

getOtherCRS

public List<String> getOtherCRS()
Gets the value of the otherCRS 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 otherCRS property.

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

    getOtherCRS().add(newItem);
 

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


isSetOtherCRS

public boolean isSetOtherCRS()

unsetOtherCRS

public void unsetOtherCRS()

getNoCRS

public FeatureTypeType.NoCRS getNoCRS()
Obtient la valeur de la propriété noCRS.

Returns:
possible object is FeatureTypeType.NoCRS

setNoCRS

public void setNoCRS(FeatureTypeType.NoCRS value)
Définit la valeur de la propriété noCRS.

Parameters:
value - allowed object is FeatureTypeType.NoCRS

isSetNoCRS

public boolean isSetNoCRS()

getOutputFormats

public OutputFormatListType getOutputFormats()
Obtient la valeur de la propriété outputFormats.

Returns:
possible object is OutputFormatListType

setOutputFormats

public void setOutputFormats(OutputFormatListType value)
Définit la valeur de la propriété outputFormats.

Parameters:
value - allowed object is OutputFormatListType

isSetOutputFormats

public boolean isSetOutputFormats()

getWGS84BoundingBox

public List<WGS84BoundingBoxType> getWGS84BoundingBox()
Gets the value of the wgs84BoundingBox 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 wgs84BoundingBox property.

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

    getWGS84BoundingBox().add(newItem);
 

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


isSetWGS84BoundingBox

public boolean isSetWGS84BoundingBox()

unsetWGS84BoundingBox

public void unsetWGS84BoundingBox()

getMetadataURL

public List<MetadataURLType> getMetadataURL()
Gets the value of the metadataURL 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 metadataURL property.

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

    getMetadataURL().add(newItem);
 

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


isSetMetadataURL

public boolean isSetMetadataURL()

unsetMetadataURL

public void unsetMetadataURL()

getExtendedDescription

public ExtendedDescriptionType getExtendedDescription()
Obtient la valeur de la propriété extendedDescription.

Returns:
possible object is ExtendedDescriptionType

setExtendedDescription

public void setExtendedDescription(ExtendedDescriptionType value)
Définit la valeur de la propriété extendedDescription.

Parameters:
value - allowed object is ExtendedDescriptionType

isSetExtendedDescription

public boolean isSetExtendedDescription()


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