Class Range

java.lang.Object
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 Details

    • value

      protected String value
    • minval

      protected Double minval
    • maxval

      protected Double maxval
    • type

      protected String type
  • Constructor Details

    • Range

      public Range()
  • Method Details

    • 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