Package org.oasisOpen.docs.wsrf.rp2
Interface GetMultipleResourcePropertiesDocument.GetMultipleResourceProperties
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
GetMultipleResourcePropertiesDocumentImpl.GetMultipleResourcePropertiesImpl
- Enclosing interface:
- GetMultipleResourcePropertiesDocument
public static interface GetMultipleResourcePropertiesDocument.GetMultipleResourceProperties extends org.apache.xmlbeans.XmlObjectAn XML GetMultipleResourceProperties(@http://docs.oasis-open.org/wsrf/rp-2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGetMultipleResourcePropertiesDocument.GetMultipleResourceProperties.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 org.apache.xmlbeans.XmlQNameaddNewResourceProperty()Appends and returns a new empty value (as xml) as the last "ResourceProperty" elementvoidaddResourceProperty(QName resourceProperty)Appends the value as the last "ResourceProperty" elementQName[]getResourcePropertyArray()Gets array of all "ResourceProperty" elementsQNamegetResourcePropertyArray(int i)Gets ith "ResourceProperty" elementorg.apache.xmlbeans.XmlQNameinsertNewResourceProperty(int i)Inserts and returns a new empty value (as xml) as the ith "ResourceProperty" elementvoidinsertResourceProperty(int i, QName resourceProperty)Inserts the value as the ith "ResourceProperty" elementvoidremoveResourceProperty(int i)Removes the ith "ResourceProperty" elementvoidsetResourcePropertyArray(int i, QName resourceProperty)Sets ith "ResourceProperty" elementvoidsetResourcePropertyArray(QName[] resourcePropertyArray)Sets array of all "ResourceProperty" elementintsizeOfResourcePropertyArray()Returns number of "ResourceProperty" elementorg.apache.xmlbeans.XmlQName[]xgetResourcePropertyArray()Gets (as xml) array of all "ResourceProperty" elementsorg.apache.xmlbeans.XmlQNamexgetResourcePropertyArray(int i)Gets (as xml) ith "ResourceProperty" elementvoidxsetResourcePropertyArray(int i, org.apache.xmlbeans.XmlQName resourceProperty)Sets (as xml) ith "ResourceProperty" elementvoidxsetResourcePropertyArray(org.apache.xmlbeans.XmlQName[] resourcePropertyArray)Sets (as xml) array of all "ResourceProperty" 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
-
getResourcePropertyArray
QName[] getResourcePropertyArray()
Gets array of all "ResourceProperty" elements
-
getResourcePropertyArray
QName getResourcePropertyArray(int i)
Gets ith "ResourceProperty" element
-
xgetResourcePropertyArray
org.apache.xmlbeans.XmlQName[] xgetResourcePropertyArray()
Gets (as xml) array of all "ResourceProperty" elements
-
xgetResourcePropertyArray
org.apache.xmlbeans.XmlQName xgetResourcePropertyArray(int i)
Gets (as xml) ith "ResourceProperty" element
-
sizeOfResourcePropertyArray
int sizeOfResourcePropertyArray()
Returns number of "ResourceProperty" element
-
setResourcePropertyArray
void setResourcePropertyArray(QName[] resourcePropertyArray)
Sets array of all "ResourceProperty" element
-
setResourcePropertyArray
void setResourcePropertyArray(int i, QName resourceProperty)Sets ith "ResourceProperty" element
-
xsetResourcePropertyArray
void xsetResourcePropertyArray(org.apache.xmlbeans.XmlQName[] resourcePropertyArray)
Sets (as xml) array of all "ResourceProperty" element
-
xsetResourcePropertyArray
void xsetResourcePropertyArray(int i, org.apache.xmlbeans.XmlQName resourceProperty)Sets (as xml) ith "ResourceProperty" element
-
insertResourceProperty
void insertResourceProperty(int i, QName resourceProperty)Inserts the value as the ith "ResourceProperty" element
-
addResourceProperty
void addResourceProperty(QName resourceProperty)
Appends the value as the last "ResourceProperty" element
-
insertNewResourceProperty
org.apache.xmlbeans.XmlQName insertNewResourceProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "ResourceProperty" element
-
addNewResourceProperty
org.apache.xmlbeans.XmlQName addNewResourceProperty()
Appends and returns a new empty value (as xml) as the last "ResourceProperty" element
-
removeResourceProperty
void removeResourceProperty(int i)
Removes the ith "ResourceProperty" element
-
-