public class OvfManagerCommonParams extends DynamicData
Java class for OvfManagerCommonParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OvfManagerCommonParams">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="locale" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="deploymentOption" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="msgBundle" type="{urn:vim25}KeyValue" maxOccurs="unbounded" minOccurs="0"/>
<element name="importOption" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
deploymentOption |
protected List<String> |
importOption |
protected String |
locale |
protected List<KeyValue> |
msgBundle |
| Constructor and Description |
|---|
OvfManagerCommonParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeploymentOption()
Gets the value of the deploymentOption property.
|
List<String> |
getImportOption()
Gets the value of the importOption property.
|
String |
getLocale()
Gets the value of the locale property.
|
List<KeyValue> |
getMsgBundle()
Gets the value of the msgBundle property.
|
void |
setDeploymentOption(String value)
Sets the value of the deploymentOption property.
|
void |
setLocale(String value)
Sets the value of the locale property.
|
public String getLocale()
Stringpublic void setLocale(String value)
value - allowed object is
Stringpublic String getDeploymentOption()
Stringpublic void setDeploymentOption(String value)
value - allowed object is
Stringpublic List<KeyValue> getMsgBundle()
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 msgBundle property.
For example, to add a new item, do as follows:
getMsgBundle().add(newItem);
Objects of the following type(s) are allowed in the list
KeyValue
public List<String> getImportOption()
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 importOption property.
For example, to add a new item, do as follows:
getImportOption().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2018. All rights reserved.