public class GetPolicies extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="client" type="{http://schemas.microsoft
.com/windows/pki/2009/01/enrollmentpolicy}Client"/>
<element name="requestFilter" type="{http://schemas.microsoft
.com/windows/pki/2009/01/enrollmentpolicy}RequestFilter"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Client |
client |
protected RequestFilter |
requestFilter |
| Constructor and Description |
|---|
GetPolicies() |
| Modifier and Type | Method and Description |
|---|---|
Client |
getClient()
Gets the value of the client property.
|
RequestFilter |
getRequestFilter()
Gets the value of the requestFilter property.
|
void |
setClient(Client value)
Sets the value of the client property.
|
void |
setRequestFilter(RequestFilter value)
Sets the value of the requestFilter property.
|
protected Client client
protected RequestFilter requestFilter
public Client getClient()
Clientpublic void setClient(Client value)
value - allowed object is
Clientpublic RequestFilter getRequestFilter()
RequestFilterpublic void setRequestFilter(RequestFilter value)
value - allowed object is
RequestFilterCopyright © 2017 WSO2. All rights reserved.