public class VAppPropertyFault extends VmConfigFault
Java class for VAppPropertyFault complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VAppPropertyFault">
<complexContent>
<extension base="{urn:vim25}VmConfigFault">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="category" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected String |
id |
protected String |
label |
protected String |
type |
protected String |
value |
faultCause, faultMessage| Constructor and Description |
|---|
VAppPropertyFault() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory()
Gets the value of the category property.
|
String |
getId()
Gets the value of the id property.
|
String |
getLabel()
Gets the value of the label property.
|
String |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setCategory(String value)
Sets the value of the category property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected String id
protected String category
protected String label
protected String type
protected String value
public 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 getValue()
StringCopyright © 2018. All rights reserved.