net.opengis.cat.csw.x202
Interface QueryConstraintType

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

public interface QueryConstraintType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class QueryConstraintType.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
 FilterType addNewFilter()
          Appends and returns a new empty "Filter" element
 String getCqlText()
          Gets the "CqlText" element
 FilterType getFilter()
          Gets the "Filter" element
 String getVersion()
          Gets the "version" attribute
 boolean isSetCqlText()
          True if has "CqlText" element
 boolean isSetFilter()
          True if has "Filter" element
 void setCqlText(String cqlText)
          Sets the "CqlText" element
 void setFilter(FilterType filter)
          Sets the "Filter" element
 void setVersion(String version)
          Sets the "version" attribute
 void unsetCqlText()
          Unsets the "CqlText" element
 void unsetFilter()
          Unsets the "Filter" element
 org.apache.xmlbeans.XmlString xgetCqlText()
          Gets (as xml) the "CqlText" element
 org.apache.xmlbeans.XmlString xgetVersion()
          Gets (as xml) the "version" attribute
 void xsetCqlText(org.apache.xmlbeans.XmlString cqlText)
          Sets (as xml) the "CqlText" element
 void xsetVersion(org.apache.xmlbeans.XmlString version)
          Sets (as xml) the "version" 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

getFilter

FilterType getFilter()
Gets the "Filter" element


isSetFilter

boolean isSetFilter()
True if has "Filter" element


setFilter

void setFilter(FilterType filter)
Sets the "Filter" element


addNewFilter

FilterType addNewFilter()
Appends and returns a new empty "Filter" element


unsetFilter

void unsetFilter()
Unsets the "Filter" element


getCqlText

String getCqlText()
Gets the "CqlText" element


xgetCqlText

org.apache.xmlbeans.XmlString xgetCqlText()
Gets (as xml) the "CqlText" element


isSetCqlText

boolean isSetCqlText()
True if has "CqlText" element


setCqlText

void setCqlText(String cqlText)
Sets the "CqlText" element


xsetCqlText

void xsetCqlText(org.apache.xmlbeans.XmlString cqlText)
Sets (as xml) the "CqlText" element


unsetCqlText

void unsetCqlText()
Unsets the "CqlText" element


getVersion

String getVersion()
Gets the "version" attribute


xgetVersion

org.apache.xmlbeans.XmlString xgetVersion()
Gets (as xml) the "version" attribute


setVersion

void setVersion(String version)
Sets the "version" attribute


xsetVersion

void xsetVersion(org.apache.xmlbeans.XmlString version)
Sets (as xml) the "version" attribute



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