edu.harvard.i2b2.crc.datavo.pdo.query
Class RequestType
java.lang.Object
edu.harvard.i2b2.crc.datavo.pdo.query.RequestType
- Direct Known Subclasses:
- GetConceptByPrimaryKeyRequestType, GetEventByPrimaryKeyRequestType, GetObservationFactByPrimaryKeyRequestType, GetObserverByPrimaryKeyRequestType, GetPatientByPrimaryKeyRequestType, GetPDOFromInputListRequestType, GetPDOTemplateRequestType
public abstract class RequestType
- extends Object
requestType is abstract so a concrete type must be declared in the
instance document using the xsi:type attribute.
Java class for requestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="requestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestType
public RequestType()
Copyright © 2011. All Rights Reserved.