public interface TSchedule
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
TSchedule.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 |
---|---|
TCleanup |
addNewCleanup()
Appends and returns a new empty value (as xml) as the last "cleanup" element
|
TCleanup[] |
getCleanupArray()
Gets array of all "cleanup" elements
|
TCleanup |
getCleanupArray(int i)
Gets ith "cleanup" element
|
java.lang.String |
getWhen()
Gets the "when" attribute
|
TCleanup |
insertNewCleanup(int i)
Inserts and returns a new empty value (as xml) as the ith "cleanup" element
|
void |
removeCleanup(int i)
Removes the ith "cleanup" element
|
void |
setCleanupArray(int i,
TCleanup cleanup)
Sets ith "cleanup" element
|
void |
setCleanupArray(TCleanup[] cleanupArray)
Sets array of all "cleanup" element
|
void |
setWhen(java.lang.String when)
Sets the "when" attribute
|
int |
sizeOfCleanupArray()
Returns number of "cleanup" element
|
org.apache.xmlbeans.XmlString |
xgetWhen()
Gets (as xml) the "when" attribute
|
void |
xsetWhen(org.apache.xmlbeans.XmlString when)
Sets (as xml) the "when" attribute
|
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
TCleanup[] getCleanupArray()
TCleanup getCleanupArray(int i)
int sizeOfCleanupArray()
void setCleanupArray(TCleanup[] cleanupArray)
void setCleanupArray(int i, TCleanup cleanup)
TCleanup insertNewCleanup(int i)
TCleanup addNewCleanup()
void removeCleanup(int i)
java.lang.String getWhen()
org.apache.xmlbeans.XmlString xgetWhen()
void setWhen(java.lang.String when)
void xsetWhen(org.apache.xmlbeans.XmlString when)