net.opengis.wfs._2_1
Class InsertType

java.lang.Object
  extended by net.opengis.wfs._2_1.AbstractTransactionActionType
      extended by net.opengis.wfs._2_1.InsertType

public class InsertType
extends AbstractTransactionActionType

Classe Java pour InsertType complex type.

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

 <complexType name="InsertType">
   <complexContent>
     <extension base="{http://www.opengis.net/wfs/2.1}AbstractTransactionActionType">
       <sequence>
         <any namespace='##other' maxOccurs="unbounded"/>
       </sequence>
       <attGroup ref="{http://www.opengis.net/wfs/2.1}StandardInputParameters"/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<Object> any
           
protected  String inputFormat
           
protected  String srsName
           
 
Fields inherited from class net.opengis.wfs._2_1.AbstractTransactionActionType
handle
 
Constructor Summary
InsertType()
           
 
Method Summary
 List<Object> getAny()
          Gets the value of the any property.
 String getInputFormat()
          Obtient la valeur de la propriété inputFormat.
 String getSrsName()
          Obtient la valeur de la propriété srsName.
 boolean isSetAny()
           
 boolean isSetInputFormat()
           
 boolean isSetSrsName()
           
 void setInputFormat(String value)
          Définit la valeur de la propriété inputFormat.
 void setSrsName(String value)
          Définit la valeur de la propriété srsName.
 void unsetAny()
           
 
Methods inherited from class net.opengis.wfs._2_1.AbstractTransactionActionType
getHandle, isSetHandle, setHandle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

any

protected List<Object> any

inputFormat

protected String inputFormat

srsName

protected String srsName
Constructor Detail

InsertType

public InsertType()
Method Detail

getAny

public List<Object> getAny()
Gets the value of the any 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 any property.

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

    getAny().add(newItem);
 

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


isSetAny

public boolean isSetAny()

unsetAny

public void unsetAny()

getInputFormat

public String getInputFormat()
Obtient la valeur de la propriété inputFormat.

Returns:
possible object is String

setInputFormat

public void setInputFormat(String value)
Définit la valeur de la propriété inputFormat.

Parameters:
value - allowed object is String

isSetInputFormat

public boolean isSetInputFormat()

getSrsName

public String getSrsName()
Obtient la valeur de la propriété srsName.

Returns:
possible object is String

setSrsName

public void setSrsName(String value)
Définit la valeur de la propriété srsName.

Parameters:
value - allowed object is String

isSetSrsName

public boolean isSetSrsName()


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