public class Description extends DynamicData
Java class for Description complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Description">
<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"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
label |
protected String |
summary |
| Constructor and Description |
|---|
Description() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Gets the value of the label property.
|
String |
getSummary()
Gets the value of the summary property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setSummary(String value)
Sets the value of the summary property.
|
public String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic String getSummary()
StringCopyright © 2018. All rights reserved.