|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransactionType
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
InsertType[] getInsertArray()
InsertType getInsertArray(int i)
int sizeOfInsertArray()
void setInsertArray(InsertType[] insertArray)
void setInsertArray(int i, InsertType insert)
InsertType insertNewInsert(int i)
InsertType addNewInsert()
void removeInsert(int i)
UpdateType[] getUpdateArray()
UpdateType getUpdateArray(int i)
int sizeOfUpdateArray()
void setUpdateArray(UpdateType[] updateArray)
void setUpdateArray(int i, UpdateType update)
UpdateType insertNewUpdate(int i)
UpdateType addNewUpdate()
void removeUpdate(int i)
DeleteType[] getDeleteArray()
DeleteType getDeleteArray(int i)
int sizeOfDeleteArray()
void setDeleteArray(DeleteType[] deleteArray)
void setDeleteArray(int i, DeleteType delete)
DeleteType insertNewDelete(int i)
DeleteType addNewDelete()
void removeDelete(int i)
boolean getVerboseResponse()
org.apache.xmlbeans.XmlBoolean xgetVerboseResponse()
boolean isSetVerboseResponse()
void setVerboseResponse(boolean verboseResponse)
void xsetVerboseResponse(org.apache.xmlbeans.XmlBoolean verboseResponse)
void unsetVerboseResponse()
String getRequestId()
org.apache.xmlbeans.XmlAnyURI xgetRequestId()
boolean isSetRequestId()
void setRequestId(String requestId)
void xsetRequestId(org.apache.xmlbeans.XmlAnyURI requestId)
void unsetRequestId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |