|
||||||||||
| 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.GetEventByPrimaryKeyRequestType
public class GetEventByPrimaryKeyRequestType
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 |
|---|
protected EventPrimaryKeyType eventPrimaryKey
protected OutputOptionType eventOutputOption
| Constructor Detail |
|---|
public GetEventByPrimaryKeyRequestType()
| Method Detail |
|---|
public EventPrimaryKeyType getEventPrimaryKey()
EventPrimaryKeyTypepublic void setEventPrimaryKey(EventPrimaryKeyType value)
value - allowed object is
EventPrimaryKeyTypepublic OutputOptionType getEventOutputOption()
OutputOptionTypepublic void setEventOutputOption(OutputOptionType value)
value - allowed object is
OutputOptionType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||