public interface TScopeRef
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
TScopeRef.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 |
getModelId()
Gets the "modelId" attribute
|
java.lang.String |
getName()
Gets the "name" attribute
|
java.lang.String |
getSiid()
Gets the "siid" attribute
|
TScopeStatus.Enum |
getStatus()
Gets the "status" attribute
|
boolean |
isSetName()
True if has "name" attribute
|
void |
setModelId(java.lang.String modelId)
Sets the "modelId" attribute
|
void |
setName(java.lang.String name)
Sets the "name" attribute
|
void |
setSiid(java.lang.String siid)
Sets the "siid" attribute
|
void |
setStatus(TScopeStatus.Enum status)
Sets the "status" attribute
|
void |
unsetName()
Unsets the "name" attribute
|
org.apache.xmlbeans.XmlString |
xgetModelId()
Gets (as xml) the "modelId" attribute
|
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" attribute
|
org.apache.xmlbeans.XmlString |
xgetSiid()
Gets (as xml) the "siid" attribute
|
TScopeStatus |
xgetStatus()
Gets (as xml) the "status" attribute
|
void |
xsetModelId(org.apache.xmlbeans.XmlString modelId)
Sets (as xml) the "modelId" 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
|
void |
xsetStatus(TScopeStatus status)
Sets (as xml) the "status" 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 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()
boolean isSetName()
void setName(java.lang.String name)
void xsetName(org.apache.xmlbeans.XmlString name)
void unsetName()
java.lang.String getModelId()
org.apache.xmlbeans.XmlString xgetModelId()
void setModelId(java.lang.String modelId)
void xsetModelId(org.apache.xmlbeans.XmlString modelId)
TScopeStatus.Enum getStatus()
TScopeStatus xgetStatus()
void setStatus(TScopeStatus.Enum status)
void xsetStatus(TScopeStatus status)