|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.wfs._2_1.BaseRequestType
net.opengis.wfs._2_1.TransactionType
public class TransactionType
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 |
|---|
protected List<JAXBElement<?>> abstractTransactionAction
protected String lockId
protected AllSomeType releaseAction
protected String srsName
| Constructor Detail |
|---|
public TransactionType()
| Method Detail |
|---|
public List<JAXBElement<?>> getAbstractTransactionAction()
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>
public boolean isSetAbstractTransactionAction()
public void unsetAbstractTransactionAction()
public String getLockId()
Stringpublic void setLockId(String value)
value - allowed object is
Stringpublic boolean isSetLockId()
public AllSomeType getReleaseAction()
AllSomeTypepublic void setReleaseAction(AllSomeType value)
value - allowed object is
AllSomeTypepublic boolean isSetReleaseAction()
public String getSrsName()
Stringpublic void setSrsName(String value)
value - allowed object is
Stringpublic boolean isSetSrsName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||