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