|
||||||||||
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="2024-09-05T10:50:54+02:00", comments="JAXB RI v2.3.6") 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()
ConsultCarmedDataType
public void setSelectionCriteria(ConsultCarmedDataType value)
value
- allowed object is
ConsultCarmedDataType
public CarmedAttributedListType getResult()
CarmedAttributedListType
public 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 |