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