|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReplayResponse
An XML ReplayResponse(@http://www.apache.org/ode/pmapi/types/2006/08/02/). This is a complex type.
Nested Class Summary | |
---|---|
static class |
ReplayResponse.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 |
addNewRestoredIID()
Appends and returns a new empty value (as xml) as the last "restoredIID" element |
void |
addRestoredIID(long restoredIID)
Appends the value as the last "restoredIID" element |
long[] |
getRestoredIIDArray()
Deprecated. |
long |
getRestoredIIDArray(int i)
Gets ith "restoredIID" element |
java.util.List<java.lang.Long> |
getRestoredIIDList()
Gets a List of "restoredIID" elements |
org.apache.xmlbeans.XmlLong |
insertNewRestoredIID(int i)
Inserts and returns a new empty value (as xml) as the ith "restoredIID" element |
void |
insertRestoredIID(int i,
long restoredIID)
Inserts the value as the ith "restoredIID" element |
void |
removeRestoredIID(int i)
Removes the ith "restoredIID" element |
void |
setRestoredIIDArray(int i,
long restoredIID)
Sets ith "restoredIID" element |
void |
setRestoredIIDArray(long[] restoredIIDArray)
Sets array of all "restoredIID" element |
int |
sizeOfRestoredIIDArray()
Returns number of "restoredIID" element |
org.apache.xmlbeans.XmlLong[] |
xgetRestoredIIDArray()
Deprecated. |
org.apache.xmlbeans.XmlLong |
xgetRestoredIIDArray(int i)
Gets (as xml) ith "restoredIID" element |
java.util.List<org.apache.xmlbeans.XmlLong> |
xgetRestoredIIDList()
Gets (as xml) a List of "restoredIID" elements |
void |
xsetRestoredIIDArray(int i,
org.apache.xmlbeans.XmlLong restoredIID)
Sets (as xml) ith "restoredIID" element |
void |
xsetRestoredIIDArray(org.apache.xmlbeans.XmlLong[] restoredIIDArray)
Sets (as xml) array of all "restoredIID" 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> getRestoredIIDList()
long[] getRestoredIIDArray()
long getRestoredIIDArray(int i)
java.util.List<org.apache.xmlbeans.XmlLong> xgetRestoredIIDList()
org.apache.xmlbeans.XmlLong[] xgetRestoredIIDArray()
org.apache.xmlbeans.XmlLong xgetRestoredIIDArray(int i)
int sizeOfRestoredIIDArray()
void setRestoredIIDArray(long[] restoredIIDArray)
void setRestoredIIDArray(int i, long restoredIID)
void xsetRestoredIIDArray(org.apache.xmlbeans.XmlLong[] restoredIIDArray)
void xsetRestoredIIDArray(int i, org.apache.xmlbeans.XmlLong restoredIID)
void insertRestoredIID(int i, long restoredIID)
void addRestoredIID(long restoredIID)
org.apache.xmlbeans.XmlLong insertNewRestoredIID(int i)
org.apache.xmlbeans.XmlLong addNewRestoredIID()
void removeRestoredIID(int i)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |