@Generated(value="com.sun.tools.xjc.Driver", date="2018-08-10T02:53:22+00:00", comments="JAXB RI v2.2.11.redhat-2") public class InvalidFilterFaultType extends BaseFaultType
Java class for InvalidFilterFaultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InvalidFilterFaultType">
<complexContent>
<extension base="{http://docs.oasis-open.org/wsrf/bf-2}BaseFaultType">
<sequence>
<element name="UnknownFilter" type="{http://www.w3.org/2001/XMLSchema}QName" maxOccurs="unbounded"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
BaseFaultType.Description, BaseFaultType.ErrorCode, BaseFaultType.FaultCause| Modifier and Type | Field and Description |
|---|---|
protected List<QName> |
unknownFilter |
any, description, errorCode, faultCause, originator, timestamp| Constructor and Description |
|---|
InvalidFilterFaultType() |
| Modifier and Type | Method and Description |
|---|---|
List<QName> |
getUnknownFilter()
Gets the value of the unknownFilter property.
|
getAny, getDescription, getErrorCode, getFaultCause, getOriginator, getOtherAttributes, getTimestamp, setErrorCode, setFaultCause, setOriginator, setTimestamp@Generated(value="com.sun.tools.xjc.Driver", date="2018-08-10T02:53:22+00:00", comments="JAXB RI v2.2.11.redhat-2") public List<QName> getUnknownFilter()
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 unknownFilter property.
For example, to add a new item, do as follows:
getUnknownFilter().add(newItem);
Objects of the following type(s) are allowed in the list
QName
Apache CXF