Package org.oasisOpen.docs.wsrf.rp2
Interface QueryResourcePropertiesDocument
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
QueryResourcePropertiesDocumentImpl
public interface QueryResourcePropertiesDocument extends org.apache.xmlbeans.XmlObjectA document containing one QueryResourceProperties(@http://docs.oasis-open.org/wsrf/rp-2) element. This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classQueryResourcePropertiesDocument.FactoryA factory class with static methods for creating instances of this type.static interfaceQueryResourcePropertiesDocument.QueryResourcePropertiesAn XML QueryResourceProperties(@http://docs.oasis-open.org/wsrf/rp-2).
-
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 QueryResourcePropertiesDocument.QueryResourcePropertiesaddNewQueryResourceProperties()Appends and returns a new empty "QueryResourceProperties" elementQueryResourcePropertiesDocument.QueryResourcePropertiesgetQueryResourceProperties()Gets the "QueryResourceProperties" elementvoidsetQueryResourceProperties(QueryResourcePropertiesDocument.QueryResourceProperties queryResourceProperties)Sets the "QueryResourceProperties" 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
-
getQueryResourceProperties
QueryResourcePropertiesDocument.QueryResourceProperties getQueryResourceProperties()
Gets the "QueryResourceProperties" element
-
setQueryResourceProperties
void setQueryResourceProperties(QueryResourcePropertiesDocument.QueryResourceProperties queryResourceProperties)
Sets the "QueryResourceProperties" element
-
addNewQueryResourceProperties
QueryResourcePropertiesDocument.QueryResourceProperties addNewQueryResourceProperties()
Appends and returns a new empty "QueryResourceProperties" element
-
-