|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransactionResponseType
An XML TransactionResponseType(@http://www.opengis.net/cat/csw/2.0.2). This is a complex type.
Nested Class Summary | |
---|---|
static class |
TransactionResponseType.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 | |
---|---|
InsertResultType |
addNewInsertResult()
Appends and returns a new empty value (as xml) as the last "InsertResult" element |
TransactionSummaryType |
addNewTransactionSummary()
Appends and returns a new empty "TransactionSummary" element |
InsertResultType[] |
getInsertResultArray()
Gets array of all "InsertResult" elements |
InsertResultType |
getInsertResultArray(int i)
Gets ith "InsertResult" element |
TransactionSummaryType |
getTransactionSummary()
Gets the "TransactionSummary" element |
String |
getVersion()
Gets the "version" attribute |
InsertResultType |
insertNewInsertResult(int i)
Inserts and returns a new empty value (as xml) as the ith "InsertResult" element |
boolean |
isSetVersion()
True if has "version" attribute |
void |
removeInsertResult(int i)
Removes the ith "InsertResult" element |
void |
setInsertResultArray(InsertResultType[] insertResultArray)
Sets array of all "InsertResult" element |
void |
setInsertResultArray(int i,
InsertResultType insertResult)
Sets ith "InsertResult" element |
void |
setTransactionSummary(TransactionSummaryType transactionSummary)
Sets the "TransactionSummary" element |
void |
setVersion(String version)
Sets the "version" attribute |
int |
sizeOfInsertResultArray()
Returns number of "InsertResult" element |
void |
unsetVersion()
Unsets the "version" attribute |
org.apache.xmlbeans.XmlString |
xgetVersion()
Gets (as xml) the "version" attribute |
void |
xsetVersion(org.apache.xmlbeans.XmlString version)
Sets (as xml) the "version" attribute |
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 |
---|
TransactionSummaryType getTransactionSummary()
void setTransactionSummary(TransactionSummaryType transactionSummary)
TransactionSummaryType addNewTransactionSummary()
InsertResultType[] getInsertResultArray()
InsertResultType getInsertResultArray(int i)
int sizeOfInsertResultArray()
void setInsertResultArray(InsertResultType[] insertResultArray)
void setInsertResultArray(int i, InsertResultType insertResult)
InsertResultType insertNewInsertResult(int i)
InsertResultType addNewInsertResult()
void removeInsertResult(int i)
String getVersion()
org.apache.xmlbeans.XmlString xgetVersion()
boolean isSetVersion()
void setVersion(String version)
void xsetVersion(org.apache.xmlbeans.XmlString version)
void unsetVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |