public interface LockFeatureResponseType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
LockFeatureResponseType.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 |
|---|---|
FeaturesLockedType |
addNewFeaturesLocked()
Appends and returns a new empty "FeaturesLocked" element
|
FeaturesNotLockedType |
addNewFeaturesNotLocked()
Appends and returns a new empty "FeaturesNotLocked" element
|
FeaturesLockedType |
getFeaturesLocked()
Gets the "FeaturesLocked" element
|
FeaturesNotLockedType |
getFeaturesNotLocked()
Gets the "FeaturesNotLocked" element
|
String |
getLockId()
Gets the "lockId" attribute
|
boolean |
isSetFeaturesLocked()
True if has "FeaturesLocked" element
|
boolean |
isSetFeaturesNotLocked()
True if has "FeaturesNotLocked" element
|
boolean |
isSetLockId()
True if has "lockId" attribute
|
void |
setFeaturesLocked(FeaturesLockedType featuresLocked)
Sets the "FeaturesLocked" element
|
void |
setFeaturesNotLocked(FeaturesNotLockedType featuresNotLocked)
Sets the "FeaturesNotLocked" element
|
void |
setLockId(String lockId)
Sets the "lockId" attribute
|
void |
unsetFeaturesLocked()
Unsets the "FeaturesLocked" element
|
void |
unsetFeaturesNotLocked()
Unsets the "FeaturesNotLocked" element
|
void |
unsetLockId()
Unsets the "lockId" attribute
|
org.apache.xmlbeans.XmlString |
xgetLockId()
Gets (as xml) the "lockId" attribute
|
void |
xsetLockId(org.apache.xmlbeans.XmlString lockId)
Sets (as xml) the "lockId" attribute
|
changeType, 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, xmlTextFeaturesLockedType getFeaturesLocked()
boolean isSetFeaturesLocked()
void setFeaturesLocked(FeaturesLockedType featuresLocked)
FeaturesLockedType addNewFeaturesLocked()
void unsetFeaturesLocked()
FeaturesNotLockedType getFeaturesNotLocked()
boolean isSetFeaturesNotLocked()
void setFeaturesNotLocked(FeaturesNotLockedType featuresNotLocked)
FeaturesNotLockedType addNewFeaturesNotLocked()
void unsetFeaturesNotLocked()
String getLockId()
org.apache.xmlbeans.XmlString xgetLockId()
boolean isSetLockId()
void setLockId(String lockId)
void xsetLockId(org.apache.xmlbeans.XmlString lockId)
void unsetLockId()
Copyright © 2016 52north.org. All rights reserved.