|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Replay
An XML Replay(@http://www.apache.org/ode/pmapi/types/2006/08/02/). This is a complex type.
Nested Class Summary | |
---|---|
static class |
Replay.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 | |
---|---|
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()
Deprecated. |
long |
getReplaceInstanceArray(int i)
Gets ith "replaceInstance" element |
java.util.List<java.lang.Long> |
getReplaceInstanceList()
Gets a List of "replaceInstance" elements |
CommunicationType[] |
getRestoreInstanceArray()
Deprecated. |
CommunicationType |
getRestoreInstanceArray(int i)
Gets ith "restoreInstance" element |
java.util.List<CommunicationType> |
getRestoreInstanceList()
Gets a List of "restoreInstance" elements |
long[] |
getUpgradeInstanceArray()
Deprecated. |
long |
getUpgradeInstanceArray(int i)
Gets ith "upgradeInstance" element |
java.util.List<java.lang.Long> |
getUpgradeInstanceList()
Gets a List of "upgradeInstance" elements |
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()
Deprecated. |
org.apache.xmlbeans.XmlLong |
xgetReplaceInstanceArray(int i)
Gets (as xml) ith "replaceInstance" element |
java.util.List<org.apache.xmlbeans.XmlLong> |
xgetReplaceInstanceList()
Gets (as xml) a List of "replaceInstance" elements |
org.apache.xmlbeans.XmlLong[] |
xgetUpgradeInstanceArray()
Deprecated. |
org.apache.xmlbeans.XmlLong |
xgetUpgradeInstanceArray(int i)
Gets (as xml) ith "upgradeInstance" element |
java.util.List<org.apache.xmlbeans.XmlLong> |
xgetUpgradeInstanceList()
Gets (as xml) a List of "upgradeInstance" elements |
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 |
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.util.List<java.lang.Long> getUpgradeInstanceList()
long[] getUpgradeInstanceArray()
long getUpgradeInstanceArray(int i)
java.util.List<org.apache.xmlbeans.XmlLong> xgetUpgradeInstanceList()
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)
java.util.List<java.lang.Long> getReplaceInstanceList()
long[] getReplaceInstanceArray()
long getReplaceInstanceArray(int i)
java.util.List<org.apache.xmlbeans.XmlLong> xgetReplaceInstanceList()
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)
java.util.List<CommunicationType> getRestoreInstanceList()
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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |