public class OvfXmlFormat extends OvfInvalidPackage
Java class for OvfXmlFormat complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OvfXmlFormat">
<complexContent>
<extension base="{urn:vim25}OvfInvalidPackage">
<sequence>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
lineNumberfaultCause, faultMessage| Constructor and Description |
|---|
OvfXmlFormat() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
getLineNumber, setLineNumbergetFaultCause, getFaultMessage, setFaultCauseprotected String description
Copyright © 2018. All rights reserved.