public class ParseDescriptorRequestType extends Object
Java class for ParseDescriptorRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParseDescriptorRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="ovfDescriptor" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="pdp" type="{urn:vim25}OvfParseDescriptorParams"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected String |
ovfDescriptor |
protected OvfParseDescriptorParams |
pdp |
| Constructor and Description |
|---|
ParseDescriptorRequestType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOvfDescriptor()
Gets the value of the ovfDescriptor property.
|
OvfParseDescriptorParams |
getPdp()
Gets the value of the pdp property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
void |
setOvfDescriptor(String value)
Sets the value of the ovfDescriptor property.
|
void |
setPdp(OvfParseDescriptorParams value)
Sets the value of the pdp property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected String ovfDescriptor
protected OvfParseDescriptorParams pdp
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getOvfDescriptor()
Stringpublic void setOvfDescriptor(String value)
value - allowed object is
Stringpublic OvfParseDescriptorParams getPdp()
OvfParseDescriptorParamspublic void setPdp(OvfParseDescriptorParams value)
value - allowed object is
OvfParseDescriptorParamsCopyright © 2018. All rights reserved.