|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TScopeRef
An XML tScopeRef(@http://www.apache.org/ode/pmapi/types/2006/08/02/). This is a complex type.
Nested Class Summary | |
---|---|
static class |
TScopeRef.Factory
A factory class with static methods for creating instances of this type. |
Field Summary | |
---|---|
static org.apache.xmlbeans.SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
---|---|
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 |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
---|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode |
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
---|
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 |
Field Detail |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |