public class PbmCapabilityPropertyInstance extends DynamicData
Java class for PbmCapabilityPropertyInstance complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PbmCapabilityPropertyInstance">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="operator" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
operator |
protected Object |
value |
| Constructor and Description |
|---|
PbmCapabilityPropertyInstance() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
String |
getOperator()
Gets the value of the operator property.
|
Object |
getValue()
Gets the value of the value property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setOperator(String value)
Sets the value of the operator property.
|
void |
setValue(Object value)
Sets the value of the value property.
|
public void setId(String value)
value - allowed object is
Stringpublic String getOperator()
Stringpublic void setOperator(String value)
value - allowed object is
Stringpublic Object getValue()
ObjectCopyright © 2018. All rights reserved.