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