@Generated(value="com.sun.tools.xjc.Driver", date="2022-12-09T11:07:47+01:00", comments="JAXB RI v2.2.11") public class ResponseDetailType extends Object implements Serializable
Java class for ResponseDetailType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResponseDetailType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ConsultantDoctor" type="{urn:be:cin:mycarenet:1.0:carenet:types}NihiiType"/>
<element name="Decision" type="{urn:be:cin:mycarenet:1.0:carenet:types}DecisionType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ResponseDetailType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConsultantDoctor()
Gets the value of the consultantDoctor property.
|
DecisionType |
getDecision()
Gets the value of the decision property.
|
void |
setConsultantDoctor(String value)
Sets the value of the consultantDoctor property.
|
void |
setDecision(DecisionType value)
Sets the value of the decision property.
|
public String getConsultantDoctor()
Stringpublic void setConsultantDoctor(String value)
value - allowed object is
Stringpublic DecisionType getDecision()
DecisionTypepublic void setDecision(DecisionType value)
value - allowed object is
DecisionType
Connector Packaging generic 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.