public class CompositeFilter extends Filter
Java class for CompositeFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CompositeFilter">
<complexContent>
<extension base="{xmlapi_1.0}Filter">
<sequence maxOccurs="unbounded" minOccurs="2">
<element ref="{xmlapi_1.0}filterElement"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<javax.xml.bind.JAXBElement<? extends Filter>> |
filterElement |
| Constructor and Description |
|---|
CompositeFilter() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<javax.xml.bind.JAXBElement<? extends Filter>> |
getFilterElement()
Gets the value of the filterElement property.
|
protected java.util.List<javax.xml.bind.JAXBElement<? extends Filter>> filterElement
public java.util.List<javax.xml.bind.JAXBElement<? extends Filter>> getFilterElement()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the filterElement property.
For example, to add a new item, do as follows:
getFilterElement().add(newItem);
Objects of the following type(s) are allowed in the list
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>