edu.harvard.i2b2.crc.datavo.pdo.query
Class ItemType.ConstrainByDate

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.pdo.query.ItemType.ConstrainByDate
Enclosing class:
ItemType

public static class ItemType.ConstrainByDate
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="date_from" type="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}constrainDateType"/>
         <element name="date_to" type="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}constrainDateType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ConstrainDateType dateFrom
           
protected  ConstrainDateType dateTo
           
 
Constructor Summary
ItemType.ConstrainByDate()
           
 
Method Summary
 ConstrainDateType getDateFrom()
          Gets the value of the dateFrom property.
 ConstrainDateType getDateTo()
          Gets the value of the dateTo property.
 void setDateFrom(ConstrainDateType value)
          Sets the value of the dateFrom property.
 void setDateTo(ConstrainDateType value)
          Sets the value of the dateTo property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dateFrom

protected ConstrainDateType dateFrom

dateTo

protected ConstrainDateType dateTo
Constructor Detail

ItemType.ConstrainByDate

public ItemType.ConstrainByDate()
Method Detail

getDateFrom

public ConstrainDateType getDateFrom()
Gets the value of the dateFrom property.

Returns:
possible object is ConstrainDateType

setDateFrom

public void setDateFrom(ConstrainDateType value)
Sets the value of the dateFrom property.

Parameters:
value - allowed object is ConstrainDateType

getDateTo

public ConstrainDateType getDateTo()
Gets the value of the dateTo property.

Returns:
possible object is ConstrainDateType

setDateTo

public void setDateTo(ConstrainDateType value)
Sets the value of the dateTo property.

Parameters:
value - allowed object is ConstrainDateType


Copyright © 2011. All Rights Reserved.