|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ComplexPatternType.Logicaloperator
An XML Logicaloperator(@http://www.opengis.net/eml/0.0.1). This is a complex type.
Nested Class Summary | |
---|---|
static class |
ComplexPatternType.Logicaloperator.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 | |
---|---|
org.apache.xmlbeans.XmlObject |
addNewAND()
Appends and returns a new empty "AND" element |
org.apache.xmlbeans.XmlObject |
addNewANDNOT()
Appends and returns a new empty "AND_NOT" element |
org.apache.xmlbeans.XmlObject |
addNewOR()
Appends and returns a new empty "OR" element |
org.apache.xmlbeans.XmlObject |
getAND()
Gets the "AND" element |
org.apache.xmlbeans.XmlObject |
getANDNOT()
Gets the "AND_NOT" element |
org.apache.xmlbeans.XmlObject |
getOR()
Gets the "OR" element |
boolean |
isSetAND()
True if has "AND" element |
boolean |
isSetANDNOT()
True if has "AND_NOT" element |
boolean |
isSetOR()
True if has "OR" element |
void |
setAND(org.apache.xmlbeans.XmlObject and)
Sets the "AND" element |
void |
setANDNOT(org.apache.xmlbeans.XmlObject andnot)
Sets the "AND_NOT" element |
void |
setOR(org.apache.xmlbeans.XmlObject or)
Sets the "OR" element |
void |
unsetAND()
Unsets the "AND" element |
void |
unsetANDNOT()
Unsets the "AND_NOT" element |
void |
unsetOR()
Unsets the "OR" 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 |
Field Detail |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
org.apache.xmlbeans.XmlObject getAND()
boolean isSetAND()
void setAND(org.apache.xmlbeans.XmlObject and)
org.apache.xmlbeans.XmlObject addNewAND()
void unsetAND()
org.apache.xmlbeans.XmlObject getANDNOT()
boolean isSetANDNOT()
void setANDNOT(org.apache.xmlbeans.XmlObject andnot)
org.apache.xmlbeans.XmlObject addNewANDNOT()
void unsetANDNOT()
org.apache.xmlbeans.XmlObject getOR()
boolean isSetOR()
void setOR(org.apache.xmlbeans.XmlObject or)
org.apache.xmlbeans.XmlObject addNewOR()
void unsetOR()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |