public class PbmExtendedElementDescription extends DynamicData
Java class for PbmExtendedElementDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PbmExtendedElementDescription">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="summary" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
<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 String |
key |
protected String |
label |
protected List<KeyAnyValue> |
messageArg |
protected String |
messageCatalogKeyPrefix |
protected String |
summary |
| Constructor and Description |
|---|
PbmExtendedElementDescription() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Gets the value of the key property.
|
String |
getLabel()
Gets the value of the label property.
|
List<KeyAnyValue> |
getMessageArg()
Gets the value of the messageArg property.
|
String |
getMessageCatalogKeyPrefix()
Gets the value of the messageCatalogKeyPrefix property.
|
String |
getSummary()
Gets the value of the summary property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setMessageCatalogKeyPrefix(String value)
Sets the value of the messageCatalogKeyPrefix property.
|
void |
setSummary(String value)
Sets the value of the summary property.
|
protected String label
protected String summary
protected String key
protected String messageCatalogKeyPrefix
protected List<KeyAnyValue> messageArg
public String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic String getSummary()
Stringpublic void setSummary(String value)
value - allowed object is
Stringpublic String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic 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.