|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.pdo.query.OutputOptionType
edu.harvard.i2b2.crc.datavo.pdo.query.FactOutputOptionType
public class FactOutputOptionType
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 |
|---|
protected XMLGregorianCalendar before
protected XMLGregorianCalendar after
| Constructor Detail |
|---|
public FactOutputOptionType()
| Method Detail |
|---|
public XMLGregorianCalendar getBefore()
XMLGregorianCalendarpublic void setBefore(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getAfter()
XMLGregorianCalendarpublic void setAfter(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||