edu.harvard.i2b2.crc.datavo.pdo.query
Class GetEventByPrimaryKeyRequestType

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.pdo.query.RequestType
      extended by edu.harvard.i2b2.crc.datavo.pdo.query.GetEventByPrimaryKeyRequestType

public class GetEventByPrimaryKeyRequestType
extends RequestType

Java class for GetEventByPrimaryKey_requestType complex type.

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

 <complexType name="GetEventByPrimaryKey_requestType">
   <complexContent>
     <extension base="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}requestType">
       <sequence>
         <element name="event_primary_key" type="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}event_primary_key_Type"/>
         <element name="event_output_option" type="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}output_optionType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  OutputOptionType eventOutputOption
           
protected  EventPrimaryKeyType eventPrimaryKey
           
 
Constructor Summary
GetEventByPrimaryKeyRequestType()
           
 
Method Summary
 OutputOptionType getEventOutputOption()
          Gets the value of the eventOutputOption property.
 EventPrimaryKeyType getEventPrimaryKey()
          Gets the value of the eventPrimaryKey property.
 void setEventOutputOption(OutputOptionType value)
          Sets the value of the eventOutputOption property.
 void setEventPrimaryKey(EventPrimaryKeyType value)
          Sets the value of the eventPrimaryKey property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eventPrimaryKey

protected EventPrimaryKeyType eventPrimaryKey

eventOutputOption

protected OutputOptionType eventOutputOption
Constructor Detail

GetEventByPrimaryKeyRequestType

public GetEventByPrimaryKeyRequestType()
Method Detail

getEventPrimaryKey

public EventPrimaryKeyType getEventPrimaryKey()
Gets the value of the eventPrimaryKey property.

Returns:
possible object is EventPrimaryKeyType

setEventPrimaryKey

public void setEventPrimaryKey(EventPrimaryKeyType value)
Sets the value of the eventPrimaryKey property.

Parameters:
value - allowed object is EventPrimaryKeyType

getEventOutputOption

public OutputOptionType getEventOutputOption()
Gets the value of the eventOutputOption property.

Returns:
possible object is OutputOptionType

setEventOutputOption

public void setEventOutputOption(OutputOptionType value)
Sets the value of the eventOutputOption property.

Parameters:
value - allowed object is OutputOptionType


Copyright © 2011. All Rights Reserved.