edu.harvard.i2b2.crc.datavo.setfinder.query
Class PsmQryHeaderType
java.lang.Object
edu.harvard.i2b2.crc.datavo.setfinder.query.HeaderType
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>
| 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 |
requestType
protected PsmRequestTypeType requestType
PsmQryHeaderType
public PsmQryHeaderType()
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.