public interface LockFeatureType extends BaseRequestType
| Modifier and Type | Interface and Description |
|---|---|
static class |
LockFeatureType.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 |
|---|---|
AbstractQueryExpressionType |
addNewAbstractQueryExpression()
Appends and returns a new empty value (as xml) as the last "AbstractQueryExpression" element
|
AbstractQueryExpressionType[] |
getAbstractQueryExpressionArray()
Gets array of all "AbstractQueryExpression" elements
|
AbstractQueryExpressionType |
getAbstractQueryExpressionArray(int i)
Gets ith "AbstractQueryExpression" element
|
BigInteger |
getExpiry()
Gets the "expiry" attribute
|
AllSomeType.Enum |
getLockAction()
Gets the "lockAction" attribute
|
String |
getLockId()
Gets the "lockId" attribute
|
AbstractQueryExpressionType |
insertNewAbstractQueryExpression(int i)
Inserts and returns a new empty value (as xml) as the ith "AbstractQueryExpression" element
|
boolean |
isSetExpiry()
True if has "expiry" attribute
|
boolean |
isSetLockAction()
True if has "lockAction" attribute
|
boolean |
isSetLockId()
True if has "lockId" attribute
|
void |
removeAbstractQueryExpression(int i)
Removes the ith "AbstractQueryExpression" element
|
void |
setAbstractQueryExpressionArray(AbstractQueryExpressionType[] abstractQueryExpressionArray)
Sets array of all "AbstractQueryExpression" element
|
void |
setAbstractQueryExpressionArray(int i,
AbstractQueryExpressionType abstractQueryExpression)
Sets ith "AbstractQueryExpression" element
|
void |
setExpiry(BigInteger expiry)
Sets the "expiry" attribute
|
void |
setLockAction(AllSomeType.Enum lockAction)
Sets the "lockAction" attribute
|
void |
setLockId(String lockId)
Sets the "lockId" attribute
|
int |
sizeOfAbstractQueryExpressionArray()
Returns number of "AbstractQueryExpression" element
|
void |
unsetExpiry()
Unsets the "expiry" attribute
|
void |
unsetLockAction()
Unsets the "lockAction" attribute
|
void |
unsetLockId()
Unsets the "lockId" attribute
|
org.apache.xmlbeans.XmlPositiveInteger |
xgetExpiry()
Gets (as xml) the "expiry" attribute
|
AllSomeType |
xgetLockAction()
Gets (as xml) the "lockAction" attribute
|
org.apache.xmlbeans.XmlString |
xgetLockId()
Gets (as xml) the "lockId" attribute
|
void |
xsetExpiry(org.apache.xmlbeans.XmlPositiveInteger expiry)
Sets (as xml) the "expiry" attribute
|
void |
xsetLockAction(AllSomeType lockAction)
Sets (as xml) the "lockAction" attribute
|
void |
xsetLockId(org.apache.xmlbeans.XmlString lockId)
Sets (as xml) the "lockId" 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, xmlTextAbstractQueryExpressionType[] getAbstractQueryExpressionArray()
AbstractQueryExpressionType getAbstractQueryExpressionArray(int i)
int sizeOfAbstractQueryExpressionArray()
void setAbstractQueryExpressionArray(AbstractQueryExpressionType[] abstractQueryExpressionArray)
void setAbstractQueryExpressionArray(int i,
AbstractQueryExpressionType abstractQueryExpression)
AbstractQueryExpressionType insertNewAbstractQueryExpression(int i)
AbstractQueryExpressionType addNewAbstractQueryExpression()
void removeAbstractQueryExpression(int i)
String getLockId()
org.apache.xmlbeans.XmlString xgetLockId()
boolean isSetLockId()
void setLockId(String lockId)
void xsetLockId(org.apache.xmlbeans.XmlString lockId)
void unsetLockId()
BigInteger getExpiry()
org.apache.xmlbeans.XmlPositiveInteger xgetExpiry()
boolean isSetExpiry()
void setExpiry(BigInteger expiry)
void xsetExpiry(org.apache.xmlbeans.XmlPositiveInteger expiry)
void unsetExpiry()
AllSomeType.Enum getLockAction()
AllSomeType xgetLockAction()
boolean isSetLockAction()
void setLockAction(AllSomeType.Enum lockAction)
void xsetLockAction(AllSomeType lockAction)
void unsetLockAction()
Copyright © 2016 52north.org. All rights reserved.