edu.harvard.i2b2.crc.datavo.pdo.query
Class PdoQryHeaderType

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.pdo.query.HeaderType
      extended by edu.harvard.i2b2.crc.datavo.pdo.query.PdoQryHeaderType

public class PdoQryHeaderType
extends HeaderType

Java class for pdo_qry_headerType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="pdo_qry_headerType">
   <complexContent>
     <extension base="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}headerType">
       <sequence>
         <element name="request_type" type="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}pdoRequest_typeType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  PdoRequestTypeType requestType
           
 
Fields inherited from class edu.harvard.i2b2.crc.datavo.pdo.query.HeaderType
completeDate, createDate, dataSource, estimatedTime, patientSetLimit, submitDate, user
 
Constructor Summary
PdoQryHeaderType()
           
 
Method Summary
 PdoRequestTypeType getRequestType()
          Gets the value of the requestType property.
 void setRequestType(PdoRequestTypeType value)
          Sets the value of the requestType property.
 
Methods inherited from class edu.harvard.i2b2.crc.datavo.pdo.query.HeaderType
getCompleteDate, getCreateDate, getDataSource, getEstimatedTime, getPatientSetLimit, getSubmitDate, getUser, setCompleteDate, setCreateDate, setDataSource, setEstimatedTime, setPatientSetLimit, setSubmitDate, setUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

requestType

protected PdoRequestTypeType requestType
Constructor Detail

PdoQryHeaderType

public PdoQryHeaderType()
Method Detail

getRequestType

public PdoRequestTypeType getRequestType()
Gets the value of the requestType property.

Returns:
possible object is PdoRequestTypeType

setRequestType

public void setRequestType(PdoRequestTypeType value)
Sets the value of the requestType property.

Parameters:
value - allowed object is PdoRequestTypeType


Copyright © 2011. All Rights Reserved.