public class NumericRange extends DynamicData
Java class for NumericRange complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NumericRange">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="start" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="end" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
NumericRange() |
| Modifier and Type | Method and Description |
|---|---|
int |
getEnd()
Gets the value of the end property.
|
int |
getStart()
Gets the value of the start property.
|
void |
setEnd(int value)
Sets the value of the end property.
|
void |
setStart(int value)
Sets the value of the start property.
|
Copyright © 2018. All rights reserved.