public class ComplianceFailure extends DynamicData
Java class for ComplianceFailure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ComplianceFailure">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="failureType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="message" type="{urn:vim25}LocalizableMessage"/>
<element name="expressionName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="failureValues" type="{urn:vim25}ComplianceFailureComplianceFailureValues" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
expressionName |
protected String |
failureType |
protected List<ComplianceFailureComplianceFailureValues> |
failureValues |
protected LocalizableMessage |
message |
| Constructor and Description |
|---|
ComplianceFailure() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpressionName()
Gets the value of the expressionName property.
|
String |
getFailureType()
Gets the value of the failureType property.
|
List<ComplianceFailureComplianceFailureValues> |
getFailureValues()
Gets the value of the failureValues property.
|
LocalizableMessage |
getMessage()
Gets the value of the message property.
|
void |
setExpressionName(String value)
Sets the value of the expressionName property.
|
void |
setFailureType(String value)
Sets the value of the failureType property.
|
void |
setMessage(LocalizableMessage value)
Sets the value of the message property.
|
protected String failureType
protected LocalizableMessage message
protected String expressionName
protected List<ComplianceFailureComplianceFailureValues> failureValues
public String getFailureType()
Stringpublic void setFailureType(String value)
value - allowed object is
Stringpublic LocalizableMessage getMessage()
LocalizableMessagepublic void setMessage(LocalizableMessage value)
value - allowed object is
LocalizableMessagepublic String getExpressionName()
Stringpublic void setExpressionName(String value)
value - allowed object is
Stringpublic List<ComplianceFailureComplianceFailureValues> getFailureValues()
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 failureValues property.
For example, to add a new item, do as follows:
getFailureValues().add(newItem);
Objects of the following type(s) are allowed in the list
ComplianceFailureComplianceFailureValues
Copyright © 2018. All rights reserved.