public class ExtendedElementDescription extends ElementDescription
Java class for ExtendedElementDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtendedElementDescription">
<complexContent>
<extension base="{urn:vim25}ElementDescription">
<sequence>
<element name="messageCatalogKeyPrefix" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="messageArg" type="{urn:vim25}KeyAnyValue" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<KeyAnyValue> |
messageArg |
protected String |
messageCatalogKeyPrefix |
keylabel, summary| Constructor and Description |
|---|
ExtendedElementDescription() |
| Modifier and Type | Method and Description |
|---|---|
List<KeyAnyValue> |
getMessageArg()
Gets the value of the messageArg property.
|
String |
getMessageCatalogKeyPrefix()
Gets the value of the messageCatalogKeyPrefix property.
|
void |
setMessageCatalogKeyPrefix(String value)
Sets the value of the messageCatalogKeyPrefix property.
|
getKey, setKeygetLabel, getSummary, setLabel, setSummaryprotected String messageCatalogKeyPrefix
protected List<KeyAnyValue> messageArg
public String getMessageCatalogKeyPrefix()
Stringpublic void setMessageCatalogKeyPrefix(String value)
value - allowed object is
Stringpublic List<KeyAnyValue> getMessageArg()
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 messageArg property.
For example, to add a new item, do as follows:
getMessageArg().add(newItem);
Objects of the following type(s) are allowed in the list
KeyAnyValue
Copyright © 2018. All rights reserved.