public class IntOption extends OptionType
Java class for IntOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IntOption">
<complexContent>
<extension base="{urn:vim25}OptionType">
<sequence>
<element name="min" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="max" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
defaultValue |
protected int |
max |
protected int |
min |
valueIsReadonly| Constructor and Description |
|---|
IntOption() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDefaultValue()
Gets the value of the defaultValue property.
|
int |
getMax()
Gets the value of the max property.
|
int |
getMin()
Gets the value of the min property.
|
void |
setDefaultValue(int value)
Sets the value of the defaultValue property.
|
void |
setMax(int value)
Sets the value of the max property.
|
void |
setMin(int value)
Sets the value of the min property.
|
isValueIsReadonly, setValueIsReadonlypublic int getMin()
public void setMin(int value)
public int getMax()
public void setMax(int value)
public int getDefaultValue()
public void setDefaultValue(int value)
Copyright © 2018. All rights reserved.