Package com.epam.fix.validation.beans
Class Range
java.lang.Object
com.epam.fix.validation.beans.Range
- All Implemented Interfaces:
Findable
,Comparable
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
Gets the value of the maxval property.Gets the value of the minval property.getType()
Gets the value of the type property.getValue()
Gets the value of the value property.int
hashCode()
void
Sets the value of the maxval property.void
Sets the value of the minval property.void
Sets the value of the type property.void
Sets the value of the value property.toString()
-
Field Details
-
value
-
minval
-
maxval
-
type
-
-
Constructor Details
-
Range
public Range()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
getMinval
Gets the value of the minval property.- Returns:
- possible object is
Float
-
setMinval
Sets the value of the minval property.- Parameters:
value
- allowed object isDouble
-
getMaxval
Gets the value of the maxval property.- Returns:
- possible object is
Double
-
setMaxval
Sets the value of the maxval property.- Parameters:
value
- allowed object isDouble
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
compareTo
- Specified by:
compareTo
in interfaceComparable
-
equals
-
hashCode
public int hashCode() -
toString
-