public class PbmCapabilityDescription extends DynamicData
Java class for PbmCapabilityDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PbmCapabilityDescription">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="description" type="{urn:pbm}PbmExtendedElementDescription"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PbmExtendedElementDescription |
description |
protected Object |
value |
| Constructor and Description |
|---|
PbmCapabilityDescription() |
| Modifier and Type | Method and Description |
|---|---|
PbmExtendedElementDescription |
getDescription()
Gets the value of the description property.
|
Object |
getValue()
Gets the value of the value property.
|
void |
setDescription(PbmExtendedElementDescription value)
Sets the value of the description property.
|
void |
setValue(Object value)
Sets the value of the value property.
|
protected PbmExtendedElementDescription description
protected Object value
public PbmExtendedElementDescription getDescription()
PbmExtendedElementDescriptionpublic void setDescription(PbmExtendedElementDescription value)
value - allowed object is
PbmExtendedElementDescriptionpublic Object getValue()
ObjectCopyright © 2018. All rights reserved.