|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QueryConstraintType
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
FilterType getFilter()
boolean isSetFilter()
void setFilter(FilterType filter)
FilterType addNewFilter()
void unsetFilter()
String getCqlText()
org.apache.xmlbeans.XmlString xgetCqlText()
boolean isSetCqlText()
void setCqlText(String cqlText)
void xsetCqlText(org.apache.xmlbeans.XmlString cqlText)
void unsetCqlText()
String getVersion()
org.apache.xmlbeans.XmlString xgetVersion()
void setVersion(String version)
void xsetVersion(org.apache.xmlbeans.XmlString version)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |