|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.pdo.query.RequestType
edu.harvard.i2b2.crc.datavo.pdo.query.GetConceptByPrimaryKeyRequestType
public class GetConceptByPrimaryKeyRequestType
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 |
|---|
protected ConceptPrimaryKeyType conceptPrimaryKey
protected OutputOptionType conceptOutputOption
| Constructor Detail |
|---|
public GetConceptByPrimaryKeyRequestType()
| Method Detail |
|---|
public ConceptPrimaryKeyType getConceptPrimaryKey()
ConceptPrimaryKeyTypepublic void setConceptPrimaryKey(ConceptPrimaryKeyType value)
value - allowed object is
ConceptPrimaryKeyTypepublic OutputOptionType getConceptOutputOption()
OutputOptionTypepublic void setConceptOutputOption(OutputOptionType value)
value - allowed object is
OutputOptionType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||