public class ChildrenFilter
extends java.lang.Object
Java class for ChildrenFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChildrenFilter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="filter" type="{xmlapi_1.0}ChildrenFilterHolder" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ChildrenFilterHolder |
filter |
| Constructor and Description |
|---|
ChildrenFilter() |
| Modifier and Type | Method and Description |
|---|---|
ChildrenFilterHolder |
getFilter()
Gets the value of the filter property.
|
void |
setFilter(ChildrenFilterHolder value)
Sets the value of the filter property.
|
protected ChildrenFilterHolder filter
public ChildrenFilterHolder getFilter()
ChildrenFilterHolderpublic void setFilter(ChildrenFilterHolder value)
value - allowed object is
ChildrenFilterHolder