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