public class RangeOfValuesType extends Object
Java class for RangeOfValuesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RangeOfValuesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MinValue" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="MaxValue" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
maxValue |
protected Object |
minValue |
| Constructor and Description |
|---|
RangeOfValuesType()
Default no-arg constructor
|
RangeOfValuesType(Object minValue,
Object maxValue)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getMaxValue()
Gets the value of the maxValue property.
|
Object |
getMinValue()
Gets the value of the minValue property.
|
void |
setMaxValue(Object value)
Sets the value of the maxValue property.
|
void |
setMinValue(Object value)
Sets the value of the minValue property.
|
public Object getMinValue()
Objectpublic void setMinValue(Object value)
value - allowed object is
Objectpublic Object getMaxValue()
ObjectCopyright © 2019 B3Partners B.V.. All rights reserved.