|
||||||||||
| 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.ConstrainDateType
public class ConstrainDateType
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/pdo/1.1/}constrainDateTimeType" />
<attribute name="inclusive" type="{http://www.i2b2.org/xsd/cell/crc/pdo/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 |
|---|
protected XMLGregorianCalendar value
protected ConstrainDateTimeType time
protected InclusiveType inclusive
| Constructor Detail |
|---|
public ConstrainDateType()
| Method Detail |
|---|
public XMLGregorianCalendar getValue()
XMLGregorianCalendarpublic void setValue(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic ConstrainDateTimeType getTime()
ConstrainDateTimeTypepublic void setTime(ConstrainDateTimeType value)
value - allowed object is
ConstrainDateTimeTypepublic InclusiveType getInclusive()
InclusiveTypepublic void setInclusive(InclusiveType value)
value - allowed object is
InclusiveType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||