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

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.setfinder.query.RequestType
Direct Known Subclasses:
AnalysisDefinitionRequestType, InstanceRequestType, MasterDeleteRequestType, MasterRenameRequestType, MasterRequestType, QueryDefinitionRequestType, ResultRequestType, ResultTypeRequestType, UserRequestType

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>
 


Constructor Summary
RequestType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestType

public RequestType()


Copyright © 2011. All Rights Reserved.