public class OvfHostValueNotParsed extends OvfSystemFault
Java class for OvfHostValueNotParsed complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OvfHostValueNotParsed">
<complexContent>
<extension base="{urn:vim25}OvfSystemFault">
<sequence>
<element name="property" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
property |
protected String |
value |
faultCause, faultMessage| Constructor and Description |
|---|
OvfHostValueNotParsed() |
| Modifier and Type | Method and Description |
|---|---|
String |
getProperty()
Gets the value of the property property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setProperty(String value)
Sets the value of the property property.
|
void |
setValue(String value)
Sets the value of the value property.
|
getFaultCause, getFaultMessage, setFaultCausepublic String getProperty()
Stringpublic void setProperty(String value)
value - allowed object is
Stringpublic String getValue()
StringCopyright © 2018. All rights reserved.