edu.harvard.i2b2.crc.datavo.pdo.query
Class RangeType

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.pdo.query.RangeType
Direct Known Subclasses:
EidListType, EventListType, PatientListType, PidListType

public class RangeType
extends Object

Java class for rangeType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="rangeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="min" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="max" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Integer max
           
protected  Integer min
           
 
Constructor Summary
RangeType()
           
 
Method Summary
 Integer getMax()
          Gets the value of the max property.
 Integer getMin()
          Gets the value of the min property.
 void setMax(Integer value)
          Sets the value of the max property.
 void setMin(Integer value)
          Sets the value of the min property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

min

protected Integer min

max

protected Integer max
Constructor Detail

RangeType

public RangeType()
Method Detail

getMin

public Integer getMin()
Gets the value of the min property.

Returns:
possible object is Integer

setMin

public void setMin(Integer value)
Sets the value of the min property.

Parameters:
value - allowed object is Integer

getMax

public Integer getMax()
Gets the value of the max property.

Returns:
possible object is Integer

setMax

public void setMax(Integer value)
Sets the value of the max property.

Parameters:
value - allowed object is Integer


Copyright © 2011. All Rights Reserved.