public static interface TypeElementType.Filters
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
TypeElementType.Filters.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 |
---|---|
And |
addNewAnd()
Appends and returns a new empty "and" element
|
SimpleFilterType |
addNewFilter()
Appends and returns a new empty "filter" element
|
Or |
addNewOr()
Appends and returns a new empty "or" element
|
And |
getAnd()
Gets the "and" element
|
SimpleFilterType |
getFilter()
Gets the "filter" element
|
Or |
getOr()
Gets the "or" element
|
boolean |
isSetAnd()
True if has "and" element
|
boolean |
isSetFilter()
True if has "filter" element
|
boolean |
isSetOr()
True if has "or" element
|
void |
setAnd(And and)
Sets the "and" element
|
void |
setFilter(SimpleFilterType filter)
Sets the "filter" element
|
void |
setOr(Or or)
Sets the "or" element
|
void |
unsetAnd()
Unsets the "and" element
|
void |
unsetFilter()
Unsets the "filter" 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, valueHashCode
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
SimpleFilterType getFilter()
boolean isSetFilter()
void setFilter(SimpleFilterType filter)
SimpleFilterType addNewFilter()
void unsetFilter()
Or getOr()
boolean isSetOr()
void setOr(Or or)
Or addNewOr()
void unsetOr()
And getAnd()
boolean isSetAnd()
void setAnd(And and)
And addNewAnd()
void unsetAnd()
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.