net.opengis.cat.csw.x202
Interface TransactionResponseType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
TransactionResponseTypeImpl

public interface TransactionResponseType
extends org.apache.xmlbeans.XmlObject

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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getTransactionSummary

TransactionSummaryType getTransactionSummary()
Gets the "TransactionSummary" element


setTransactionSummary

void setTransactionSummary(TransactionSummaryType transactionSummary)
Sets the "TransactionSummary" element


addNewTransactionSummary

TransactionSummaryType addNewTransactionSummary()
Appends and returns a new empty "TransactionSummary" element


getInsertResultArray

InsertResultType[] getInsertResultArray()
Gets array of all "InsertResult" elements


getInsertResultArray

InsertResultType getInsertResultArray(int i)
Gets ith "InsertResult" element


sizeOfInsertResultArray

int sizeOfInsertResultArray()
Returns number of "InsertResult" element


setInsertResultArray

void setInsertResultArray(InsertResultType[] insertResultArray)
Sets array of all "InsertResult" element


setInsertResultArray

void setInsertResultArray(int i,
                          InsertResultType insertResult)
Sets ith "InsertResult" element


insertNewInsertResult

InsertResultType insertNewInsertResult(int i)
Inserts and returns a new empty value (as xml) as the ith "InsertResult" element


addNewInsertResult

InsertResultType addNewInsertResult()
Appends and returns a new empty value (as xml) as the last "InsertResult" element


removeInsertResult

void removeInsertResult(int i)
Removes the ith "InsertResult" element


getVersion

String getVersion()
Gets the "version" attribute


xgetVersion

org.apache.xmlbeans.XmlString xgetVersion()
Gets (as xml) the "version" attribute


isSetVersion

boolean isSetVersion()
True if has "version" attribute


setVersion

void setVersion(String version)
Sets the "version" attribute


xsetVersion

void xsetVersion(org.apache.xmlbeans.XmlString version)
Sets (as xml) the "version" attribute


unsetVersion

void unsetVersion()
Unsets the "version" attribute



Copyright © 2004-2012 52north.org. All Rights Reserved.