public interface TScopeInfo
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static interface |
TScopeInfo.Activities
An XML activities(@http://www.apache.org/ode/pmapi/types/2006/08/02/).
|
static interface |
TScopeInfo.Children
An XML children(@http://www.apache.org/ode/pmapi/types/2006/08/02/).
|
static interface |
TScopeInfo.CorrelationSets
An XML correlation-sets(@http://www.apache.org/ode/pmapi/types/2006/08/02/).
|
static class |
TScopeInfo.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
TScopeInfo.Variables
An XML variables(@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 |
---|---|
TScopeInfo.Activities |
addNewActivities()
Appends and returns a new empty "activities" element
|
TScopeInfo.Children |
addNewChildren()
Appends and returns a new empty "children" element
|
TScopeInfo.CorrelationSets |
addNewCorrelationSets()
Appends and returns a new empty "correlation-sets" element
|
TEndpointReferences |
addNewEndpoints()
Appends and returns a new empty "endpoints" element
|
TScopeRef |
addNewParentScopeRef()
Appends and returns a new empty "parent-scope-ref" element
|
TScopeInfo.Variables |
addNewVariables()
Appends and returns a new empty "variables" element
|
TScopeInfo.Activities |
getActivities()
Gets the "activities" element
|
TScopeInfo.Children |
getChildren()
Gets the "children" element
|
TScopeInfo.CorrelationSets |
getCorrelationSets()
Gets the "correlation-sets" element
|
TEndpointReferences |
getEndpoints()
Gets the "endpoints" element
|
java.lang.String |
getName()
Gets the "name" element
|
TScopeRef |
getParentScopeRef()
Gets the "parent-scope-ref" element
|
java.lang.String |
getSiid()
Gets the "siid" element
|
TScopeStatus.Enum |
getStatus()
Gets the "status" element
|
TScopeInfo.Variables |
getVariables()
Gets the "variables" element
|
boolean |
isSetActivities()
True if has "activities" element
|
boolean |
isSetChildren()
True if has "children" element
|
boolean |
isSetCorrelationSets()
True if has "correlation-sets" element
|
boolean |
isSetParentScopeRef()
True if has "parent-scope-ref" element
|
boolean |
isSetVariables()
True if has "variables" element
|
void |
setActivities(TScopeInfo.Activities activities)
Sets the "activities" element
|
void |
setChildren(TScopeInfo.Children children)
Sets the "children" element
|
void |
setCorrelationSets(TScopeInfo.CorrelationSets correlationSets)
Sets the "correlation-sets" element
|
void |
setEndpoints(TEndpointReferences endpoints)
Sets the "endpoints" element
|
void |
setName(java.lang.String name)
Sets the "name" element
|
void |
setParentScopeRef(TScopeRef parentScopeRef)
Sets the "parent-scope-ref" element
|
void |
setSiid(java.lang.String siid)
Sets the "siid" element
|
void |
setStatus(TScopeStatus.Enum status)
Sets the "status" element
|
void |
setVariables(TScopeInfo.Variables variables)
Sets the "variables" element
|
void |
unsetActivities()
Unsets the "activities" element
|
void |
unsetChildren()
Unsets the "children" element
|
void |
unsetCorrelationSets()
Unsets the "correlation-sets" element
|
void |
unsetParentScopeRef()
Unsets the "parent-scope-ref" element
|
void |
unsetVariables()
Unsets the "variables" element
|
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" element
|
org.apache.xmlbeans.XmlString |
xgetSiid()
Gets (as xml) the "siid" element
|
TScopeStatus |
xgetStatus()
Gets (as xml) the "status" element
|
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" element
|
void |
xsetSiid(org.apache.xmlbeans.XmlString siid)
Sets (as xml) the "siid" element
|
void |
xsetStatus(TScopeStatus status)
Sets (as xml) the "status" 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, 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()
void setName(java.lang.String name)
void xsetName(org.apache.xmlbeans.XmlString name)
TScopeStatus.Enum getStatus()
TScopeStatus xgetStatus()
void setStatus(TScopeStatus.Enum status)
void xsetStatus(TScopeStatus status)
TScopeRef getParentScopeRef()
boolean isSetParentScopeRef()
void setParentScopeRef(TScopeRef parentScopeRef)
TScopeRef addNewParentScopeRef()
void unsetParentScopeRef()
TScopeInfo.Children getChildren()
boolean isSetChildren()
void setChildren(TScopeInfo.Children children)
TScopeInfo.Children addNewChildren()
void unsetChildren()
TScopeInfo.Activities getActivities()
boolean isSetActivities()
void setActivities(TScopeInfo.Activities activities)
TScopeInfo.Activities addNewActivities()
void unsetActivities()
TScopeInfo.Variables getVariables()
boolean isSetVariables()
void setVariables(TScopeInfo.Variables variables)
TScopeInfo.Variables addNewVariables()
void unsetVariables()
TScopeInfo.CorrelationSets getCorrelationSets()
boolean isSetCorrelationSets()
void setCorrelationSets(TScopeInfo.CorrelationSets correlationSets)
TScopeInfo.CorrelationSets addNewCorrelationSets()
void unsetCorrelationSets()
TEndpointReferences getEndpoints()
void setEndpoints(TEndpointReferences endpoints)
TEndpointReferences addNewEndpoints()