|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.setfinder.query.HeaderType
public class HeaderType
Java class for headerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="headerType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="user" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}userType"/>
<element name="data_source" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="patient_set_limit" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="estimated_time" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="create_date" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="submit_date" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="complete_date" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected XMLGregorianCalendar |
completeDate
|
protected XMLGregorianCalendar |
createDate
|
protected String |
dataSource
|
protected int |
estimatedTime
|
protected int |
patientSetLimit
|
protected XMLGregorianCalendar |
submitDate
|
protected UserType |
user
|
| Constructor Summary | |
|---|---|
HeaderType()
|
|
| Method Summary | |
|---|---|
XMLGregorianCalendar |
getCompleteDate()
Gets the value of the completeDate property. |
XMLGregorianCalendar |
getCreateDate()
Gets the value of the createDate property. |
String |
getDataSource()
Gets the value of the dataSource property. |
int |
getEstimatedTime()
Gets the value of the estimatedTime property. |
int |
getPatientSetLimit()
Gets the value of the patientSetLimit property. |
XMLGregorianCalendar |
getSubmitDate()
Gets the value of the submitDate property. |
UserType |
getUser()
Gets the value of the user property. |
void |
setCompleteDate(XMLGregorianCalendar value)
Sets the value of the completeDate property. |
void |
setCreateDate(XMLGregorianCalendar value)
Sets the value of the createDate property. |
void |
setDataSource(String value)
Sets the value of the dataSource property. |
void |
setEstimatedTime(int value)
Sets the value of the estimatedTime property. |
void |
setPatientSetLimit(int value)
Sets the value of the patientSetLimit property. |
void |
setSubmitDate(XMLGregorianCalendar value)
Sets the value of the submitDate property. |
void |
setUser(UserType value)
Sets the value of the user property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected UserType user
protected String dataSource
protected int patientSetLimit
protected int estimatedTime
protected XMLGregorianCalendar createDate
protected XMLGregorianCalendar submitDate
protected XMLGregorianCalendar completeDate
| Constructor Detail |
|---|
public HeaderType()
| Method Detail |
|---|
public UserType getUser()
UserTypepublic void setUser(UserType value)
value - allowed object is
UserTypepublic String getDataSource()
Stringpublic void setDataSource(String value)
value - allowed object is
Stringpublic int getPatientSetLimit()
public void setPatientSetLimit(int value)
public int getEstimatedTime()
public void setEstimatedTime(int value)
public XMLGregorianCalendar getCreateDate()
XMLGregorianCalendarpublic void setCreateDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getSubmitDate()
XMLGregorianCalendarpublic void setSubmitDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getCompleteDate()
XMLGregorianCalendarpublic void setCompleteDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||