public class Tag extends DynamicData
Java class for Tag complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Tag">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Tag() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Gets the value of the key property.
|
void |
setKey(String value)
Sets the value of the key property.
|
protected String key
Copyright © 2018. All rights reserved.