public class ChildrenFilterHolder
extends java.lang.Object
Java class for ChildrenFilterHolder complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChildrenFilterHolder">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{xmlapi_1.0}filterElement" minOccurs="0"/>
<element name="children" type="{xmlapi_1.0}ChildrenFilter" minOccurs="0"/>
</sequence>
<attribute name="class" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="childClass" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
childClass |
protected ChildrenFilter |
children |
protected java.lang.String |
clazz |
protected javax.xml.bind.JAXBElement<? extends Filter> |
filterElement |
protected java.lang.String |
withChildrenOnly |
| Constructor and Description |
|---|
ChildrenFilterHolder() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getChildClass()
Gets the value of the childClass property.
|
ChildrenFilter |
getChildren()
Gets the value of the children property.
|
java.lang.String |
getClazz()
Gets the value of the clazz property.
|
javax.xml.bind.JAXBElement<? extends Filter> |
getFilterElement()
Gets the value of the filterElement property.
|
java.lang.String |
getWithChildrenOnly() |
void |
setChildClass(java.lang.String value)
Sets the value of the childClass property.
|
void |
setChildren(ChildrenFilter value)
Sets the value of the children property.
|
void |
setClazz(java.lang.String value)
Sets the value of the clazz property.
|
void |
setFilterElement(javax.xml.bind.JAXBElement<? extends Filter> value)
Sets the value of the filterElement property.
|
void |
setWithChildrenOnly(java.lang.String withChildrenOnly) |
protected javax.xml.bind.JAXBElement<? extends Filter> filterElement
protected ChildrenFilter children
protected java.lang.String clazz
protected java.lang.String childClass
protected java.lang.String withChildrenOnly
public javax.xml.bind.JAXBElement<? extends Filter> getFilterElement()
JAXBElement<BinaryLeafFilter>
JAXBElement<BinaryLeafFilter>
JAXBElement<CompositeFilter>
JAXBElement<BinaryLeafFilter>
JAXBElement<BinaryLeafFilter>
JAXBElement<BinaryLeafFilter>
JAXBElement<BinaryLeafFilter>
JAXBElement<BinaryLeafFilter>
JAXBElement<Filter>
JAXBElement<TertiaryLeafFilter>
JAXBElement<Filter>
JAXBElement<BinaryLeafFilter>
JAXBElement<CompositeFilter>
JAXBElement<BinaryLeafFilter>
JAXBElement<UnaryCompositeFilter>
JAXBElement<BinaryLeafFilter>
JAXBElement<BinaryLeafFilter>
JAXBElement<Filter>
JAXBElement<BinaryLeafFilter>public void setFilterElement(javax.xml.bind.JAXBElement<? extends Filter> value)
value - allowed object is
JAXBElement<BinaryLeafFilter>
JAXBElement<BinaryLeafFilter>
JAXBElement<CompositeFilter>
JAXBElement<BinaryLeafFilter>
JAXBElement<BinaryLeafFilter>
JAXBElement<BinaryLeafFilter>
JAXBElement<BinaryLeafFilter>
JAXBElement<BinaryLeafFilter>
JAXBElement<Filter>
JAXBElement<TertiaryLeafFilter>
JAXBElement<Filter>
JAXBElement<BinaryLeafFilter>
JAXBElement<CompositeFilter>
JAXBElement<BinaryLeafFilter>
JAXBElement<UnaryCompositeFilter>
JAXBElement<BinaryLeafFilter>
JAXBElement<BinaryLeafFilter>
JAXBElement<Filter>
JAXBElement<BinaryLeafFilter>public ChildrenFilter getChildren()
ChildrenFilterpublic void setChildren(ChildrenFilter value)
value - allowed object is
ChildrenFilterpublic java.lang.String getClazz()
Stringpublic void setClazz(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getChildClass()
Stringpublic void setChildClass(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getWithChildrenOnly()
public void setWithChildrenOnly(java.lang.String withChildrenOnly)