public class VslmTagEntry extends DynamicData
Java class for VslmTagEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VslmTagEntry">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="tagName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="parentCategoryName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
parentCategoryName |
protected String |
tagName |
| Constructor and Description |
|---|
VslmTagEntry() |
| Modifier and Type | Method and Description |
|---|---|
String |
getParentCategoryName()
Gets the value of the parentCategoryName property.
|
String |
getTagName()
Gets the value of the tagName property.
|
void |
setParentCategoryName(String value)
Sets the value of the parentCategoryName property.
|
void |
setTagName(String value)
Sets the value of the tagName property.
|
protected String tagName
protected String parentCategoryName
public String getTagName()
Stringpublic void setTagName(String value)
value - allowed object is
Stringpublic String getParentCategoryName()
StringCopyright © 2018. All rights reserved.