public interface TransactionType extends BaseRequestType
| Modifier and Type | Interface and Description |
|---|---|
static class |
TransactionType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
AbstractTransactionActionType |
addNewAbstractTransactionAction()
Appends and returns a new empty value (as xml) as the last "AbstractTransactionAction" element
|
AbstractTransactionActionType[] |
getAbstractTransactionActionArray()
Gets array of all "AbstractTransactionAction" elements
|
AbstractTransactionActionType |
getAbstractTransactionActionArray(int i)
Gets ith "AbstractTransactionAction" element
|
String |
getLockId()
Gets the "lockId" attribute
|
AllSomeType.Enum |
getReleaseAction()
Gets the "releaseAction" attribute
|
String |
getSrsName()
Gets the "srsName" attribute
|
AbstractTransactionActionType |
insertNewAbstractTransactionAction(int i)
Inserts and returns a new empty value (as xml) as the ith "AbstractTransactionAction" element
|
boolean |
isSetLockId()
True if has "lockId" attribute
|
boolean |
isSetReleaseAction()
True if has "releaseAction" attribute
|
boolean |
isSetSrsName()
True if has "srsName" attribute
|
void |
removeAbstractTransactionAction(int i)
Removes the ith "AbstractTransactionAction" element
|
void |
setAbstractTransactionActionArray(AbstractTransactionActionType[] abstractTransactionActionArray)
Sets array of all "AbstractTransactionAction" element
|
void |
setAbstractTransactionActionArray(int i,
AbstractTransactionActionType abstractTransactionAction)
Sets ith "AbstractTransactionAction" element
|
void |
setLockId(String lockId)
Sets the "lockId" attribute
|
void |
setReleaseAction(AllSomeType.Enum releaseAction)
Sets the "releaseAction" attribute
|
void |
setSrsName(String srsName)
Sets the "srsName" attribute
|
int |
sizeOfAbstractTransactionActionArray()
Returns number of "AbstractTransactionAction" element
|
void |
unsetLockId()
Unsets the "lockId" attribute
|
void |
unsetReleaseAction()
Unsets the "releaseAction" attribute
|
void |
unsetSrsName()
Unsets the "srsName" attribute
|
org.apache.xmlbeans.XmlString |
xgetLockId()
Gets (as xml) the "lockId" attribute
|
AllSomeType |
xgetReleaseAction()
Gets (as xml) the "releaseAction" attribute
|
org.apache.xmlbeans.XmlAnyURI |
xgetSrsName()
Gets (as xml) the "srsName" attribute
|
void |
xsetLockId(org.apache.xmlbeans.XmlString lockId)
Sets (as xml) the "lockId" attribute
|
void |
xsetReleaseAction(AllSomeType releaseAction)
Sets (as xml) the "releaseAction" attribute
|
void |
xsetSrsName(org.apache.xmlbeans.XmlAnyURI srsName)
Sets (as xml) the "srsName" attribute
|
getHandle, getService, getVersion, isSetHandle, setHandle, setService, setVersion, unsetHandle, xgetHandle, xgetService, xgetVersion, xsetHandle, xsetService, xsetVersionchangeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextAbstractTransactionActionType[] getAbstractTransactionActionArray()
AbstractTransactionActionType getAbstractTransactionActionArray(int i)
int sizeOfAbstractTransactionActionArray()
void setAbstractTransactionActionArray(AbstractTransactionActionType[] abstractTransactionActionArray)
void setAbstractTransactionActionArray(int i,
AbstractTransactionActionType abstractTransactionAction)
AbstractTransactionActionType insertNewAbstractTransactionAction(int i)
AbstractTransactionActionType addNewAbstractTransactionAction()
void removeAbstractTransactionAction(int i)
String getLockId()
org.apache.xmlbeans.XmlString xgetLockId()
boolean isSetLockId()
void setLockId(String lockId)
void xsetLockId(org.apache.xmlbeans.XmlString lockId)
void unsetLockId()
AllSomeType.Enum getReleaseAction()
AllSomeType xgetReleaseAction()
boolean isSetReleaseAction()
void setReleaseAction(AllSomeType.Enum releaseAction)
void xsetReleaseAction(AllSomeType releaseAction)
void unsetReleaseAction()
String getSrsName()
org.apache.xmlbeans.XmlAnyURI xgetSrsName()
boolean isSetSrsName()
void setSrsName(String srsName)
void xsetSrsName(org.apache.xmlbeans.XmlAnyURI srsName)
void unsetSrsName()
Copyright © 2016 52north.org. All rights reserved.