public class PbmComplianceResult extends DynamicData
Java class for PbmComplianceResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PbmComplianceResult">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="checkTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="entity" type="{urn:pbm}PbmServerObjectRef"/>
<element name="profile" type="{urn:pbm}PbmProfileId" minOccurs="0"/>
<element name="complianceTaskStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="complianceStatus" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="mismatch" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="violatedPolicies" type="{urn:pbm}PbmCompliancePolicyStatus" maxOccurs="unbounded" minOccurs="0"/>
<element name="errorCause" type="{urn:vim25}LocalizedMethodFault" maxOccurs="unbounded" minOccurs="0"/>
<element name="operationalStatus" type="{urn:pbm}PbmComplianceOperationalStatus" minOccurs="0"/>
<element name="info" type="{urn:pbm}PbmExtendedElementDescription" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
checkTime |
protected String |
complianceStatus |
protected String |
complianceTaskStatus |
protected PbmServerObjectRef |
entity |
protected List<LocalizedMethodFault> |
errorCause |
protected PbmExtendedElementDescription |
info |
protected boolean |
mismatch |
protected PbmComplianceOperationalStatus |
operationalStatus |
protected PbmProfileId |
profile |
protected List<PbmCompliancePolicyStatus> |
violatedPolicies |
| Constructor and Description |
|---|
PbmComplianceResult() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getCheckTime()
Gets the value of the checkTime property.
|
String |
getComplianceStatus()
Gets the value of the complianceStatus property.
|
String |
getComplianceTaskStatus()
Gets the value of the complianceTaskStatus property.
|
PbmServerObjectRef |
getEntity()
Gets the value of the entity property.
|
List<LocalizedMethodFault> |
getErrorCause()
Gets the value of the errorCause property.
|
PbmExtendedElementDescription |
getInfo()
Gets the value of the info property.
|
PbmComplianceOperationalStatus |
getOperationalStatus()
Gets the value of the operationalStatus property.
|
PbmProfileId |
getProfile()
Gets the value of the profile property.
|
List<PbmCompliancePolicyStatus> |
getViolatedPolicies()
Gets the value of the violatedPolicies property.
|
boolean |
isMismatch()
Gets the value of the mismatch property.
|
void |
setCheckTime(XMLGregorianCalendar value)
Sets the value of the checkTime property.
|
void |
setComplianceStatus(String value)
Sets the value of the complianceStatus property.
|
void |
setComplianceTaskStatus(String value)
Sets the value of the complianceTaskStatus property.
|
void |
setEntity(PbmServerObjectRef value)
Sets the value of the entity property.
|
void |
setInfo(PbmExtendedElementDescription value)
Sets the value of the info property.
|
void |
setMismatch(boolean value)
Sets the value of the mismatch property.
|
void |
setOperationalStatus(PbmComplianceOperationalStatus value)
Sets the value of the operationalStatus property.
|
void |
setProfile(PbmProfileId value)
Sets the value of the profile property.
|
protected XMLGregorianCalendar checkTime
protected PbmServerObjectRef entity
protected PbmProfileId profile
protected String complianceTaskStatus
protected String complianceStatus
protected boolean mismatch
protected List<PbmCompliancePolicyStatus> violatedPolicies
protected List<LocalizedMethodFault> errorCause
protected PbmComplianceOperationalStatus operationalStatus
protected PbmExtendedElementDescription info
public XMLGregorianCalendar getCheckTime()
XMLGregorianCalendarpublic void setCheckTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic PbmServerObjectRef getEntity()
PbmServerObjectRefpublic void setEntity(PbmServerObjectRef value)
value - allowed object is
PbmServerObjectRefpublic PbmProfileId getProfile()
PbmProfileIdpublic void setProfile(PbmProfileId value)
value - allowed object is
PbmProfileIdpublic String getComplianceTaskStatus()
Stringpublic void setComplianceTaskStatus(String value)
value - allowed object is
Stringpublic String getComplianceStatus()
Stringpublic void setComplianceStatus(String value)
value - allowed object is
Stringpublic boolean isMismatch()
public void setMismatch(boolean value)
public List<PbmCompliancePolicyStatus> getViolatedPolicies()
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 violatedPolicies property.
For example, to add a new item, do as follows:
getViolatedPolicies().add(newItem);
Objects of the following type(s) are allowed in the list
PbmCompliancePolicyStatus
public List<LocalizedMethodFault> getErrorCause()
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 errorCause property.
For example, to add a new item, do as follows:
getErrorCause().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizedMethodFault
public PbmComplianceOperationalStatus getOperationalStatus()
PbmComplianceOperationalStatuspublic void setOperationalStatus(PbmComplianceOperationalStatus value)
value - allowed object is
PbmComplianceOperationalStatuspublic PbmExtendedElementDescription getInfo()
PbmExtendedElementDescriptionpublic void setInfo(PbmExtendedElementDescription value)
value - allowed object is
PbmExtendedElementDescriptionCopyright © 2018. All rights reserved.