public static interface SetResourcePropertiesDocument.SetResourceProperties
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
SetResourcePropertiesDocument.SetResourceProperties.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
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
|
UpdateType[] |
getUpdateArray()
Gets array of all "Update" elements
|
UpdateType |
getUpdateArray(int i)
Gets ith "Update" element
|
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
|
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 |
setUpdateArray(int i,
UpdateType update)
Sets ith "Update" element
|
void |
setUpdateArray(UpdateType[] updateArray)
Sets array of all "Update" element
|
int |
sizeOfDeleteArray()
Returns number of "Delete" element
|
int |
sizeOfInsertArray()
Returns number of "Insert" element
|
int |
sizeOfUpdateArray()
Returns number of "Update" element
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextInsertType[] 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)
Copyright © 2018 52north.org. All rights reserved.