net.opengis.cat.csw.x202
Interface TransactionType

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

public interface TransactionType
extends RequestBaseType

An XML TransactionType(@http://www.opengis.net/cat/csw/2.0.2). This is a complex type.


Nested Class Summary
static class TransactionType.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
 DeleteType addNewDelete()
          Appends and returns a new empty value (as xml) as the last "Delete" element
 InsertType addNewInsert()
          Appends and returns a new empty value (as xml) as the last "Insert" element
 UpdateType addNewUpdate()
          Appends and returns a new empty value (as xml) as the last "Update" element
 DeleteType[] getDeleteArray()
          Gets array of all "Delete" elements
 DeleteType getDeleteArray(int i)
          Gets ith "Delete" element
 InsertType[] getInsertArray()
          Gets array of all "Insert" elements
 InsertType getInsertArray(int i)
          Gets ith "Insert" element
 String getRequestId()
          Gets the "requestId" attribute
 UpdateType[] getUpdateArray()
          Gets array of all "Update" elements
 UpdateType getUpdateArray(int i)
          Gets ith "Update" element
 boolean getVerboseResponse()
          Gets the "verboseResponse" attribute
 DeleteType insertNewDelete(int i)
          Inserts and returns a new empty value (as xml) as the ith "Delete" element
 InsertType insertNewInsert(int i)
          Inserts and returns a new empty value (as xml) as the ith "Insert" element
 UpdateType insertNewUpdate(int i)
          Inserts and returns a new empty value (as xml) as the ith "Update" element
 boolean isSetRequestId()
          True if has "requestId" attribute
 boolean isSetVerboseResponse()
          True if has "verboseResponse" attribute
 void removeDelete(int i)
          Removes the ith "Delete" element
 void removeInsert(int i)
          Removes the ith "Insert" element
 void removeUpdate(int i)
          Removes the ith "Update" element
 void setDeleteArray(DeleteType[] deleteArray)
          Sets array of all "Delete" element
 void setDeleteArray(int i, DeleteType delete)
          Sets ith "Delete" element
 void setInsertArray(InsertType[] insertArray)
          Sets array of all "Insert" element
 void setInsertArray(int i, InsertType insert)
          Sets ith "Insert" element
 void setRequestId(String requestId)
          Sets the "requestId" attribute
 void setUpdateArray(int i, UpdateType update)
          Sets ith "Update" element
 void setUpdateArray(UpdateType[] updateArray)
          Sets array of all "Update" element
 void setVerboseResponse(boolean verboseResponse)
          Sets the "verboseResponse" attribute
 int sizeOfDeleteArray()
          Returns number of "Delete" element
 int sizeOfInsertArray()
          Returns number of "Insert" element
 int sizeOfUpdateArray()
          Returns number of "Update" element
 void unsetRequestId()
          Unsets the "requestId" attribute
 void unsetVerboseResponse()
          Unsets the "verboseResponse" attribute
 org.apache.xmlbeans.XmlAnyURI xgetRequestId()
          Gets (as xml) the "requestId" attribute
 org.apache.xmlbeans.XmlBoolean xgetVerboseResponse()
          Gets (as xml) the "verboseResponse" attribute
 void xsetRequestId(org.apache.xmlbeans.XmlAnyURI requestId)
          Sets (as xml) the "requestId" attribute
 void xsetVerboseResponse(org.apache.xmlbeans.XmlBoolean verboseResponse)
          Sets (as xml) the "verboseResponse" attribute
 
Methods inherited from interface net.opengis.cat.csw.x202.RequestBaseType
getService, getVersion, setService, setVersion, xgetService, xgetVersion, xsetService, xsetVersion
 
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

getInsertArray

InsertType[] getInsertArray()
Gets array of all "Insert" elements


getInsertArray

InsertType getInsertArray(int i)
Gets ith "Insert" element


sizeOfInsertArray

int sizeOfInsertArray()
Returns number of "Insert" element


setInsertArray

void setInsertArray(InsertType[] insertArray)
Sets array of all "Insert" element


setInsertArray

void setInsertArray(int i,
                    InsertType insert)
Sets ith "Insert" element


insertNewInsert

InsertType insertNewInsert(int i)
Inserts and returns a new empty value (as xml) as the ith "Insert" element


addNewInsert

InsertType addNewInsert()
Appends and returns a new empty value (as xml) as the last "Insert" element


removeInsert

void removeInsert(int i)
Removes the ith "Insert" element


getUpdateArray

UpdateType[] getUpdateArray()
Gets array of all "Update" elements


getUpdateArray

UpdateType getUpdateArray(int i)
Gets ith "Update" element


sizeOfUpdateArray

int sizeOfUpdateArray()
Returns number of "Update" element


setUpdateArray

void setUpdateArray(UpdateType[] updateArray)
Sets array of all "Update" element


setUpdateArray

void setUpdateArray(int i,
                    UpdateType update)
Sets ith "Update" element


insertNewUpdate

UpdateType insertNewUpdate(int i)
Inserts and returns a new empty value (as xml) as the ith "Update" element


addNewUpdate

UpdateType addNewUpdate()
Appends and returns a new empty value (as xml) as the last "Update" element


removeUpdate

void removeUpdate(int i)
Removes the ith "Update" element


getDeleteArray

DeleteType[] getDeleteArray()
Gets array of all "Delete" elements


getDeleteArray

DeleteType getDeleteArray(int i)
Gets ith "Delete" element


sizeOfDeleteArray

int sizeOfDeleteArray()
Returns number of "Delete" element


setDeleteArray

void setDeleteArray(DeleteType[] deleteArray)
Sets array of all "Delete" element


setDeleteArray

void setDeleteArray(int i,
                    DeleteType delete)
Sets ith "Delete" element


insertNewDelete

DeleteType insertNewDelete(int i)
Inserts and returns a new empty value (as xml) as the ith "Delete" element


addNewDelete

DeleteType addNewDelete()
Appends and returns a new empty value (as xml) as the last "Delete" element


removeDelete

void removeDelete(int i)
Removes the ith "Delete" element


getVerboseResponse

boolean getVerboseResponse()
Gets the "verboseResponse" attribute


xgetVerboseResponse

org.apache.xmlbeans.XmlBoolean xgetVerboseResponse()
Gets (as xml) the "verboseResponse" attribute


isSetVerboseResponse

boolean isSetVerboseResponse()
True if has "verboseResponse" attribute


setVerboseResponse

void setVerboseResponse(boolean verboseResponse)
Sets the "verboseResponse" attribute


xsetVerboseResponse

void xsetVerboseResponse(org.apache.xmlbeans.XmlBoolean verboseResponse)
Sets (as xml) the "verboseResponse" attribute


unsetVerboseResponse

void unsetVerboseResponse()
Unsets the "verboseResponse" attribute


getRequestId

String getRequestId()
Gets the "requestId" attribute


xgetRequestId

org.apache.xmlbeans.XmlAnyURI xgetRequestId()
Gets (as xml) the "requestId" attribute


isSetRequestId

boolean isSetRequestId()
True if has "requestId" attribute


setRequestId

void setRequestId(String requestId)
Sets the "requestId" attribute


xsetRequestId

void xsetRequestId(org.apache.xmlbeans.XmlAnyURI requestId)
Sets (as xml) the "requestId" attribute


unsetRequestId

void unsetRequestId()
Unsets the "requestId" attribute



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