public interface TInstanceInfo
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static interface |
TInstanceInfo.CorrelationProperties
An XML correlation-properties(@http://www.apache.org/ode/pmapi/types/2006/08/02/).
|
static interface |
TInstanceInfo.EventInfo
An XML event-info(@http://www.apache.org/ode/pmapi/types/2006/08/02/).
|
static class |
TInstanceInfo.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 |
---|---|
TInstanceInfo.CorrelationProperties |
addNewCorrelationProperties()
Appends and returns a new empty "correlation-properties" element
|
TInstanceInfo.EventInfo |
addNewEventInfo()
Appends and returns a new empty "event-info" element
|
TFailuresInfo |
addNewFailures()
Appends and returns a new empty "failures" element
|
TFaultInfo |
addNewFaultInfo()
Appends and returns a new empty "fault-info" element
|
TScopeRef |
addNewRootScope()
Appends and returns a new empty "root-scope" element
|
TInstanceInfo.CorrelationProperties |
getCorrelationProperties()
Gets the "correlation-properties" element
|
java.util.Calendar |
getDtErrorSince()
Gets the "dt-error-since" element
|
java.util.Calendar |
getDtLastActive()
Gets the "dt-last-active" element
|
java.util.Calendar |
getDtStarted()
Gets the "dt-started" element
|
TInstanceInfo.EventInfo |
getEventInfo()
Gets the "event-info" element
|
TFailuresInfo |
getFailures()
Gets the "failures" element
|
TFaultInfo |
getFaultInfo()
Gets the "fault-info" element
|
java.lang.String |
getIid()
Gets the "iid" element
|
java.lang.String |
getPid()
Gets the "pid" element
|
javax.xml.namespace.QName |
getProcessName()
Gets the "process-name" element
|
TScopeRef |
getRootScope()
Gets the "root-scope" element
|
TInstanceStatus.Enum |
getStatus()
Gets the "status" element
|
boolean |
isSetCorrelationProperties()
True if has "correlation-properties" element
|
boolean |
isSetDtErrorSince()
True if has "dt-error-since" element
|
boolean |
isSetEventInfo()
True if has "event-info" element
|
boolean |
isSetFailures()
True if has "failures" element
|
boolean |
isSetFaultInfo()
True if has "fault-info" element
|
boolean |
isSetRootScope()
True if has "root-scope" element
|
void |
setCorrelationProperties(TInstanceInfo.CorrelationProperties correlationProperties)
Sets the "correlation-properties" element
|
void |
setDtErrorSince(java.util.Calendar dtErrorSince)
Sets the "dt-error-since" element
|
void |
setDtLastActive(java.util.Calendar dtLastActive)
Sets the "dt-last-active" element
|
void |
setDtStarted(java.util.Calendar dtStarted)
Sets the "dt-started" element
|
void |
setEventInfo(TInstanceInfo.EventInfo eventInfo)
Sets the "event-info" element
|
void |
setFailures(TFailuresInfo failures)
Sets the "failures" element
|
void |
setFaultInfo(TFaultInfo faultInfo)
Sets the "fault-info" element
|
void |
setIid(java.lang.String iid)
Sets the "iid" element
|
void |
setPid(java.lang.String pid)
Sets the "pid" element
|
void |
setProcessName(javax.xml.namespace.QName processName)
Sets the "process-name" element
|
void |
setRootScope(TScopeRef rootScope)
Sets the "root-scope" element
|
void |
setStatus(TInstanceStatus.Enum status)
Sets the "status" element
|
void |
unsetCorrelationProperties()
Unsets the "correlation-properties" element
|
void |
unsetDtErrorSince()
Unsets the "dt-error-since" element
|
void |
unsetEventInfo()
Unsets the "event-info" element
|
void |
unsetFailures()
Unsets the "failures" element
|
void |
unsetFaultInfo()
Unsets the "fault-info" element
|
void |
unsetRootScope()
Unsets the "root-scope" element
|
org.apache.xmlbeans.XmlDateTime |
xgetDtErrorSince()
Gets (as xml) the "dt-error-since" element
|
org.apache.xmlbeans.XmlDateTime |
xgetDtLastActive()
Gets (as xml) the "dt-last-active" element
|
org.apache.xmlbeans.XmlDateTime |
xgetDtStarted()
Gets (as xml) the "dt-started" element
|
org.apache.xmlbeans.XmlString |
xgetIid()
Gets (as xml) the "iid" element
|
org.apache.xmlbeans.XmlString |
xgetPid()
Gets (as xml) the "pid" element
|
org.apache.xmlbeans.XmlQName |
xgetProcessName()
Gets (as xml) the "process-name" element
|
TInstanceStatus |
xgetStatus()
Gets (as xml) the "status" element
|
void |
xsetDtErrorSince(org.apache.xmlbeans.XmlDateTime dtErrorSince)
Sets (as xml) the "dt-error-since" element
|
void |
xsetDtLastActive(org.apache.xmlbeans.XmlDateTime dtLastActive)
Sets (as xml) the "dt-last-active" element
|
void |
xsetDtStarted(org.apache.xmlbeans.XmlDateTime dtStarted)
Sets (as xml) the "dt-started" element
|
void |
xsetIid(org.apache.xmlbeans.XmlString iid)
Sets (as xml) the "iid" element
|
void |
xsetPid(org.apache.xmlbeans.XmlString pid)
Sets (as xml) the "pid" element
|
void |
xsetProcessName(org.apache.xmlbeans.XmlQName processName)
Sets (as xml) the "process-name" element
|
void |
xsetStatus(TInstanceStatus 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 getIid()
org.apache.xmlbeans.XmlString xgetIid()
void setIid(java.lang.String iid)
void xsetIid(org.apache.xmlbeans.XmlString iid)
java.lang.String getPid()
org.apache.xmlbeans.XmlString xgetPid()
void setPid(java.lang.String pid)
void xsetPid(org.apache.xmlbeans.XmlString pid)
javax.xml.namespace.QName getProcessName()
org.apache.xmlbeans.XmlQName xgetProcessName()
void setProcessName(javax.xml.namespace.QName processName)
void xsetProcessName(org.apache.xmlbeans.XmlQName processName)
TScopeRef getRootScope()
boolean isSetRootScope()
void setRootScope(TScopeRef rootScope)
TScopeRef addNewRootScope()
void unsetRootScope()
TInstanceStatus.Enum getStatus()
TInstanceStatus xgetStatus()
void setStatus(TInstanceStatus.Enum status)
void xsetStatus(TInstanceStatus status)
java.util.Calendar getDtStarted()
org.apache.xmlbeans.XmlDateTime xgetDtStarted()
void setDtStarted(java.util.Calendar dtStarted)
void xsetDtStarted(org.apache.xmlbeans.XmlDateTime dtStarted)
java.util.Calendar getDtLastActive()
org.apache.xmlbeans.XmlDateTime xgetDtLastActive()
void setDtLastActive(java.util.Calendar dtLastActive)
void xsetDtLastActive(org.apache.xmlbeans.XmlDateTime dtLastActive)
java.util.Calendar getDtErrorSince()
org.apache.xmlbeans.XmlDateTime xgetDtErrorSince()
boolean isSetDtErrorSince()
void setDtErrorSince(java.util.Calendar dtErrorSince)
void xsetDtErrorSince(org.apache.xmlbeans.XmlDateTime dtErrorSince)
void unsetDtErrorSince()
TInstanceInfo.CorrelationProperties getCorrelationProperties()
boolean isSetCorrelationProperties()
void setCorrelationProperties(TInstanceInfo.CorrelationProperties correlationProperties)
TInstanceInfo.CorrelationProperties addNewCorrelationProperties()
void unsetCorrelationProperties()
TInstanceInfo.EventInfo getEventInfo()
boolean isSetEventInfo()
void setEventInfo(TInstanceInfo.EventInfo eventInfo)
TInstanceInfo.EventInfo addNewEventInfo()
void unsetEventInfo()
TFaultInfo getFaultInfo()
boolean isSetFaultInfo()
void setFaultInfo(TFaultInfo faultInfo)
TFaultInfo addNewFaultInfo()
void unsetFaultInfo()
TFailuresInfo getFailures()
boolean isSetFailures()
void setFailures(TFailuresInfo failures)
TFailuresInfo addNewFailures()
void unsetFailures()