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