Package org.oasisOpen.docs.wsrf.rp2
Interface SetResourcePropertiesDocument.SetResourceProperties
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
SetResourcePropertiesDocumentImpl.SetResourcePropertiesImpl
- Enclosing interface:
- SetResourcePropertiesDocument
public static interface SetResourcePropertiesDocument.SetResourceProperties extends org.apache.xmlbeans.XmlObjectAn XML SetResourceProperties(@http://docs.oasis-open.org/wsrf/rp-2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSetResourcePropertiesDocument.SetResourceProperties.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteTypeaddNewDelete()Appends and returns a new empty value (as xml) as the last "Delete" elementInsertTypeaddNewInsert()Appends and returns a new empty value (as xml) as the last "Insert" elementUpdateTypeaddNewUpdate()Appends and returns a new empty value (as xml) as the last "Update" elementDeleteType[]getDeleteArray()Gets array of all "Delete" elementsDeleteTypegetDeleteArray(int i)Gets ith "Delete" elementInsertType[]getInsertArray()Gets array of all "Insert" elementsInsertTypegetInsertArray(int i)Gets ith "Insert" elementUpdateType[]getUpdateArray()Gets array of all "Update" elementsUpdateTypegetUpdateArray(int i)Gets ith "Update" elementDeleteTypeinsertNewDelete(int i)Inserts and returns a new empty value (as xml) as the ith "Delete" elementInsertTypeinsertNewInsert(int i)Inserts and returns a new empty value (as xml) as the ith "Insert" elementUpdateTypeinsertNewUpdate(int i)Inserts and returns a new empty value (as xml) as the ith "Update" elementvoidremoveDelete(int i)Removes the ith "Delete" elementvoidremoveInsert(int i)Removes the ith "Insert" elementvoidremoveUpdate(int i)Removes the ith "Update" elementvoidsetDeleteArray(int i, DeleteType delete)Sets ith "Delete" elementvoidsetDeleteArray(DeleteType[] deleteArray)Sets array of all "Delete" elementvoidsetInsertArray(int i, InsertType insert)Sets ith "Insert" elementvoidsetInsertArray(InsertType[] insertArray)Sets array of all "Insert" elementvoidsetUpdateArray(int i, UpdateType update)Sets ith "Update" elementvoidsetUpdateArray(UpdateType[] updateArray)Sets array of all "Update" elementintsizeOfDeleteArray()Returns number of "Delete" elementintsizeOfInsertArray()Returns number of "Insert" elementintsizeOfUpdateArray()Returns number of "Update" element-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, 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
-
-
-
-
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
-
-