edu.harvard.i2b2.crc.datavo.setfinder.query
Class ConstrainDateType

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.setfinder.query.ConstrainDateType

public class ConstrainDateType
extends Object

Java class for constrainDateType complex type.

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

 <complexType name="constrainDateType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>dateTime">
       <attribute name="time" use="required" type="{http://www.i2b2.org/xsd/cell/crc/psm/querydefinition/1.1/}constrainDateTimeType" />
       <attribute name="inclusive" type="{http://www.i2b2.org/xsd/cell/crc/psm/querydefinition/1.1/}inclusiveType" default="YES" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  InclusiveType inclusive
           
protected  ConstrainDateTimeType time
           
protected  XMLGregorianCalendar value
           
 
Constructor Summary
ConstrainDateType()
           
 
Method Summary
 InclusiveType getInclusive()
          Gets the value of the inclusive property.
 ConstrainDateTimeType getTime()
          Gets the value of the time property.
 XMLGregorianCalendar getValue()
          Gets the value of the value property.
 void setInclusive(InclusiveType value)
          Sets the value of the inclusive property.
 void setTime(ConstrainDateTimeType value)
          Sets the value of the time property.
 void setValue(XMLGregorianCalendar value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected XMLGregorianCalendar value

time

protected ConstrainDateTimeType time

inclusive

protected InclusiveType inclusive
Constructor Detail

ConstrainDateType

public ConstrainDateType()
Method Detail

getValue

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

Returns:
possible object is XMLGregorianCalendar

setValue

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

Parameters:
value - allowed object is XMLGregorianCalendar

getTime

public ConstrainDateTimeType getTime()
Gets the value of the time property.

Returns:
possible object is ConstrainDateTimeType

setTime

public void setTime(ConstrainDateTimeType value)
Sets the value of the time property.

Parameters:
value - allowed object is ConstrainDateTimeType

getInclusive

public InclusiveType getInclusive()
Gets the value of the inclusive property.

Returns:
possible object is InclusiveType

setInclusive

public void setInclusive(InclusiveType value)
Sets the value of the inclusive property.

Parameters:
value - allowed object is InclusiveType


Copyright © 2011. All Rights Reserved.