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

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

public class GetConceptByPrimaryKeyRequestType
extends RequestType

Java class for GetConceptByPrimaryKey_requestType complex type.

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

 <complexType name="GetConceptByPrimaryKey_requestType">
   <complexContent>
     <extension base="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}requestType">
       <sequence>
         <element name="concept_primary_key" type="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}concept_primary_key_Type"/>
         <element name="concept_output_option" type="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}output_optionType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  OutputOptionType conceptOutputOption
           
protected  ConceptPrimaryKeyType conceptPrimaryKey
           
 
Constructor Summary
GetConceptByPrimaryKeyRequestType()
           
 
Method Summary
 OutputOptionType getConceptOutputOption()
          Gets the value of the conceptOutputOption property.
 ConceptPrimaryKeyType getConceptPrimaryKey()
          Gets the value of the conceptPrimaryKey property.
 void setConceptOutputOption(OutputOptionType value)
          Sets the value of the conceptOutputOption property.
 void setConceptPrimaryKey(ConceptPrimaryKeyType value)
          Sets the value of the conceptPrimaryKey property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

conceptPrimaryKey

protected ConceptPrimaryKeyType conceptPrimaryKey

conceptOutputOption

protected OutputOptionType conceptOutputOption
Constructor Detail

GetConceptByPrimaryKeyRequestType

public GetConceptByPrimaryKeyRequestType()
Method Detail

getConceptPrimaryKey

public ConceptPrimaryKeyType getConceptPrimaryKey()
Gets the value of the conceptPrimaryKey property.

Returns:
possible object is ConceptPrimaryKeyType

setConceptPrimaryKey

public void setConceptPrimaryKey(ConceptPrimaryKeyType value)
Sets the value of the conceptPrimaryKey property.

Parameters:
value - allowed object is ConceptPrimaryKeyType

getConceptOutputOption

public OutputOptionType getConceptOutputOption()
Gets the value of the conceptOutputOption property.

Returns:
possible object is OutputOptionType

setConceptOutputOption

public void setConceptOutputOption(OutputOptionType value)
Sets the value of the conceptOutputOption property.

Parameters:
value - allowed object is OutputOptionType


Copyright © 2011. All Rights Reserved.