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

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.pdo.query.OutputOptionType
      extended by edu.harvard.i2b2.crc.datavo.pdo.query.FactOutputOptionType

public class FactOutputOptionType
extends OutputOptionType

Java class for fact_output_optionType complex type.

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

 <complexType name="fact_output_optionType">
   <complexContent>
     <extension base="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}output_optionType">
       <attribute name="before" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="after" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  XMLGregorianCalendar after
           
protected  XMLGregorianCalendar before
           
 
Fields inherited from class edu.harvard.i2b2.crc.datavo.pdo.query.OutputOptionType
blob, onlykeys, select, techdata
 
Constructor Summary
FactOutputOptionType()
           
 
Method Summary
 XMLGregorianCalendar getAfter()
          Gets the value of the after property.
 XMLGregorianCalendar getBefore()
          Gets the value of the before property.
 void setAfter(XMLGregorianCalendar value)
          Sets the value of the after property.
 void setBefore(XMLGregorianCalendar value)
          Sets the value of the before property.
 
Methods inherited from class edu.harvard.i2b2.crc.datavo.pdo.query.OutputOptionType
getSelect, isBlob, isOnlykeys, isTechdata, setBlob, setOnlykeys, setSelect, setTechdata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

before

protected XMLGregorianCalendar before

after

protected XMLGregorianCalendar after
Constructor Detail

FactOutputOptionType

public FactOutputOptionType()
Method Detail

getBefore

public XMLGregorianCalendar getBefore()
Gets the value of the before property.

Returns:
possible object is XMLGregorianCalendar

setBefore

public void setBefore(XMLGregorianCalendar value)
Sets the value of the before property.

Parameters:
value - allowed object is XMLGregorianCalendar

getAfter

public XMLGregorianCalendar getAfter()
Gets the value of the after property.

Returns:
possible object is XMLGregorianCalendar

setAfter

public void setAfter(XMLGregorianCalendar value)
Sets the value of the after property.

Parameters:
value - allowed object is XMLGregorianCalendar


Copyright © 2011. All Rights Reserved.