public class EventDescription extends DynamicData
Java class for EventDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EventDescription">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="category" type="{urn:vim25}ElementDescription" maxOccurs="unbounded"/>
<element name="eventInfo" type="{urn:vim25}EventDescriptionEventDetail" maxOccurs="unbounded"/>
<element name="enumeratedTypes" type="{urn:vim25}EnumDescription" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ElementDescription> |
category |
protected List<EnumDescription> |
enumeratedTypes |
protected List<EventDescriptionEventDetail> |
eventInfo |
| Constructor and Description |
|---|
EventDescription() |
| Modifier and Type | Method and Description |
|---|---|
List<ElementDescription> |
getCategory()
Gets the value of the category property.
|
List<EnumDescription> |
getEnumeratedTypes()
Gets the value of the enumeratedTypes property.
|
List<EventDescriptionEventDetail> |
getEventInfo()
Gets the value of the eventInfo property.
|
protected List<ElementDescription> category
protected List<EventDescriptionEventDetail> eventInfo
protected List<EnumDescription> enumeratedTypes
public List<ElementDescription> getCategory()
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 category property.
For example, to add a new item, do as follows:
getCategory().add(newItem);
Objects of the following type(s) are allowed in the list
ElementDescription
public List<EventDescriptionEventDetail> getEventInfo()
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 eventInfo property.
For example, to add a new item, do as follows:
getEventInfo().add(newItem);
Objects of the following type(s) are allowed in the list
EventDescriptionEventDetail
public List<EnumDescription> getEnumeratedTypes()
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 enumeratedTypes property.
For example, to add a new item, do as follows:
getEnumeratedTypes().add(newItem);
Objects of the following type(s) are allowed in the list
EnumDescription
Copyright © 2018. All rights reserved.