public class OvfPropertyExport extends OvfExport
Java class for OvfPropertyExport complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OvfPropertyExport">
<complexContent>
<extension base="{urn:vim25}OvfExport">
<sequence>
<element name="type" 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 |
type |
protected String |
value |
faultCause, faultMessage| Constructor and Description |
|---|
OvfPropertyExport() |
| Modifier and Type | Method and Description |
|---|---|
String |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
getFaultCause, getFaultMessage, setFaultCausepublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getValue()
StringCopyright © 2018. All rights reserved.