public interface TActivityInfo
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
TActivityInfo.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 |
---|---|
TFailureInfo |
addNewFailure()
Appends and returns a new empty "failure" element
|
TScopeRef |
addNewScope()
Appends and returns a new empty "scope" element
|
java.lang.String |
getAiid()
Gets the "aiid" element
|
java.util.Calendar |
getDtCompleted()
Gets the "dt-completed" element
|
java.util.Calendar |
getDtEnabled()
Gets the "dt-enabled" element
|
java.util.Calendar |
getDtStarted()
Gets the "dt-started" element
|
TFailureInfo |
getFailure()
Gets the "failure" element
|
java.lang.String |
getName()
Gets the "name" element
|
TScopeRef |
getScope()
Gets the "scope" element
|
TActivityStatus.Enum |
getStatus()
Gets the "status" element
|
java.lang.String |
getType()
Gets the "type" element
|
boolean |
isSetDtCompleted()
True if has "dt-completed" element
|
boolean |
isSetDtEnabled()
True if has "dt-enabled" element
|
boolean |
isSetDtStarted()
True if has "dt-started" element
|
boolean |
isSetFailure()
True if has "failure" element
|
boolean |
isSetName()
True if has "name" element
|
boolean |
isSetScope()
True if has "scope" element
|
void |
setAiid(java.lang.String aiid)
Sets the "aiid" element
|
void |
setDtCompleted(java.util.Calendar dtCompleted)
Sets the "dt-completed" element
|
void |
setDtEnabled(java.util.Calendar dtEnabled)
Sets the "dt-enabled" element
|
void |
setDtStarted(java.util.Calendar dtStarted)
Sets the "dt-started" element
|
void |
setFailure(TFailureInfo failure)
Sets the "failure" element
|
void |
setName(java.lang.String name)
Sets the "name" element
|
void |
setScope(TScopeRef scope)
Sets the "scope" element
|
void |
setStatus(TActivityStatus.Enum status)
Sets the "status" element
|
void |
setType(java.lang.String type)
Sets the "type" element
|
void |
unsetDtCompleted()
Unsets the "dt-completed" element
|
void |
unsetDtEnabled()
Unsets the "dt-enabled" element
|
void |
unsetDtStarted()
Unsets the "dt-started" element
|
void |
unsetFailure()
Unsets the "failure" element
|
void |
unsetName()
Unsets the "name" element
|
void |
unsetScope()
Unsets the "scope" element
|
org.apache.xmlbeans.XmlString |
xgetAiid()
Gets (as xml) the "aiid" element
|
org.apache.xmlbeans.XmlDateTime |
xgetDtCompleted()
Gets (as xml) the "dt-completed" element
|
org.apache.xmlbeans.XmlDateTime |
xgetDtEnabled()
Gets (as xml) the "dt-enabled" element
|
org.apache.xmlbeans.XmlDateTime |
xgetDtStarted()
Gets (as xml) the "dt-started" element
|
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" element
|
TActivityStatus |
xgetStatus()
Gets (as xml) the "status" element
|
org.apache.xmlbeans.XmlString |
xgetType()
Gets (as xml) the "type" element
|
void |
xsetAiid(org.apache.xmlbeans.XmlString aiid)
Sets (as xml) the "aiid" element
|
void |
xsetDtCompleted(org.apache.xmlbeans.XmlDateTime dtCompleted)
Sets (as xml) the "dt-completed" element
|
void |
xsetDtEnabled(org.apache.xmlbeans.XmlDateTime dtEnabled)
Sets (as xml) the "dt-enabled" element
|
void |
xsetDtStarted(org.apache.xmlbeans.XmlDateTime dtStarted)
Sets (as xml) the "dt-started" element
|
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" element
|
void |
xsetStatus(TActivityStatus status)
Sets (as xml) the "status" element
|
void |
xsetType(org.apache.xmlbeans.XmlString type)
Sets (as xml) the "type" 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 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 getType()
org.apache.xmlbeans.XmlString xgetType()
void setType(java.lang.String type)
void xsetType(org.apache.xmlbeans.XmlString type)
java.lang.String getAiid()
org.apache.xmlbeans.XmlString xgetAiid()
void setAiid(java.lang.String aiid)
void xsetAiid(org.apache.xmlbeans.XmlString aiid)
TActivityStatus.Enum getStatus()
TActivityStatus xgetStatus()
void setStatus(TActivityStatus.Enum status)
void xsetStatus(TActivityStatus status)
TScopeRef getScope()
boolean isSetScope()
void setScope(TScopeRef scope)
TScopeRef addNewScope()
void unsetScope()
java.util.Calendar getDtEnabled()
org.apache.xmlbeans.XmlDateTime xgetDtEnabled()
boolean isSetDtEnabled()
void setDtEnabled(java.util.Calendar dtEnabled)
void xsetDtEnabled(org.apache.xmlbeans.XmlDateTime dtEnabled)
void unsetDtEnabled()
java.util.Calendar getDtStarted()
org.apache.xmlbeans.XmlDateTime xgetDtStarted()
boolean isSetDtStarted()
void setDtStarted(java.util.Calendar dtStarted)
void xsetDtStarted(org.apache.xmlbeans.XmlDateTime dtStarted)
void unsetDtStarted()
java.util.Calendar getDtCompleted()
org.apache.xmlbeans.XmlDateTime xgetDtCompleted()
boolean isSetDtCompleted()
void setDtCompleted(java.util.Calendar dtCompleted)
void xsetDtCompleted(org.apache.xmlbeans.XmlDateTime dtCompleted)
void unsetDtCompleted()
TFailureInfo getFailure()
boolean isSetFailure()
void setFailure(TFailureInfo failure)
TFailureInfo addNewFailure()
void unsetFailure()