|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.commons.protocol.v2.ResponseType
be.fgov.ehealth.commons.protocol.v2.StatusResponseType
be.fgov.ehealth.mediprima.protocol.v1.ConsultCarmedInterventionResponse
@Generated(value="com.sun.tools.xjc.Driver",
date="2020-09-28T09:52:43+02:00",
comments="JAXB RI v2.2.11")
public class ConsultCarmedInterventionResponse
Java class for ConsultCarmedInterventionResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConsultCarmedInterventionResponseType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:commons:protocol:v2}StatusResponseType">
<sequence>
<element name="SelectionCriteria" type="{urn:be:fgov:ehealth:mediprima:core:v1}ConsultCarmedDataType"/>
<element name="Result" type="{urn:be:fgov:ehealth:mediprima:core:v1}CarmedAttributedListType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ConsultCarmedInterventionResponse()
|
|
| Method Summary | |
|---|---|
CarmedAttributedListType |
getResult()
Gets the value of the result property. |
ConsultCarmedDataType |
getSelectionCriteria()
Gets the value of the selectionCriteria property. |
void |
setResult(CarmedAttributedListType value)
Sets the value of the result property. |
void |
setSelectionCriteria(ConsultCarmedDataType value)
Sets the value of the selectionCriteria property. |
| Methods inherited from class be.fgov.ehealth.commons.protocol.v2.StatusResponseType |
|---|
getStatus, setStatus |
| Methods inherited from class be.fgov.ehealth.commons.protocol.v2.ResponseType |
|---|
getId, getInResponseTo, getIssueInstant, setId, setInResponseTo, setIssueInstant |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConsultCarmedInterventionResponse()
| Method Detail |
|---|
public ConsultCarmedDataType getSelectionCriteria()
ConsultCarmedDataTypepublic void setSelectionCriteria(ConsultCarmedDataType value)
value - allowed object is
ConsultCarmedDataTypepublic CarmedAttributedListType getResult()
CarmedAttributedListTypepublic void setResult(CarmedAttributedListType value)
value - allowed object is
CarmedAttributedListType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||