public class TransactionType extends Object implements Named, Visitable
Java class for TransactionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/wfs}LockId" minOccurs="0"/>
<choice maxOccurs="unbounded" minOccurs="0">
<element ref="{http://www.opengis.net/wfs}Insert"/>
<element ref="{http://www.opengis.net/wfs}Update"/>
<element ref="{http://www.opengis.net/wfs}Delete"/>
<element ref="{http://www.opengis.net/wfs}Native"/>
</choice>
</sequence>
<attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="1.0.0" />
<attribute name="service" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="WFS" />
<attribute name="handle" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="releaseAction" type="{http://www.opengis.net/wfs}AllSomeType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
handle |
protected List<Object> |
insertOrUpdateOrDelete |
protected String |
lockId |
protected AllSomeType |
releaseAction |
protected String |
service |
protected String |
version |
| Constructor and Description |
|---|
TransactionType() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor aVisitor) |
void |
afterUnmarshal(Unmarshaller u,
Object parent) |
String |
getHandle()
Gets the value of the handle property.
|
List<Object> |
getInsertOrUpdateOrDelete()
Gets the value of the insertOrUpdateOrDelete property.
|
QName |
getJAXBElementName() |
String |
getLockId()
In order for a client application to operate upon locked
feature instances, the Transaction request must include
the LockId element.
|
AllSomeType |
getReleaseAction()
Gets the value of the releaseAction property.
|
String |
getService()
Gets the value of the service property.
|
String |
getVersion()
Gets the value of the version property.
|
boolean |
isSetHandle() |
boolean |
isSetInsertOrUpdateOrDelete() |
boolean |
isSetLockId() |
boolean |
isSetReleaseAction() |
boolean |
isSetService() |
boolean |
isSetVersion() |
void |
setHandle(String value)
Sets the value of the handle property.
|
void |
setJAXBElementName(QName name) |
void |
setLockId(String value)
Sets the value of the lockId property.
|
void |
setReleaseAction(AllSomeType value)
Sets the value of the releaseAction property.
|
void |
setService(String value)
Sets the value of the service property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
void |
unsetInsertOrUpdateOrDelete() |
protected String lockId
protected String version
protected String service
protected String handle
protected AllSomeType releaseAction
public String getLockId()
Stringpublic void setLockId(String value)
value - allowed object is
Stringpublic boolean isSetLockId()
public List<Object> getInsertOrUpdateOrDelete()
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 insertOrUpdateOrDelete property.
For example, to add a new item, do as follows:
getInsertOrUpdateOrDelete().add(newItem);
Objects of the following type(s) are allowed in the list
InsertElementType
UpdateElementType
DeleteElementType
NativeType
public boolean isSetInsertOrUpdateOrDelete()
public void unsetInsertOrUpdateOrDelete()
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic boolean isSetVersion()
public String getService()
Stringpublic void setService(String value)
value - allowed object is
Stringpublic boolean isSetService()
public String getHandle()
Stringpublic void setHandle(String value)
value - allowed object is
Stringpublic boolean isSetHandle()
public AllSomeType getReleaseAction()
AllSomeTypepublic void setReleaseAction(AllSomeType value)
value - allowed object is
AllSomeTypepublic boolean isSetReleaseAction()
public void setJAXBElementName(QName name)
setJAXBElementName in interface Namedpublic QName getJAXBElementName()
getJAXBElementName in interface Namedpublic void afterUnmarshal(Unmarshaller u, Object parent)
This work is licensed under a Creative Commons Attribution 4.0 International License.