public class GetPoliciesResponse 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="response" type="{http://schemas.microsoft .com/windows/pki/2009/01/enrollmentpolicy}Response"/> <element name="cAs" type="{http://schemas.microsoft .com/windows/pki/2009/01/enrollmentpolicy}CACollection"/> <element name="oIDs" type="{http://schemas.microsoft .com/windows/pki/2009/01/enrollmentpolicy}OIDCollection"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CACollection |
cAs |
protected OIDCollection |
oiDs |
protected Response |
response |
Constructor and Description |
---|
GetPoliciesResponse() |
Modifier and Type | Method and Description |
---|---|
CACollection |
getCAs()
Gets the value of the cAs property.
|
OIDCollection |
getOIDs()
Gets the value of the oiDs property.
|
Response |
getResponse()
Gets the value of the response property.
|
void |
setCAs(CACollection value)
Sets the value of the cAs property.
|
void |
setOIDs(OIDCollection value)
Sets the value of the oiDs property.
|
void |
setResponse(Response value)
Sets the value of the response property.
|
protected Response response
protected CACollection cAs
protected OIDCollection oiDs
public Response getResponse()
Response
public void setResponse(Response value)
value
- allowed object is
Response
public CACollection getCAs()
CACollection
public void setCAs(CACollection value)
value
- allowed object is
CACollection
public OIDCollection getOIDs()
OIDCollection
public void setOIDs(OIDCollection value)
value
- allowed object is
OIDCollection
Copyright © 2017 WSO2. All rights reserved.