public interface Replay
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
Replay.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 |
---|---|
org.apache.xmlbeans.XmlLong |
addNewReplaceInstance()
Appends and returns a new empty value (as xml) as the last "replaceInstance" element
|
CommunicationType |
addNewRestoreInstance()
Appends and returns a new empty value (as xml) as the last "restoreInstance" element
|
org.apache.xmlbeans.XmlLong |
addNewUpgradeInstance()
Appends and returns a new empty value (as xml) as the last "upgradeInstance" element
|
void |
addReplaceInstance(long replaceInstance)
Appends the value as the last "replaceInstance" element
|
void |
addUpgradeInstance(long upgradeInstance)
Appends the value as the last "upgradeInstance" element
|
long[] |
getReplaceInstanceArray()
Gets array of all "replaceInstance" elements
|
long |
getReplaceInstanceArray(int i)
Gets ith "replaceInstance" element
|
CommunicationType[] |
getRestoreInstanceArray()
Gets array of all "restoreInstance" elements
|
CommunicationType |
getRestoreInstanceArray(int i)
Gets ith "restoreInstance" element
|
long[] |
getUpgradeInstanceArray()
Gets array of all "upgradeInstance" elements
|
long |
getUpgradeInstanceArray(int i)
Gets ith "upgradeInstance" element
|
org.apache.xmlbeans.XmlLong |
insertNewReplaceInstance(int i)
Inserts and returns a new empty value (as xml) as the ith "replaceInstance" element
|
CommunicationType |
insertNewRestoreInstance(int i)
Inserts and returns a new empty value (as xml) as the ith "restoreInstance" element
|
org.apache.xmlbeans.XmlLong |
insertNewUpgradeInstance(int i)
Inserts and returns a new empty value (as xml) as the ith "upgradeInstance" element
|
void |
insertReplaceInstance(int i,
long replaceInstance)
Inserts the value as the ith "replaceInstance" element
|
void |
insertUpgradeInstance(int i,
long upgradeInstance)
Inserts the value as the ith "upgradeInstance" element
|
void |
removeReplaceInstance(int i)
Removes the ith "replaceInstance" element
|
void |
removeRestoreInstance(int i)
Removes the ith "restoreInstance" element
|
void |
removeUpgradeInstance(int i)
Removes the ith "upgradeInstance" element
|
void |
setReplaceInstanceArray(int i,
long replaceInstance)
Sets ith "replaceInstance" element
|
void |
setReplaceInstanceArray(long[] replaceInstanceArray)
Sets array of all "replaceInstance" element
|
void |
setRestoreInstanceArray(CommunicationType[] restoreInstanceArray)
Sets array of all "restoreInstance" element
|
void |
setRestoreInstanceArray(int i,
CommunicationType restoreInstance)
Sets ith "restoreInstance" element
|
void |
setUpgradeInstanceArray(int i,
long upgradeInstance)
Sets ith "upgradeInstance" element
|
void |
setUpgradeInstanceArray(long[] upgradeInstanceArray)
Sets array of all "upgradeInstance" element
|
int |
sizeOfReplaceInstanceArray()
Returns number of "replaceInstance" element
|
int |
sizeOfRestoreInstanceArray()
Returns number of "restoreInstance" element
|
int |
sizeOfUpgradeInstanceArray()
Returns number of "upgradeInstance" element
|
org.apache.xmlbeans.XmlLong[] |
xgetReplaceInstanceArray()
Gets (as xml) array of all "replaceInstance" elements
|
org.apache.xmlbeans.XmlLong |
xgetReplaceInstanceArray(int i)
Gets (as xml) ith "replaceInstance" element
|
org.apache.xmlbeans.XmlLong[] |
xgetUpgradeInstanceArray()
Gets (as xml) array of all "upgradeInstance" elements
|
org.apache.xmlbeans.XmlLong |
xgetUpgradeInstanceArray(int i)
Gets (as xml) ith "upgradeInstance" element
|
void |
xsetReplaceInstanceArray(int i,
org.apache.xmlbeans.XmlLong replaceInstance)
Sets (as xml) ith "replaceInstance" element
|
void |
xsetReplaceInstanceArray(org.apache.xmlbeans.XmlLong[] replaceInstanceArray)
Sets (as xml) array of all "replaceInstance" element
|
void |
xsetUpgradeInstanceArray(int i,
org.apache.xmlbeans.XmlLong upgradeInstance)
Sets (as xml) ith "upgradeInstance" element
|
void |
xsetUpgradeInstanceArray(org.apache.xmlbeans.XmlLong[] upgradeInstanceArray)
Sets (as xml) array of all "upgradeInstance" 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
long[] getUpgradeInstanceArray()
long getUpgradeInstanceArray(int i)
org.apache.xmlbeans.XmlLong[] xgetUpgradeInstanceArray()
org.apache.xmlbeans.XmlLong xgetUpgradeInstanceArray(int i)
int sizeOfUpgradeInstanceArray()
void setUpgradeInstanceArray(long[] upgradeInstanceArray)
void setUpgradeInstanceArray(int i, long upgradeInstance)
void xsetUpgradeInstanceArray(org.apache.xmlbeans.XmlLong[] upgradeInstanceArray)
void xsetUpgradeInstanceArray(int i, org.apache.xmlbeans.XmlLong upgradeInstance)
void insertUpgradeInstance(int i, long upgradeInstance)
void addUpgradeInstance(long upgradeInstance)
org.apache.xmlbeans.XmlLong insertNewUpgradeInstance(int i)
org.apache.xmlbeans.XmlLong addNewUpgradeInstance()
void removeUpgradeInstance(int i)
long[] getReplaceInstanceArray()
long getReplaceInstanceArray(int i)
org.apache.xmlbeans.XmlLong[] xgetReplaceInstanceArray()
org.apache.xmlbeans.XmlLong xgetReplaceInstanceArray(int i)
int sizeOfReplaceInstanceArray()
void setReplaceInstanceArray(long[] replaceInstanceArray)
void setReplaceInstanceArray(int i, long replaceInstance)
void xsetReplaceInstanceArray(org.apache.xmlbeans.XmlLong[] replaceInstanceArray)
void xsetReplaceInstanceArray(int i, org.apache.xmlbeans.XmlLong replaceInstance)
void insertReplaceInstance(int i, long replaceInstance)
void addReplaceInstance(long replaceInstance)
org.apache.xmlbeans.XmlLong insertNewReplaceInstance(int i)
org.apache.xmlbeans.XmlLong addNewReplaceInstance()
void removeReplaceInstance(int i)
CommunicationType[] getRestoreInstanceArray()
CommunicationType getRestoreInstanceArray(int i)
int sizeOfRestoreInstanceArray()
void setRestoreInstanceArray(CommunicationType[] restoreInstanceArray)
void setRestoreInstanceArray(int i, CommunicationType restoreInstance)
CommunicationType insertNewRestoreInstance(int i)
CommunicationType addNewRestoreInstance()
void removeRestoreInstance(int i)