net.opengis.cat.csw.x202
Interface QueryType

All Superinterfaces:
AbstractQueryType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
QueryTypeImpl

public interface QueryType
extends AbstractQueryType

An XML QueryType(@http://www.opengis.net/cat/csw/2.0.2). This is a complex type.


Nested Class Summary
static class QueryType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 void addElementName(QName elementName)
          Appends the value as the last "ElementName" element
 QueryConstraintType addNewConstraint()
          Appends and returns a new empty "Constraint" element
 org.apache.xmlbeans.XmlQName addNewElementName()
          Appends and returns a new empty value (as xml) as the last "ElementName" element
 ElementSetNameType addNewElementSetName()
          Appends and returns a new empty "ElementSetName" element
 SortByType addNewSortBy()
          Appends and returns a new empty "SortBy" element
 QueryConstraintType getConstraint()
          Gets the "Constraint" element
 QName[] getElementNameArray()
          Gets array of all "ElementName" elements
 QName getElementNameArray(int i)
          Gets ith "ElementName" element
 ElementSetNameType getElementSetName()
          Gets the "ElementSetName" element
 SortByType getSortBy()
          Gets the "SortBy" element
 List getTypeNames()
          Gets the "typeNames" attribute
 void insertElementName(int i, QName elementName)
          Inserts the value as the ith "ElementName" element
 org.apache.xmlbeans.XmlQName insertNewElementName(int i)
          Inserts and returns a new empty value (as xml) as the ith "ElementName" element
 boolean isSetConstraint()
          True if has "Constraint" element
 boolean isSetElementSetName()
          True if has "ElementSetName" element
 boolean isSetSortBy()
          True if has "SortBy" element
 void removeElementName(int i)
          Removes the ith "ElementName" element
 void setConstraint(QueryConstraintType constraint)
          Sets the "Constraint" element
 void setElementNameArray(int i, QName elementName)
          Sets ith "ElementName" element
 void setElementNameArray(QName[] elementNameArray)
          Sets array of all "ElementName" element
 void setElementSetName(ElementSetNameType elementSetName)
          Sets the "ElementSetName" element
 void setSortBy(SortByType sortBy)
          Sets the "SortBy" element
 void setTypeNames(List typeNames)
          Sets the "typeNames" attribute
 int sizeOfElementNameArray()
          Returns number of "ElementName" element
 void unsetConstraint()
          Unsets the "Constraint" element
 void unsetElementSetName()
          Unsets the "ElementSetName" element
 void unsetSortBy()
          Unsets the "SortBy" element
 org.apache.xmlbeans.XmlQName[] xgetElementNameArray()
          Gets (as xml) array of all "ElementName" elements
 org.apache.xmlbeans.XmlQName xgetElementNameArray(int i)
          Gets (as xml) ith "ElementName" element
 TypeNameListType xgetTypeNames()
          Gets (as xml) the "typeNames" attribute
 void xsetElementNameArray(int i, org.apache.xmlbeans.XmlQName elementName)
          Sets (as xml) ith "ElementName" element
 void xsetElementNameArray(org.apache.xmlbeans.XmlQName[] elementNameArray)
          Sets (as xml) array of all "ElementName" element
 void xsetTypeNames(TypeNameListType typeNames)
          Sets (as xml) the "typeNames" attribute
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, 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
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getElementSetName

ElementSetNameType getElementSetName()
Gets the "ElementSetName" element


isSetElementSetName

boolean isSetElementSetName()
True if has "ElementSetName" element


setElementSetName

void setElementSetName(ElementSetNameType elementSetName)
Sets the "ElementSetName" element


addNewElementSetName

ElementSetNameType addNewElementSetName()
Appends and returns a new empty "ElementSetName" element


unsetElementSetName

void unsetElementSetName()
Unsets the "ElementSetName" element


getElementNameArray

QName[] getElementNameArray()
Gets array of all "ElementName" elements


getElementNameArray

QName getElementNameArray(int i)
Gets ith "ElementName" element


xgetElementNameArray

org.apache.xmlbeans.XmlQName[] xgetElementNameArray()
Gets (as xml) array of all "ElementName" elements


xgetElementNameArray

org.apache.xmlbeans.XmlQName xgetElementNameArray(int i)
Gets (as xml) ith "ElementName" element


sizeOfElementNameArray

int sizeOfElementNameArray()
Returns number of "ElementName" element


setElementNameArray

void setElementNameArray(QName[] elementNameArray)
Sets array of all "ElementName" element


setElementNameArray

void setElementNameArray(int i,
                         QName elementName)
Sets ith "ElementName" element


xsetElementNameArray

void xsetElementNameArray(org.apache.xmlbeans.XmlQName[] elementNameArray)
Sets (as xml) array of all "ElementName" element


xsetElementNameArray

void xsetElementNameArray(int i,
                          org.apache.xmlbeans.XmlQName elementName)
Sets (as xml) ith "ElementName" element


insertElementName

void insertElementName(int i,
                       QName elementName)
Inserts the value as the ith "ElementName" element


addElementName

void addElementName(QName elementName)
Appends the value as the last "ElementName" element


insertNewElementName

org.apache.xmlbeans.XmlQName insertNewElementName(int i)
Inserts and returns a new empty value (as xml) as the ith "ElementName" element


addNewElementName

org.apache.xmlbeans.XmlQName addNewElementName()
Appends and returns a new empty value (as xml) as the last "ElementName" element


removeElementName

void removeElementName(int i)
Removes the ith "ElementName" element


getConstraint

QueryConstraintType getConstraint()
Gets the "Constraint" element


isSetConstraint

boolean isSetConstraint()
True if has "Constraint" element


setConstraint

void setConstraint(QueryConstraintType constraint)
Sets the "Constraint" element


addNewConstraint

QueryConstraintType addNewConstraint()
Appends and returns a new empty "Constraint" element


unsetConstraint

void unsetConstraint()
Unsets the "Constraint" element


getSortBy

SortByType getSortBy()
Gets the "SortBy" element


isSetSortBy

boolean isSetSortBy()
True if has "SortBy" element


setSortBy

void setSortBy(SortByType sortBy)
Sets the "SortBy" element


addNewSortBy

SortByType addNewSortBy()
Appends and returns a new empty "SortBy" element


unsetSortBy

void unsetSortBy()
Unsets the "SortBy" element


getTypeNames

List getTypeNames()
Gets the "typeNames" attribute


xgetTypeNames

TypeNameListType xgetTypeNames()
Gets (as xml) the "typeNames" attribute


setTypeNames

void setTypeNames(List typeNames)
Sets the "typeNames" attribute


xsetTypeNames

void xsetTypeNames(TypeNameListType typeNames)
Sets (as xml) the "typeNames" attribute



Copyright © 2004-2012 52north.org. All Rights Reserved.