public interface TVariableRef
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
TVariableRef.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 |
---|---|
java.lang.String |
getIid()
Gets the "iid" attribute
|
java.lang.String |
getName()
Gets the "name" attribute
|
java.lang.String |
getSiid()
Gets the "siid" attribute
|
void |
setIid(java.lang.String iid)
Sets the "iid" attribute
|
void |
setName(java.lang.String name)
Sets the "name" attribute
|
void |
setSiid(java.lang.String siid)
Sets the "siid" attribute
|
org.apache.xmlbeans.XmlString |
xgetIid()
Gets (as xml) the "iid" attribute
|
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" attribute
|
org.apache.xmlbeans.XmlString |
xgetSiid()
Gets (as xml) the "siid" attribute
|
void |
xsetIid(org.apache.xmlbeans.XmlString iid)
Sets (as xml) the "iid" attribute
|
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" attribute
|
void |
xsetSiid(org.apache.xmlbeans.XmlString siid)
Sets (as xml) the "siid" 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, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
java.lang.String getIid()
org.apache.xmlbeans.XmlString xgetIid()
void setIid(java.lang.String iid)
void xsetIid(org.apache.xmlbeans.XmlString iid)
java.lang.String getSiid()
org.apache.xmlbeans.XmlString xgetSiid()
void setSiid(java.lang.String siid)
void xsetSiid(org.apache.xmlbeans.XmlString siid)
java.lang.String getName()
org.apache.xmlbeans.XmlString xgetName()
void setName(java.lang.String name)
void xsetName(org.apache.xmlbeans.XmlString name)