public class RequestFilter extends Object
Java class for RequestFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestFilter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="policyOIDs" type="{http://schemas.microsoft
.com/windows/pki/2009/01/enrollmentpolicy}FilterOIDCollection"/>
<any processContents='lax' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
any |
protected FilterOIDCollection |
policyOIDs |
| Constructor and Description |
|---|
RequestFilter() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getAny()
Gets the value of the any property.
|
FilterOIDCollection |
getPolicyOIDs()
Gets the value of the policyOIDs property.
|
void |
setPolicyOIDs(FilterOIDCollection value)
Sets the value of the policyOIDs property.
|
protected FilterOIDCollection policyOIDs
public FilterOIDCollection getPolicyOIDs()
FilterOIDCollectionpublic void setPolicyOIDs(FilterOIDCollection value)
value - allowed object is
FilterOIDCollectionpublic List<Object> getAny()
set method for the any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Object
ElementCopyright © 2017 WSO2. All rights reserved.