public class VAppPropertyInfo extends DynamicData
Java class for VAppPropertyInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VAppPropertyInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="classId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="instanceId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="category" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="typeReference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="userConfigurable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected String |
classId |
protected String |
defaultValue |
protected String |
description |
protected String |
id |
protected String |
instanceId |
protected int |
key |
protected String |
label |
protected String |
type |
protected String |
typeReference |
protected Boolean |
userConfigurable |
protected String |
value |
| Constructor and Description |
|---|
VAppPropertyInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory()
Gets the value of the category property.
|
String |
getClassId()
Gets the value of the classId property.
|
String |
getDefaultValue()
Gets the value of the defaultValue property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
String |
getInstanceId()
Gets the value of the instanceId property.
|
int |
getKey()
Gets the value of the key property.
|
String |
getLabel()
Gets the value of the label property.
|
String |
getType()
Gets the value of the type property.
|
String |
getTypeReference()
Gets the value of the typeReference property.
|
String |
getValue()
Gets the value of the value property.
|
Boolean |
isUserConfigurable()
Gets the value of the userConfigurable property.
|
void |
setCategory(String value)
Sets the value of the category property.
|
void |
setClassId(String value)
Sets the value of the classId property.
|
void |
setDefaultValue(String value)
Sets the value of the defaultValue property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setInstanceId(String value)
Sets the value of the instanceId property.
|
void |
setKey(int value)
Sets the value of the key property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setTypeReference(String value)
Sets the value of the typeReference property.
|
void |
setUserConfigurable(Boolean value)
Sets the value of the userConfigurable property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected int key
protected String classId
protected String instanceId
protected String id
protected String category
protected String label
protected String type
protected String typeReference
protected Boolean userConfigurable
protected String defaultValue
protected String value
protected String description
public int getKey()
public void setKey(int value)
public String getClassId()
Stringpublic void setClassId(String value)
value - allowed object is
Stringpublic String getInstanceId()
Stringpublic void setInstanceId(String value)
value - allowed object is
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getCategory()
Stringpublic void setCategory(String value)
value - allowed object is
Stringpublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getTypeReference()
Stringpublic void setTypeReference(String value)
value - allowed object is
Stringpublic Boolean isUserConfigurable()
Booleanpublic void setUserConfigurable(Boolean value)
value - allowed object is
Booleanpublic String getDefaultValue()
Stringpublic void setDefaultValue(String value)
value - allowed object is
Stringpublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getDescription()
StringCopyright © 2018. All rights reserved.