|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.cin.nip.async.business.GenericResponse
@Generated(value="com.sun.tools.xjc.Driver",
date="2023-09-11T04:29:47+02:00",
comments="JAXB RI v2.3.6")
public class GenericResponse
Java class for GenericResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GenericResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:be:cin:mycarenet:1.0:carenet:types}CareReceiverId"/>
<element name="insRequest" type="{urn:be:cin:mycarenet:1.0:carenet:types}InsurabilityRequestDetailType"/>
<element name="ExtendedInformation" type="{urn:be:cin:nip:async:business}SamlAttributeType" minOccurs="0"/>
<choice>
<sequence>
<element name="MessageFault" type="{urn:be:cin:mycarenet:1.0:carenet:types}MessageFaultType" minOccurs="0"/>
</sequence>
<sequence>
<element ref="{urn:be:cin:mycarenet:1.0:carenet:types}CareReceiverDetail"/>
<element ref="{urn:be:cin:mycarenet:1.0:carenet:types}InsurabilityResponseDetail"/>
</sequence>
</choice>
</sequence>
<attribute name="recordInputReference" type="{urn:be:cin:mycarenet:1.0:carenet:types}MessageReferenceType" />
<attribute name="recordOutputReference" type="{urn:be:cin:mycarenet:1.0:carenet:types}MessageReferenceType" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
GenericResponse()
|
|
| Method Summary | |
|---|---|
CareReceiverDetailType |
getCareReceiverDetail()
Some detailed information about the care receiver. |
CareReceiverId |
getCareReceiverId()
The identification of the care receiver. |
SamlAttributeType |
getExtendedInformation()
Gets the value of the extendedInformation property. |
InsurabilityRequestDetail |
getInsRequest()
Gets the value of the insRequest property. |
InsurabilityResponseDetail |
getInsurabilityResponseDetail()
Gets the value of the insurabilityResponseDetail property. |
MessageFaultType |
getMessageFault()
Gets the value of the messageFault property. |
String |
getRecordInputReference()
Gets the value of the recordInputReference property. |
String |
getRecordOutputReference()
Gets the value of the recordOutputReference property. |
void |
setCareReceiverDetail(CareReceiverDetailType value)
Sets the value of the careReceiverDetail property. |
void |
setCareReceiverId(CareReceiverId value)
Sets the value of the careReceiverId property. |
void |
setExtendedInformation(SamlAttributeType value)
Sets the value of the extendedInformation property. |
void |
setInsRequest(InsurabilityRequestDetail value)
Sets the value of the insRequest property. |
void |
setInsurabilityResponseDetail(InsurabilityResponseDetail value)
Sets the value of the insurabilityResponseDetail property. |
void |
setMessageFault(MessageFaultType value)
Sets the value of the messageFault property. |
void |
setRecordInputReference(String value)
Sets the value of the recordInputReference property. |
void |
setRecordOutputReference(String value)
Sets the value of the recordOutputReference property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GenericResponse()
| Method Detail |
|---|
public CareReceiverId getCareReceiverId()
CareReceiverIdpublic void setCareReceiverId(CareReceiverId value)
value - allowed object is
CareReceiverIdpublic InsurabilityRequestDetail getInsRequest()
InsurabilityRequestDetailpublic void setInsRequest(InsurabilityRequestDetail value)
value - allowed object is
InsurabilityRequestDetailpublic SamlAttributeType getExtendedInformation()
SamlAttributeTypepublic void setExtendedInformation(SamlAttributeType value)
value - allowed object is
SamlAttributeTypepublic CareReceiverDetailType getCareReceiverDetail()
CareReceiverDetailTypepublic void setCareReceiverDetail(CareReceiverDetailType value)
value - allowed object is
CareReceiverDetailTypepublic InsurabilityResponseDetail getInsurabilityResponseDetail()
InsurabilityResponseDetailpublic void setInsurabilityResponseDetail(InsurabilityResponseDetail value)
value - allowed object is
InsurabilityResponseDetailpublic MessageFaultType getMessageFault()
MessageFaultTypepublic void setMessageFault(MessageFaultType value)
value - allowed object is
MessageFaultTypepublic String getRecordInputReference()
Stringpublic void setRecordInputReference(String value)
value - allowed object is
Stringpublic String getRecordOutputReference()
Stringpublic void setRecordOutputReference(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||