public class ComplianceFailureComplianceFailureValues extends DynamicData
Java class for ComplianceFailureComplianceFailureValues complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ComplianceFailureComplianceFailureValues">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="comparisonIdentifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="profileInstance" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="hostValue" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="profileValue" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
comparisonIdentifier |
protected Object |
hostValue |
protected String |
profileInstance |
protected Object |
profileValue |
| Constructor and Description |
|---|
ComplianceFailureComplianceFailureValues() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComparisonIdentifier()
Gets the value of the comparisonIdentifier property.
|
Object |
getHostValue()
Gets the value of the hostValue property.
|
String |
getProfileInstance()
Gets the value of the profileInstance property.
|
Object |
getProfileValue()
Gets the value of the profileValue property.
|
void |
setComparisonIdentifier(String value)
Sets the value of the comparisonIdentifier property.
|
void |
setHostValue(Object value)
Sets the value of the hostValue property.
|
void |
setProfileInstance(String value)
Sets the value of the profileInstance property.
|
void |
setProfileValue(Object value)
Sets the value of the profileValue property.
|
protected String comparisonIdentifier
protected String profileInstance
protected Object hostValue
protected Object profileValue
public ComplianceFailureComplianceFailureValues()
public String getComparisonIdentifier()
Stringpublic void setComparisonIdentifier(String value)
value - allowed object is
Stringpublic String getProfileInstance()
Stringpublic void setProfileInstance(String value)
value - allowed object is
Stringpublic Object getHostValue()
Objectpublic void setHostValue(Object value)
value - allowed object is
Objectpublic Object getProfileValue()
ObjectCopyright © 2018. All rights reserved.