public class OvfUnsupportedPackage extends OvfFault
Java class for OvfUnsupportedPackage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OvfUnsupportedPackage">
<complexContent>
<extension base="{urn:vim25}OvfFault">
<sequence>
<element name="lineNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
lineNumber |
faultCause, faultMessage| Constructor and Description |
|---|
OvfUnsupportedPackage() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getLineNumber()
Gets the value of the lineNumber property.
|
void |
setLineNumber(Integer value)
Sets the value of the lineNumber property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected Integer lineNumber
Copyright © 2018. All rights reserved.