public class Range extends Object implements Findable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="minval" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="maxval" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Double |
maxval |
protected Double |
minval |
protected String |
type |
protected String |
value |
Constructor and Description |
---|
Range() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object o) |
boolean |
equals(Object o) |
Double |
getMaxval()
Gets the value of the maxval property.
|
Double |
getMinval()
Gets the value of the minval property.
|
String |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value property.
|
int |
hashCode() |
void |
setMaxval(Double value)
Sets the value of the maxval property.
|
void |
setMinval(Double value)
Sets the value of the minval property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
String |
toString() |
protected String value
protected Double minval
protected Double maxval
protected String type
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public Double getMinval()
Float
public void setMinval(Double value)
value
- allowed object is
Double
public Double getMaxval()
Double
public void setMaxval(Double value)
value
- allowed object is
Double
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public int compareTo(Object o)
compareTo
in interface Comparable
Copyright © 2000–2022 EPAM Systems. All rights reserved.