public class EventArgDesc extends DynamicData
Java class for EventArgDesc complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EventArgDesc">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{urn:vim25}ElementDescription" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ElementDescription |
description |
protected String |
name |
protected String |
type |
| Constructor and Description |
|---|
EventArgDesc() |
| Modifier and Type | Method and Description |
|---|---|
ElementDescription |
getDescription()
Gets the value of the description property.
|
String |
getName()
Gets the value of the name property.
|
String |
getType()
Gets the value of the type property.
|
void |
setDescription(ElementDescription value)
Sets the value of the description property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String name
protected String type
protected ElementDescription description
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic ElementDescription getDescription()
ElementDescriptionpublic void setDescription(ElementDescription value)
value - allowed object is
ElementDescriptionCopyright © 2018. All rights reserved.