|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TActivityInfo
An XML tActivityInfo(@http://www.apache.org/ode/pmapi/types/2006/08/02/). This is a complex type.
Nested Class Summary | |
---|---|
static class |
TActivityInfo.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 | |
---|---|
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 |
getDtDied()
Gets the "dt-died" 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 |
isSetDtDied()
True if has "dt-died" 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 |
setDtDied(java.util.Calendar dtDied)
Sets the "dt-died" 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 |
unsetDtDied()
Unsets the "dt-died" 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 |
xgetDtDied()
Gets (as xml) the "dt-died" 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 |
xsetDtDied(org.apache.xmlbeans.XmlDateTime dtDied)
Sets (as xml) the "dt-died" 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 |
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 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()
java.util.Calendar getDtDied()
org.apache.xmlbeans.XmlDateTime xgetDtDied()
boolean isSetDtDied()
void setDtDied(java.util.Calendar dtDied)
void xsetDtDied(org.apache.xmlbeans.XmlDateTime dtDied)
void unsetDtDied()
TFailureInfo getFailure()
boolean isSetFailure()
void setFailure(TFailureInfo failure)
TFailureInfo addNewFailure()
void unsetFailure()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |