net.opengis.wfs._2_1
Class UpdateType

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

public class UpdateType
extends AbstractTransactionActionType

Classe Java pour UpdateType complex type.

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

 <complexType name="UpdateType">
   <complexContent>
     <extension base="{http://www.opengis.net/wfs/2.1}AbstractTransactionActionType">
       <sequence>
         <element ref="{http://www.opengis.net/wfs/2.1}Property" maxOccurs="unbounded"/>
         <element ref="{http://www.opengis.net/fes/2.1}Filter" minOccurs="0"/>
       </sequence>
       <attGroup ref="{http://www.opengis.net/wfs/2.1}StandardInputParameters"/>
       <attribute name="typeName" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  FilterType filter
           
protected  String inputFormat
           
protected  List<PropertyType> property
           
protected  String srsName
           
protected  QName typeName
           
 
Fields inherited from class net.opengis.wfs._2_1.AbstractTransactionActionType
handle
 
Constructor Summary
UpdateType()
           
 
Method Summary
 FilterType getFilter()
          Obtient la valeur de la propriété filter.
 String getInputFormat()
          Obtient la valeur de la propriété inputFormat.
 List<PropertyType> getProperty()
          Gets the value of the property property.
 String getSrsName()
          Obtient la valeur de la propriété srsName.
 QName getTypeName()
          Obtient la valeur de la propriété typeName.
 boolean isSetFilter()
           
 boolean isSetInputFormat()
           
 boolean isSetProperty()
           
 boolean isSetSrsName()
           
 boolean isSetTypeName()
           
 void setFilter(FilterType value)
          Définit la valeur de la propriété filter.
 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 setTypeName(QName value)
          Définit la valeur de la propriété typeName.
 void unsetProperty()
           
 
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

property

protected List<PropertyType> property

filter

protected FilterType filter

typeName

protected QName typeName

inputFormat

protected String inputFormat

srsName

protected String srsName
Constructor Detail

UpdateType

public UpdateType()
Method Detail

getProperty

public List<PropertyType> getProperty()
Gets the value of the property 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 property property.

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

    getProperty().add(newItem);
 

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


isSetProperty

public boolean isSetProperty()

unsetProperty

public void unsetProperty()

getFilter

public FilterType getFilter()
Obtient la valeur de la propriété filter.

Returns:
possible object is FilterType

setFilter

public void setFilter(FilterType value)
Définit la valeur de la propriété filter.

Parameters:
value - allowed object is FilterType

isSetFilter

public boolean isSetFilter()

getTypeName

public QName getTypeName()
Obtient la valeur de la propriété typeName.

Returns:
possible object is QName

setTypeName

public void setTypeName(QName value)
Définit la valeur de la propriété typeName.

Parameters:
value - allowed object is QName

isSetTypeName

public boolean isSetTypeName()

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.