Package net.opengis.eml.x001
Interface ComplexPatternType.Logicaloperator
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ComplexPatternTypeImpl.LogicaloperatorImpl
- Enclosing interface:
- ComplexPatternType
public static interface ComplexPatternType.Logicaloperator extends org.apache.xmlbeans.XmlObjectAn XML Logicaloperator(@http://www.opengis.net/eml/0.0.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComplexPatternType.Logicaloperator.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.xmlbeans.XmlObjectaddNewAND()Appends and returns a new empty "AND" elementorg.apache.xmlbeans.XmlObjectaddNewANDNOT()Appends and returns a new empty "AND_NOT" elementorg.apache.xmlbeans.XmlObjectaddNewOR()Appends and returns a new empty "OR" elementorg.apache.xmlbeans.XmlObjectgetAND()Gets the "AND" elementorg.apache.xmlbeans.XmlObjectgetANDNOT()Gets the "AND_NOT" elementorg.apache.xmlbeans.XmlObjectgetOR()Gets the "OR" elementbooleanisSetAND()True if has "AND" elementbooleanisSetANDNOT()True if has "AND_NOT" elementbooleanisSetOR()True if has "OR" elementvoidsetAND(org.apache.xmlbeans.XmlObject and)Sets the "AND" elementvoidsetANDNOT(org.apache.xmlbeans.XmlObject andnot)Sets the "AND_NOT" elementvoidsetOR(org.apache.xmlbeans.XmlObject or)Sets the "OR" elementvoidunsetAND()Unsets the "AND" elementvoidunsetANDNOT()Unsets the "AND_NOT" elementvoidunsetOR()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
-
-
-
-
Method Detail
-
getAND
org.apache.xmlbeans.XmlObject getAND()
Gets the "AND" element
-
isSetAND
boolean isSetAND()
True if has "AND" element
-
setAND
void setAND(org.apache.xmlbeans.XmlObject and)
Sets the "AND" element
-
addNewAND
org.apache.xmlbeans.XmlObject addNewAND()
Appends and returns a new empty "AND" element
-
unsetAND
void unsetAND()
Unsets the "AND" element
-
getANDNOT
org.apache.xmlbeans.XmlObject getANDNOT()
Gets the "AND_NOT" element
-
isSetANDNOT
boolean isSetANDNOT()
True if has "AND_NOT" element
-
setANDNOT
void setANDNOT(org.apache.xmlbeans.XmlObject andnot)
Sets the "AND_NOT" element
-
addNewANDNOT
org.apache.xmlbeans.XmlObject addNewANDNOT()
Appends and returns a new empty "AND_NOT" element
-
unsetANDNOT
void unsetANDNOT()
Unsets the "AND_NOT" element
-
getOR
org.apache.xmlbeans.XmlObject getOR()
Gets the "OR" element
-
isSetOR
boolean isSetOR()
True if has "OR" element
-
setOR
void setOR(org.apache.xmlbeans.XmlObject or)
Sets the "OR" element
-
addNewOR
org.apache.xmlbeans.XmlObject addNewOR()
Appends and returns a new empty "OR" element
-
unsetOR
void unsetOR()
Unsets the "OR" element
-
-