public class OvfMappedOsId extends OvfImport
Java class for OvfMappedOsId complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OvfMappedOsId">
<complexContent>
<extension base="{urn:vim25}OvfImport">
<sequence>
<element name="ovfId" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="ovfDescription" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="targetDescription" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
ovfDescription |
protected int |
ovfId |
protected String |
targetDescription |
faultCause, faultMessage| Constructor and Description |
|---|
OvfMappedOsId() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOvfDescription()
Gets the value of the ovfDescription property.
|
int |
getOvfId()
Gets the value of the ovfId property.
|
String |
getTargetDescription()
Gets the value of the targetDescription property.
|
void |
setOvfDescription(String value)
Sets the value of the ovfDescription property.
|
void |
setOvfId(int value)
Sets the value of the ovfId property.
|
void |
setTargetDescription(String value)
Sets the value of the targetDescription property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected int ovfId
protected String ovfDescription
protected String targetDescription
public int getOvfId()
public void setOvfId(int value)
public String getOvfDescription()
Stringpublic void setOvfDescription(String value)
value - allowed object is
Stringpublic String getTargetDescription()
StringCopyright © 2018. All rights reserved.