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

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

public class GetObserverByPrimaryKeyRequestType
extends RequestType

Java class for GetObserverByPrimaryKey_requestType complex type.

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

 <complexType name="GetObserverByPrimaryKey_requestType">
   <complexContent>
     <extension base="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}requestType">
       <sequence>
         <element name="observer_primary_key" type="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}observer_primary_key_Type"/>
         <element name="observer_output_option" type="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}output_optionType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  OutputOptionType observerOutputOption
           
protected  ObserverPrimaryKeyType observerPrimaryKey
           
 
Constructor Summary
GetObserverByPrimaryKeyRequestType()
           
 
Method Summary
 OutputOptionType getObserverOutputOption()
          Gets the value of the observerOutputOption property.
 ObserverPrimaryKeyType getObserverPrimaryKey()
          Gets the value of the observerPrimaryKey property.
 void setObserverOutputOption(OutputOptionType value)
          Sets the value of the observerOutputOption property.
 void setObserverPrimaryKey(ObserverPrimaryKeyType value)
          Sets the value of the observerPrimaryKey property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

observerPrimaryKey

protected ObserverPrimaryKeyType observerPrimaryKey

observerOutputOption

protected OutputOptionType observerOutputOption
Constructor Detail

GetObserverByPrimaryKeyRequestType

public GetObserverByPrimaryKeyRequestType()
Method Detail

getObserverPrimaryKey

public ObserverPrimaryKeyType getObserverPrimaryKey()
Gets the value of the observerPrimaryKey property.

Returns:
possible object is ObserverPrimaryKeyType

setObserverPrimaryKey

public void setObserverPrimaryKey(ObserverPrimaryKeyType value)
Sets the value of the observerPrimaryKey property.

Parameters:
value - allowed object is ObserverPrimaryKeyType

getObserverOutputOption

public OutputOptionType getObserverOutputOption()
Gets the value of the observerOutputOption property.

Returns:
possible object is OutputOptionType

setObserverOutputOption

public void setObserverOutputOption(OutputOptionType value)
Sets the value of the observerOutputOption property.

Parameters:
value - allowed object is OutputOptionType


Copyright © 2011. All Rights Reserved.