public class OvfCreateImportSpecResult extends DynamicData
Java class for OvfCreateImportSpecResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OvfCreateImportSpecResult">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="importSpec" type="{urn:vim25}ImportSpec" minOccurs="0"/>
<element name="fileItem" type="{urn:vim25}OvfFileItem" maxOccurs="unbounded" minOccurs="0"/>
<element name="warning" type="{urn:vim25}LocalizedMethodFault" maxOccurs="unbounded" minOccurs="0"/>
<element name="error" type="{urn:vim25}LocalizedMethodFault" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<LocalizedMethodFault> |
error |
protected List<OvfFileItem> |
fileItem |
protected ImportSpec |
importSpec |
protected List<LocalizedMethodFault> |
warning |
| Constructor and Description |
|---|
OvfCreateImportSpecResult() |
| Modifier and Type | Method and Description |
|---|---|
List<LocalizedMethodFault> |
getError()
Gets the value of the error property.
|
List<OvfFileItem> |
getFileItem()
Gets the value of the fileItem property.
|
ImportSpec |
getImportSpec()
Gets the value of the importSpec property.
|
List<LocalizedMethodFault> |
getWarning()
Gets the value of the warning property.
|
void |
setImportSpec(ImportSpec value)
Sets the value of the importSpec property.
|
protected ImportSpec importSpec
protected List<OvfFileItem> fileItem
protected List<LocalizedMethodFault> warning
protected List<LocalizedMethodFault> error
public ImportSpec getImportSpec()
ImportSpecpublic void setImportSpec(ImportSpec value)
value - allowed object is
ImportSpecpublic List<OvfFileItem> getFileItem()
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 fileItem property.
For example, to add a new item, do as follows:
getFileItem().add(newItem);
Objects of the following type(s) are allowed in the list
OvfFileItem
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 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
Copyright © 2018. All rights reserved.