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