public class Response extends Object
Java class for Response complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Response"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="policyID" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="policyFriendlyName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="nextUpdateHours" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/> <element name="policiesNotChanged" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="policies" type="{http://schemas.microsoft .com/windows/pki/2009/01/enrollmentpolicy}PolicyCollection"/> <any processContents='lax' maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<Object> |
any |
protected Long |
nextUpdateHours |
protected PolicyCollection |
policies |
protected Boolean |
policiesNotChanged |
protected String |
policyFriendlyName |
protected String |
policyID |
Constructor and Description |
---|
Response() |
Modifier and Type | Method and Description |
---|---|
List<Object> |
getAny()
Gets the value of the any property.
|
Long |
getNextUpdateHours()
Gets the value of the nextUpdateHours property.
|
PolicyCollection |
getPolicies()
Gets the value of the policies property.
|
String |
getPolicyFriendlyName()
Gets the value of the policyFriendlyName property.
|
String |
getPolicyID()
Gets the value of the policyID property.
|
Boolean |
isPoliciesNotChanged()
Gets the value of the policiesNotChanged property.
|
void |
setNextUpdateHours(Long value)
Sets the value of the nextUpdateHours property.
|
void |
setPolicies(PolicyCollection value)
Sets the value of the policies property.
|
void |
setPoliciesNotChanged(Boolean value)
Sets the value of the policiesNotChanged property.
|
void |
setPolicyFriendlyName(String value)
Sets the value of the policyFriendlyName property.
|
void |
setPolicyID(String value)
Sets the value of the policyID property.
|
protected String policyID
protected String policyFriendlyName
protected Long nextUpdateHours
protected Boolean policiesNotChanged
protected PolicyCollection policies
public String getPolicyID()
String
public void setPolicyID(String value)
value
- allowed object is
String
public String getPolicyFriendlyName()
String
public void setPolicyFriendlyName(String value)
value
- allowed object is
String
public Long getNextUpdateHours()
Long
public void setNextUpdateHours(Long value)
value
- allowed object is
Long
public Boolean isPoliciesNotChanged()
Boolean
public void setPoliciesNotChanged(Boolean value)
value
- allowed object is
Boolean
public PolicyCollection getPolicies()
PolicyCollection
public void setPolicies(PolicyCollection value)
value
- allowed object is
PolicyCollection
public 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
Element
Copyright © 2017 WSO2. All rights reserved.