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

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

public class GetObservationFactByPrimaryKeyRequestType
extends RequestType

Java class for GetObservationFactByPrimaryKey_requestType complex type.

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

 <complexType name="GetObservationFactByPrimaryKey_requestType">
   <complexContent>
     <extension base="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}requestType">
       <sequence>
         <element name="fact_primary_key" type="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}fact_primary_key_Type"/>
         <element name="fact_output_option" type="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}output_optionType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  OutputOptionType factOutputOption
           
protected  FactPrimaryKeyType factPrimaryKey
           
 
Constructor Summary
GetObservationFactByPrimaryKeyRequestType()
           
 
Method Summary
 OutputOptionType getFactOutputOption()
          Gets the value of the factOutputOption property.
 FactPrimaryKeyType getFactPrimaryKey()
          Gets the value of the factPrimaryKey property.
 void setFactOutputOption(OutputOptionType value)
          Sets the value of the factOutputOption property.
 void setFactPrimaryKey(FactPrimaryKeyType value)
          Sets the value of the factPrimaryKey property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

factPrimaryKey

protected FactPrimaryKeyType factPrimaryKey

factOutputOption

protected OutputOptionType factOutputOption
Constructor Detail

GetObservationFactByPrimaryKeyRequestType

public GetObservationFactByPrimaryKeyRequestType()
Method Detail

getFactPrimaryKey

public FactPrimaryKeyType getFactPrimaryKey()
Gets the value of the factPrimaryKey property.

Returns:
possible object is FactPrimaryKeyType

setFactPrimaryKey

public void setFactPrimaryKey(FactPrimaryKeyType value)
Sets the value of the factPrimaryKey property.

Parameters:
value - allowed object is FactPrimaryKeyType

getFactOutputOption

public OutputOptionType getFactOutputOption()
Gets the value of the factOutputOption property.

Returns:
possible object is OutputOptionType

setFactOutputOption

public void setFactOutputOption(OutputOptionType value)
Sets the value of the factOutputOption property.

Parameters:
value - allowed object is OutputOptionType


Copyright © 2011. All Rights Reserved.