net.opengis.wfs._2_1
Class DescribeFeatureTypeType

java.lang.Object
  extended by net.opengis.wfs._2_1.BaseRequestType
      extended by net.opengis.wfs._2_1.DescribeFeatureTypeType

public class DescribeFeatureTypeType
extends BaseRequestType

Classe Java pour DescribeFeatureTypeType complex type.

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

 <complexType name="DescribeFeatureTypeType">
   <complexContent>
     <extension base="{http://www.opengis.net/wfs/2.1}BaseRequestType">
       <sequence>
         <element name="TypeName" type="{http://www.w3.org/2001/XMLSchema}QName" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="outputFormat" type="{http://www.w3.org/2001/XMLSchema}string" default="application/gml+xml; version=3.2" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String outputFormat
           
protected  List<QName> typeName
           
 
Fields inherited from class net.opengis.wfs._2_1.BaseRequestType
handle, SERVICE, VERSION
 
Constructor Summary
DescribeFeatureTypeType()
           
 
Method Summary
 String getOutputFormat()
          Obtient la valeur de la propriété outputFormat.
 List<QName> getTypeName()
          Gets the value of the typeName property.
 boolean isSetOutputFormat()
           
 boolean isSetTypeName()
           
 void setOutputFormat(String value)
          Définit la valeur de la propriété outputFormat.
 void unsetTypeName()
           
 
Methods inherited from class net.opengis.wfs._2_1.BaseRequestType
getHandle, isSetHandle, setHandle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeName

protected List<QName> typeName

outputFormat

protected String outputFormat
Constructor Detail

DescribeFeatureTypeType

public DescribeFeatureTypeType()
Method Detail

getTypeName

public List<QName> getTypeName()
Gets the value of the typeName 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 typeName property.

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

    getTypeName().add(newItem);
 

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


isSetTypeName

public boolean isSetTypeName()

unsetTypeName

public void unsetTypeName()

getOutputFormat

public String getOutputFormat()
Obtient la valeur de la propriété outputFormat.

Returns:
possible object is String

setOutputFormat

public void setOutputFormat(String value)
Définit la valeur de la propriété outputFormat.

Parameters:
value - allowed object is String

isSetOutputFormat

public boolean isSetOutputFormat()


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