com.epam.fix.validation.beans
Class Range

java.lang.Object
  extended by com.epam.fix.validation.beans.Range
All Implemented Interfaces:
Findable, Comparable

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>
 


Field Summary
protected  Double maxval
           
protected  Double minval
           
protected  String type
           
protected  String value
           
 
Constructor Summary
Range()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

value

protected String value

minval

protected Double minval

maxval

protected Double maxval

type

protected String type
Constructor Detail

Range

public Range()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getMinval

public Double getMinval()
Gets the value of the minval property.

Returns:
possible object is Float

setMinval

public void setMinval(Double value)
Sets the value of the minval property.

Parameters:
value - allowed object is Double

getMaxval

public Double getMaxval()
Gets the value of the maxval property.

Returns:
possible object is Double

setMaxval

public void setMaxval(Double value)
Sets the value of the maxval property.

Parameters:
value - allowed object is Double

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2000-2014 EPAM Systems. All Rights Reserved.