public interface TVariableInfo
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
TVariableInfo.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
TVariableInfo.Value
An XML value(@http://www.apache.org/ode/pmapi/types/2006/08/02/).
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
TVariableRef |
addNewSelf()
Appends and returns a new empty "self" element
|
TVariableInfo.Value |
addNewValue()
Appends and returns a new empty "value" element
|
TVariableRef |
getSelf()
Gets the "self" element
|
TVariableInfo.Value |
getValue()
Gets the "value" element
|
boolean |
isSetValue()
True if has "value" element
|
void |
setSelf(TVariableRef self)
Sets the "self" element
|
void |
setValue(TVariableInfo.Value value)
Sets the "value" element
|
void |
unsetValue()
Unsets the "value" element
|
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, xmlTextTVariableRef getSelf()
void setSelf(TVariableRef self)
TVariableRef addNewSelf()
TVariableInfo.Value getValue()
boolean isSetValue()
void setValue(TVariableInfo.Value value)
TVariableInfo.Value addNewValue()
void unsetValue()