public class PbmRollupComplianceResult extends DynamicData
Java class for PbmRollupComplianceResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PbmRollupComplianceResult">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="oldestCheckTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="entity" type="{urn:pbm}PbmServerObjectRef"/>
<element name="overallComplianceStatus" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="overallComplianceTaskStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="result" type="{urn:pbm}PbmComplianceResult" maxOccurs="unbounded" minOccurs="0"/>
<element name="errorCause" type="{urn:vim25}LocalizedMethodFault" maxOccurs="unbounded" minOccurs="0"/>
<element name="profileMismatch" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PbmServerObjectRef |
entity |
protected List<LocalizedMethodFault> |
errorCause |
protected XMLGregorianCalendar |
oldestCheckTime |
protected String |
overallComplianceStatus |
protected String |
overallComplianceTaskStatus |
protected boolean |
profileMismatch |
protected List<PbmComplianceResult> |
result |
| Constructor and Description |
|---|
PbmRollupComplianceResult() |
| Modifier and Type | Method and Description |
|---|---|
PbmServerObjectRef |
getEntity()
Gets the value of the entity property.
|
List<LocalizedMethodFault> |
getErrorCause()
Gets the value of the errorCause property.
|
XMLGregorianCalendar |
getOldestCheckTime()
Gets the value of the oldestCheckTime property.
|
String |
getOverallComplianceStatus()
Gets the value of the overallComplianceStatus property.
|
String |
getOverallComplianceTaskStatus()
Gets the value of the overallComplianceTaskStatus property.
|
List<PbmComplianceResult> |
getResult()
Gets the value of the result property.
|
boolean |
isProfileMismatch()
Gets the value of the profileMismatch property.
|
void |
setEntity(PbmServerObjectRef value)
Sets the value of the entity property.
|
void |
setOldestCheckTime(XMLGregorianCalendar value)
Sets the value of the oldestCheckTime property.
|
void |
setOverallComplianceStatus(String value)
Sets the value of the overallComplianceStatus property.
|
void |
setOverallComplianceTaskStatus(String value)
Sets the value of the overallComplianceTaskStatus property.
|
void |
setProfileMismatch(boolean value)
Sets the value of the profileMismatch property.
|
protected XMLGregorianCalendar oldestCheckTime
protected PbmServerObjectRef entity
protected String overallComplianceStatus
protected String overallComplianceTaskStatus
protected List<PbmComplianceResult> result
protected List<LocalizedMethodFault> errorCause
protected boolean profileMismatch
public XMLGregorianCalendar getOldestCheckTime()
XMLGregorianCalendarpublic void setOldestCheckTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic PbmServerObjectRef getEntity()
PbmServerObjectRefpublic void setEntity(PbmServerObjectRef value)
value - allowed object is
PbmServerObjectRefpublic String getOverallComplianceStatus()
Stringpublic void setOverallComplianceStatus(String value)
value - allowed object is
Stringpublic String getOverallComplianceTaskStatus()
Stringpublic void setOverallComplianceTaskStatus(String value)
value - allowed object is
Stringpublic List<PbmComplianceResult> getResult()
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 result property.
For example, to add a new item, do as follows:
getResult().add(newItem);
Objects of the following type(s) are allowed in the list
PbmComplianceResult
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 boolean isProfileMismatch()
public void setProfileMismatch(boolean value)
Copyright © 2018. All rights reserved.