public static interface GetMultipleResourcePropertiesDocument.GetMultipleResourceProperties
extends org.apache.xmlbeans.XmlObject
| Type | Property and Description |
|---|---|
org.apache.xmlbeans.XmlQName |
addNewResource
Appends and returns a new empty value (as xml) as the last "ResourceProperty" element
|
| Modifier and Type | Interface and Description |
|---|---|
static class |
GetMultipleResourcePropertiesDocument.GetMultipleResourceProperties.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 |
|---|---|
org.apache.xmlbeans.XmlQName |
addNewResourceProperty()
Appends and returns a new empty value (as xml) as the last "ResourceProperty" element
|
void |
addResourceProperty(QName resourceProperty)
Appends the value as the last "ResourceProperty" element
|
QName[] |
getResourcePropertyArray()
Gets array of all "ResourceProperty" elements
|
QName |
getResourcePropertyArray(int i)
Gets ith "ResourceProperty" element
|
org.apache.xmlbeans.XmlQName |
insertNewResourceProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "ResourceProperty" element
|
void |
insertResourceProperty(int i,
QName resourceProperty)
Inserts the value as the ith "ResourceProperty" element
|
void |
removeResourceProperty(int i)
Removes the ith "ResourceProperty" element
|
void |
setResourcePropertyArray(int i,
QName resourceProperty)
Sets ith "ResourceProperty" element
|
void |
setResourcePropertyArray(QName[] resourcePropertyArray)
Sets array of all "ResourceProperty" element
|
int |
sizeOfResourcePropertyArray()
Returns number of "ResourceProperty" element
|
org.apache.xmlbeans.XmlQName[] |
xgetResourcePropertyArray()
Gets (as xml) array of all "ResourceProperty" elements
|
org.apache.xmlbeans.XmlQName |
xgetResourcePropertyArray(int i)
Gets (as xml) ith "ResourceProperty" element
|
void |
xsetResourcePropertyArray(int i,
org.apache.xmlbeans.XmlQName resourceProperty)
Sets (as xml) ith "ResourceProperty" element
|
void |
xsetResourcePropertyArray(org.apache.xmlbeans.XmlQName[] resourcePropertyArray)
Sets (as xml) array of all "ResourceProperty" 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, xmlTextorg.apache.xmlbeans.XmlQName addNewResourceProperty
QName[] getResourcePropertyArray()
QName getResourcePropertyArray(int i)
org.apache.xmlbeans.XmlQName[] xgetResourcePropertyArray()
org.apache.xmlbeans.XmlQName xgetResourcePropertyArray(int i)
int sizeOfResourcePropertyArray()
void setResourcePropertyArray(QName[] resourcePropertyArray)
void setResourcePropertyArray(int i,
QName resourceProperty)
void xsetResourcePropertyArray(org.apache.xmlbeans.XmlQName[] resourcePropertyArray)
void xsetResourcePropertyArray(int i,
org.apache.xmlbeans.XmlQName resourceProperty)
void insertResourceProperty(int i,
QName resourceProperty)
void addResourceProperty(QName resourceProperty)
org.apache.xmlbeans.XmlQName insertNewResourceProperty(int i)
org.apache.xmlbeans.XmlQName addNewResourceProperty()
void removeResourceProperty(int i)
Copyright © 2018 52north.org. All rights reserved.