public class ProfileCreateSpec extends DynamicData
Java class for ProfileCreateSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProfileCreateSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="annotation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
annotation |
protected Boolean |
enabled |
protected String |
name |
| Constructor and Description |
|---|
ProfileCreateSpec() |
| 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()
BooleanCopyright © 2018. All rights reserved.