edu.harvard.i2b2.crc.datavo.setfinder.query
Class HeaderType

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.setfinder.query.HeaderType
Direct Known Subclasses:
PsmQryHeaderType

public class HeaderType
extends Object

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

user

protected UserType user

dataSource

protected String dataSource

patientSetLimit

protected int patientSetLimit

estimatedTime

protected int estimatedTime

createDate

protected XMLGregorianCalendar createDate

submitDate

protected XMLGregorianCalendar submitDate

completeDate

protected XMLGregorianCalendar completeDate
Constructor Detail

HeaderType

public HeaderType()
Method Detail

getUser

public UserType getUser()
Gets the value of the user property.

Returns:
possible object is UserType

setUser

public void setUser(UserType value)
Sets the value of the user property.

Parameters:
value - allowed object is UserType

getDataSource

public String getDataSource()
Gets the value of the dataSource property.

Returns:
possible object is String

setDataSource

public void setDataSource(String value)
Sets the value of the dataSource property.

Parameters:
value - allowed object is String

getPatientSetLimit

public int getPatientSetLimit()
Gets the value of the patientSetLimit property.


setPatientSetLimit

public void setPatientSetLimit(int value)
Sets the value of the patientSetLimit property.


getEstimatedTime

public int getEstimatedTime()
Gets the value of the estimatedTime property.


setEstimatedTime

public void setEstimatedTime(int value)
Sets the value of the estimatedTime property.


getCreateDate

public XMLGregorianCalendar getCreateDate()
Gets the value of the createDate property.

Returns:
possible object is XMLGregorianCalendar

setCreateDate

public void setCreateDate(XMLGregorianCalendar value)
Sets the value of the createDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getSubmitDate

public XMLGregorianCalendar getSubmitDate()
Gets the value of the submitDate property.

Returns:
possible object is XMLGregorianCalendar

setSubmitDate

public void setSubmitDate(XMLGregorianCalendar value)
Sets the value of the submitDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getCompleteDate

public XMLGregorianCalendar getCompleteDate()
Gets the value of the completeDate property.

Returns:
possible object is XMLGregorianCalendar

setCompleteDate

public void setCompleteDate(XMLGregorianCalendar value)
Sets the value of the completeDate property.

Parameters:
value - allowed object is XMLGregorianCalendar


Copyright © 2011. All Rights Reserved.