net.opengis.wfs._2_1
Class TransactionType

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

public class TransactionType
extends BaseRequestType

Classe Java pour TransactionType complex type.

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

 <complexType name="TransactionType">
   <complexContent>
     <extension base="{http://www.opengis.net/wfs/2.1}BaseRequestType">
       <sequence>
         <sequence maxOccurs="unbounded" minOccurs="0">
           <element ref="{http://www.opengis.net/wfs/2.1}AbstractTransactionAction"/>
         </sequence>
       </sequence>
       <attribute name="lockId" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="releaseAction" type="{http://www.opengis.net/wfs/2.1}AllSomeType" default="ALL" />
       <attribute name="srsName" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<JAXBElement<?>> abstractTransactionAction
           
protected  String lockId
           
protected  AllSomeType releaseAction
           
protected  String srsName
           
 
Fields inherited from class net.opengis.wfs._2_1.BaseRequestType
handle, SERVICE, VERSION
 
Constructor Summary
TransactionType()
           
 
Method Summary
 List<JAXBElement<?>> getAbstractTransactionAction()
          Gets the value of the abstractTransactionAction property.
 String getLockId()
          Obtient la valeur de la propriété lockId.
 AllSomeType getReleaseAction()
          Obtient la valeur de la propriété releaseAction.
 String getSrsName()
          Obtient la valeur de la propriété srsName.
 boolean isSetAbstractTransactionAction()
           
 boolean isSetLockId()
           
 boolean isSetReleaseAction()
           
 boolean isSetSrsName()
           
 void setLockId(String value)
          Définit la valeur de la propriété lockId.
 void setReleaseAction(AllSomeType value)
          Définit la valeur de la propriété releaseAction.
 void setSrsName(String value)
          Définit la valeur de la propriété srsName.
 void unsetAbstractTransactionAction()
           
 
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

abstractTransactionAction

protected List<JAXBElement<?>> abstractTransactionAction

lockId

protected String lockId

releaseAction

protected AllSomeType releaseAction

srsName

protected String srsName
Constructor Detail

TransactionType

public TransactionType()
Method Detail

getAbstractTransactionAction

public List<JAXBElement<?>> getAbstractTransactionAction()
Gets the value of the abstractTransactionAction 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 abstractTransactionAction property.

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

    getAbstractTransactionAction().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<ReplaceType> JAXBElement<AbstractTransactionActionType> JAXBElement<NativeType> JAXBElement<UpdateType> JAXBElement<DeleteType> JAXBElement<InsertType>


isSetAbstractTransactionAction

public boolean isSetAbstractTransactionAction()

unsetAbstractTransactionAction

public void unsetAbstractTransactionAction()

getLockId

public String getLockId()
Obtient la valeur de la propriété lockId.

Returns:
possible object is String

setLockId

public void setLockId(String value)
Définit la valeur de la propriété lockId.

Parameters:
value - allowed object is String

isSetLockId

public boolean isSetLockId()

getReleaseAction

public AllSomeType getReleaseAction()
Obtient la valeur de la propriété releaseAction.

Returns:
possible object is AllSomeType

setReleaseAction

public void setReleaseAction(AllSomeType value)
Définit la valeur de la propriété releaseAction.

Parameters:
value - allowed object is AllSomeType

isSetReleaseAction

public boolean isSetReleaseAction()

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.