public class OvfCreateDescriptorResult extends DynamicData
Java class for OvfCreateDescriptorResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OvfCreateDescriptorResult">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="ovfDescriptor" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="error" type="{urn:vim25}LocalizedMethodFault" maxOccurs="unbounded" minOccurs="0"/>
<element name="warning" type="{urn:vim25}LocalizedMethodFault" maxOccurs="unbounded" minOccurs="0"/>
<element name="includeImageFiles" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<LocalizedMethodFault> |
error |
protected Boolean |
includeImageFiles |
protected String |
ovfDescriptor |
protected List<LocalizedMethodFault> |
warning |
| Constructor and Description |
|---|
OvfCreateDescriptorResult() |
| Modifier and Type | Method and Description |
|---|---|
List<LocalizedMethodFault> |
getError()
Gets the value of the error property.
|
String |
getOvfDescriptor()
Gets the value of the ovfDescriptor property.
|
List<LocalizedMethodFault> |
getWarning()
Gets the value of the warning property.
|
Boolean |
isIncludeImageFiles()
Gets the value of the includeImageFiles property.
|
void |
setIncludeImageFiles(Boolean value)
Sets the value of the includeImageFiles property.
|
void |
setOvfDescriptor(String value)
Sets the value of the ovfDescriptor property.
|
protected String ovfDescriptor
protected List<LocalizedMethodFault> error
protected List<LocalizedMethodFault> warning
protected Boolean includeImageFiles
public String getOvfDescriptor()
Stringpublic void setOvfDescriptor(String value)
value - allowed object is
Stringpublic List<LocalizedMethodFault> getError()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the error property.
For example, to add a new item, do as follows:
getError().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizedMethodFault
public List<LocalizedMethodFault> getWarning()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the warning property.
For example, to add a new item, do as follows:
getWarning().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizedMethodFault
public Boolean isIncludeImageFiles()
BooleanCopyright © 2018. All rights reserved.