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

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.setfinder.query.HeaderType
      extended by edu.harvard.i2b2.crc.datavo.setfinder.query.PsmQryHeaderType

public class PsmQryHeaderType
extends HeaderType

Java class for psm_qry_headerType complex type.

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

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


Field Summary
protected  PsmRequestTypeType requestType
           
 
Fields inherited from class edu.harvard.i2b2.crc.datavo.setfinder.query.HeaderType
completeDate, createDate, dataSource, estimatedTime, patientSetLimit, submitDate, user
 
Constructor Summary
PsmQryHeaderType()
           
 
Method Summary
 PsmRequestTypeType getRequestType()
          Gets the value of the requestType property.
 void setRequestType(PsmRequestTypeType value)
          Sets the value of the requestType property.
 
Methods inherited from class edu.harvard.i2b2.crc.datavo.setfinder.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 PsmRequestTypeType requestType
Constructor Detail

PsmQryHeaderType

public PsmQryHeaderType()
Method Detail

getRequestType

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

Returns:
possible object is PsmRequestTypeType

setRequestType

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

Parameters:
value - allowed object is PsmRequestTypeType


Copyright © 2011. All Rights Reserved.