Package org.oasisOpen.docs.wsrf.rp2
Interface QueryExpressionRPDocumentDocument1.QueryExpressionRPDocument
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
QueryExpressionRPDocumentDocument1Impl.QueryExpressionRPDocumentImpl
- Enclosing interface:
- QueryExpressionRPDocumentDocument1
public static interface QueryExpressionRPDocumentDocument1.QueryExpressionRPDocument extends org.apache.xmlbeans.XmlObjectAn XML QueryExpressionRPDocument(@http://docs.oasis-open.org/wsrf/rp-2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classQueryExpressionRPDocumentDocument1.QueryExpressionRPDocument.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.XmlAnyURIaddNewQueryExpressionDialect()Appends and returns a new empty value (as xml) as the last "QueryExpressionDialect" elementvoidaddQueryExpressionDialect(String queryExpressionDialect)Appends the value as the last "QueryExpressionDialect" elementString[]getQueryExpressionDialectArray()Gets array of all "QueryExpressionDialect" elementsStringgetQueryExpressionDialectArray(int i)Gets ith "QueryExpressionDialect" elementorg.apache.xmlbeans.XmlAnyURIinsertNewQueryExpressionDialect(int i)Inserts and returns a new empty value (as xml) as the ith "QueryExpressionDialect" elementvoidinsertQueryExpressionDialect(int i, String queryExpressionDialect)Inserts the value as the ith "QueryExpressionDialect" elementvoidremoveQueryExpressionDialect(int i)Removes the ith "QueryExpressionDialect" elementvoidsetQueryExpressionDialectArray(int i, String queryExpressionDialect)Sets ith "QueryExpressionDialect" elementvoidsetQueryExpressionDialectArray(String[] queryExpressionDialectArray)Sets array of all "QueryExpressionDialect" elementintsizeOfQueryExpressionDialectArray()Returns number of "QueryExpressionDialect" elementorg.apache.xmlbeans.XmlAnyURI[]xgetQueryExpressionDialectArray()Gets (as xml) array of all "QueryExpressionDialect" elementsorg.apache.xmlbeans.XmlAnyURIxgetQueryExpressionDialectArray(int i)Gets (as xml) ith "QueryExpressionDialect" elementvoidxsetQueryExpressionDialectArray(int i, org.apache.xmlbeans.XmlAnyURI queryExpressionDialect)Sets (as xml) ith "QueryExpressionDialect" elementvoidxsetQueryExpressionDialectArray(org.apache.xmlbeans.XmlAnyURI[] queryExpressionDialectArray)Sets (as xml) array of all "QueryExpressionDialect" 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
-
getQueryExpressionDialectArray
String[] getQueryExpressionDialectArray()
Gets array of all "QueryExpressionDialect" elements
-
getQueryExpressionDialectArray
String getQueryExpressionDialectArray(int i)
Gets ith "QueryExpressionDialect" element
-
xgetQueryExpressionDialectArray
org.apache.xmlbeans.XmlAnyURI[] xgetQueryExpressionDialectArray()
Gets (as xml) array of all "QueryExpressionDialect" elements
-
xgetQueryExpressionDialectArray
org.apache.xmlbeans.XmlAnyURI xgetQueryExpressionDialectArray(int i)
Gets (as xml) ith "QueryExpressionDialect" element
-
sizeOfQueryExpressionDialectArray
int sizeOfQueryExpressionDialectArray()
Returns number of "QueryExpressionDialect" element
-
setQueryExpressionDialectArray
void setQueryExpressionDialectArray(String[] queryExpressionDialectArray)
Sets array of all "QueryExpressionDialect" element
-
setQueryExpressionDialectArray
void setQueryExpressionDialectArray(int i, String queryExpressionDialect)Sets ith "QueryExpressionDialect" element
-
xsetQueryExpressionDialectArray
void xsetQueryExpressionDialectArray(org.apache.xmlbeans.XmlAnyURI[] queryExpressionDialectArray)
Sets (as xml) array of all "QueryExpressionDialect" element
-
xsetQueryExpressionDialectArray
void xsetQueryExpressionDialectArray(int i, org.apache.xmlbeans.XmlAnyURI queryExpressionDialect)Sets (as xml) ith "QueryExpressionDialect" element
-
insertQueryExpressionDialect
void insertQueryExpressionDialect(int i, String queryExpressionDialect)Inserts the value as the ith "QueryExpressionDialect" element
-
addQueryExpressionDialect
void addQueryExpressionDialect(String queryExpressionDialect)
Appends the value as the last "QueryExpressionDialect" element
-
insertNewQueryExpressionDialect
org.apache.xmlbeans.XmlAnyURI insertNewQueryExpressionDialect(int i)
Inserts and returns a new empty value (as xml) as the ith "QueryExpressionDialect" element
-
addNewQueryExpressionDialect
org.apache.xmlbeans.XmlAnyURI addNewQueryExpressionDialect()
Appends and returns a new empty value (as xml) as the last "QueryExpressionDialect" element
-
removeQueryExpressionDialect
void removeQueryExpressionDialect(int i)
Removes the ith "QueryExpressionDialect" element
-
-