public static interface ComplexPatternType.Logicaloperator
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
ComplexPatternType.Logicaloperator.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
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
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextorg.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()
Copyright © 2016 52north.org. All rights reserved.