|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataSourceQueryType | |
|---|---|
| edu.indiana.extreme.lead.resource_catalog.xsd | |
| edu.indiana.extreme.lead.resource_catalog.xsd.impl | |
| Uses of DataSourceQueryType in edu.indiana.extreme.lead.resource_catalog.xsd |
|---|
| Subinterfaces of DataSourceQueryType in edu.indiana.extreme.lead.resource_catalog.xsd | |
|---|---|
interface |
AndQueryType
An XML AndQueryType(@http://www.extreme.indiana.edu/lead/resource-catalog/v2/xsd). |
interface |
AtomicQueryType
An XML AtomicQueryType(@http://www.extreme.indiana.edu/lead/resource-catalog/v2/xsd). |
interface |
CompareQueryType
An XML CompareQueryType(@http://www.extreme.indiana.edu/lead/resource-catalog/v2/xsd). |
interface |
NotQueryType
An XML NotQueryType(@http://www.extreme.indiana.edu/lead/resource-catalog/v2/xsd). |
interface |
OrQueryType
An XML OrQueryType(@http://www.extreme.indiana.edu/lead/resource-catalog/v2/xsd). |
interface |
RangeQueryType
An XML RangeQueryType(@http://www.extreme.indiana.edu/lead/resource-catalog/v2/xsd). |
interface |
SpatialQueryType
An XML SpatialQueryType(@http://www.extreme.indiana.edu/lead/resource-catalog/v2/xsd). |
interface |
TemporalQueryType
An XML TemporalQueryType(@http://www.extreme.indiana.edu/lead/resource-catalog/v2/xsd). |
| Methods in edu.indiana.extreme.lead.resource_catalog.xsd that return DataSourceQueryType | |
|---|---|
DataSourceQueryType |
AndQueryType.addNewAndPredicate()
Appends and returns a new empty value (as xml) as the last "andPredicate" element |
DataSourceQueryType |
NotQueryType.addNewNotPredicate()
Appends and returns a new empty "notPredicate" element |
DataSourceQueryType |
OrQueryType.addNewOrPredicate()
Appends and returns a new empty value (as xml) as the last "orPredicate" element |
DataSourceQueryType |
QueryContainerDocument.QueryContainer.addNewQuery()
Appends and returns a new empty "query" element |
DataSourceQueryType[] |
AndQueryType.getAndPredicateArray()
Gets array of all "andPredicate" elements |
DataSourceQueryType |
AndQueryType.getAndPredicateArray(int i)
Gets ith "andPredicate" element |
DataSourceQueryType |
NotQueryType.getNotPredicate()
Gets the "notPredicate" element |
DataSourceQueryType[] |
OrQueryType.getOrPredicateArray()
Gets array of all "orPredicate" elements |
DataSourceQueryType |
OrQueryType.getOrPredicateArray(int i)
Gets ith "orPredicate" element |
DataSourceQueryType |
QueryContainerDocument.QueryContainer.getQuery()
Gets the "query" element |
DataSourceQueryType |
AndQueryType.insertNewAndPredicate(int i)
Inserts and returns a new empty value (as xml) as the ith "andPredicate" element |
DataSourceQueryType |
OrQueryType.insertNewOrPredicate(int i)
Inserts and returns a new empty value (as xml) as the ith "orPredicate" element |
static DataSourceQueryType |
DataSourceQueryType.Factory.newInstance()
Deprecated. No need to be able to create instances of abstract types |
static DataSourceQueryType |
DataSourceQueryType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
Deprecated. No need to be able to create instances of abstract types |
static DataSourceQueryType |
DataSourceQueryType.Factory.parse(java.io.File file)
|
static DataSourceQueryType |
DataSourceQueryType.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static DataSourceQueryType |
DataSourceQueryType.Factory.parse(java.io.InputStream is)
|
static DataSourceQueryType |
DataSourceQueryType.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static DataSourceQueryType |
DataSourceQueryType.Factory.parse(org.w3c.dom.Node node)
|
static DataSourceQueryType |
DataSourceQueryType.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static DataSourceQueryType |
DataSourceQueryType.Factory.parse(java.io.Reader r)
|
static DataSourceQueryType |
DataSourceQueryType.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static DataSourceQueryType |
DataSourceQueryType.Factory.parse(java.lang.String xmlAsString)
|
static DataSourceQueryType |
DataSourceQueryType.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static DataSourceQueryType |
DataSourceQueryType.Factory.parse(java.net.URL u)
|
static DataSourceQueryType |
DataSourceQueryType.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options)
|
| Methods in edu.indiana.extreme.lead.resource_catalog.xsd with parameters of type DataSourceQueryType | |
|---|---|
void |
AndQueryType.setAndPredicateArray(DataSourceQueryType[] andPredicateArray)
Sets array of all "andPredicate" element |
void |
AndQueryType.setAndPredicateArray(int i,
DataSourceQueryType andPredicate)
Sets ith "andPredicate" element |
void |
NotQueryType.setNotPredicate(DataSourceQueryType notPredicate)
Sets the "notPredicate" element |
void |
OrQueryType.setOrPredicateArray(DataSourceQueryType[] orPredicateArray)
Sets array of all "orPredicate" element |
void |
OrQueryType.setOrPredicateArray(int i,
DataSourceQueryType orPredicate)
Sets ith "orPredicate" element |
void |
QueryContainerDocument.QueryContainer.setQuery(DataSourceQueryType query)
Sets the "query" element |
| Uses of DataSourceQueryType in edu.indiana.extreme.lead.resource_catalog.xsd.impl |
|---|
| Classes in edu.indiana.extreme.lead.resource_catalog.xsd.impl that implement DataSourceQueryType | |
|---|---|
class |
AndQueryTypeImpl
An XML AndQueryType(@http://www.extreme.indiana.edu/lead/resource-catalog/v2/xsd). |
class |
AtomicQueryTypeImpl
An XML AtomicQueryType(@http://www.extreme.indiana.edu/lead/resource-catalog/v2/xsd). |
class |
CompareQueryTypeImpl
An XML CompareQueryType(@http://www.extreme.indiana.edu/lead/resource-catalog/v2/xsd). |
class |
DataSourceQueryTypeImpl
An XML DataSourceQueryType(@http://www.extreme.indiana.edu/lead/resource-catalog/v2/xsd). |
class |
NotQueryTypeImpl
An XML NotQueryType(@http://www.extreme.indiana.edu/lead/resource-catalog/v2/xsd). |
class |
OrQueryTypeImpl
An XML OrQueryType(@http://www.extreme.indiana.edu/lead/resource-catalog/v2/xsd). |
class |
RangeQueryTypeImpl
An XML RangeQueryType(@http://www.extreme.indiana.edu/lead/resource-catalog/v2/xsd). |
class |
SpatialQueryTypeImpl
An XML SpatialQueryType(@http://www.extreme.indiana.edu/lead/resource-catalog/v2/xsd). |
class |
TemporalQueryTypeImpl
An XML TemporalQueryType(@http://www.extreme.indiana.edu/lead/resource-catalog/v2/xsd). |
| Methods in edu.indiana.extreme.lead.resource_catalog.xsd.impl that return DataSourceQueryType | |
|---|---|
DataSourceQueryType |
AndQueryTypeImpl.addNewAndPredicate()
Appends and returns a new empty value (as xml) as the last "andPredicate" element |
DataSourceQueryType |
NotQueryTypeImpl.addNewNotPredicate()
Appends and returns a new empty "notPredicate" element |
DataSourceQueryType |
OrQueryTypeImpl.addNewOrPredicate()
Appends and returns a new empty value (as xml) as the last "orPredicate" element |
DataSourceQueryType |
QueryContainerDocumentImpl.QueryContainerImpl.addNewQuery()
Appends and returns a new empty "query" element |
DataSourceQueryType[] |
AndQueryTypeImpl.getAndPredicateArray()
Gets array of all "andPredicate" elements |
DataSourceQueryType |
AndQueryTypeImpl.getAndPredicateArray(int i)
Gets ith "andPredicate" element |
DataSourceQueryType |
NotQueryTypeImpl.getNotPredicate()
Gets the "notPredicate" element |
DataSourceQueryType[] |
OrQueryTypeImpl.getOrPredicateArray()
Gets array of all "orPredicate" elements |
DataSourceQueryType |
OrQueryTypeImpl.getOrPredicateArray(int i)
Gets ith "orPredicate" element |
DataSourceQueryType |
QueryContainerDocumentImpl.QueryContainerImpl.getQuery()
Gets the "query" element |
DataSourceQueryType |
AndQueryTypeImpl.insertNewAndPredicate(int i)
Inserts and returns a new empty value (as xml) as the ith "andPredicate" element |
DataSourceQueryType |
OrQueryTypeImpl.insertNewOrPredicate(int i)
Inserts and returns a new empty value (as xml) as the ith "orPredicate" element |
| Methods in edu.indiana.extreme.lead.resource_catalog.xsd.impl with parameters of type DataSourceQueryType | |
|---|---|
void |
AndQueryTypeImpl.setAndPredicateArray(DataSourceQueryType[] andPredicateArray)
Sets array of all "andPredicate" element |
void |
AndQueryTypeImpl.setAndPredicateArray(int i,
DataSourceQueryType andPredicate)
Sets ith "andPredicate" element |
void |
NotQueryTypeImpl.setNotPredicate(DataSourceQueryType notPredicate)
Sets the "notPredicate" element |
void |
OrQueryTypeImpl.setOrPredicateArray(DataSourceQueryType[] orPredicateArray)
Sets array of all "orPredicate" element |
void |
OrQueryTypeImpl.setOrPredicateArray(int i,
DataSourceQueryType orPredicate)
Sets ith "orPredicate" element |
void |
QueryContainerDocumentImpl.QueryContainerImpl.setQuery(DataSourceQueryType query)
Sets the "query" element |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||