|
||||||||||
| 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.ItemType.ConstrainByDate
public static class ItemType.ConstrainByDate
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 |
|---|
protected ConstrainDateType dateFrom
protected ConstrainDateType dateTo
| Constructor Detail |
|---|
public ItemType.ConstrainByDate()
| Method Detail |
|---|
public ConstrainDateType getDateFrom()
ConstrainDateTypepublic void setDateFrom(ConstrainDateType value)
value - allowed object is
ConstrainDateTypepublic ConstrainDateType getDateTo()
ConstrainDateTypepublic void setDateTo(ConstrainDateType value)
value - allowed object is
ConstrainDateType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||