public class ProfileDescriptionSection extends DynamicData
Java class for ProfileDescriptionSection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProfileDescriptionSection">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="description" type="{urn:vim25}ExtendedElementDescription"/>
<element name="message" type="{urn:vim25}LocalizableMessage" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtendedElementDescription |
description |
protected List<LocalizableMessage> |
message |
| Constructor and Description |
|---|
ProfileDescriptionSection() |
| Modifier and Type | Method and Description |
|---|---|
ExtendedElementDescription |
getDescription()
Gets the value of the description property.
|
List<LocalizableMessage> |
getMessage()
Gets the value of the message property.
|
void |
setDescription(ExtendedElementDescription value)
Sets the value of the description property.
|
protected ExtendedElementDescription description
protected List<LocalizableMessage> message
public ExtendedElementDescription getDescription()
ExtendedElementDescriptionpublic void setDescription(ExtendedElementDescription value)
value - allowed object is
ExtendedElementDescriptionpublic List<LocalizableMessage> getMessage()
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 message property.
For example, to add a new item, do as follows:
getMessage().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizableMessage
Copyright © 2018. All rights reserved.