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