@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:27:12+02:00", comments="JAXB RI v2.2.11") public class DecisionType extends Object implements Serializable
Java class for DecisionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DecisionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Reference" type="{urn:be:cin:mycarenet:1.0:carenet:types}DecisionReferenceType"/>
<element name="Reason" type="{urn:be:cin:mycarenet:1.0:carenet:types}RejectionReasonType" minOccurs="0"/>
<element name="Justification" type="{urn:be:cin:mycarenet:1.0:carenet:types}String_150" minOccurs="0"/>
</sequence>
<attribute name="result" use="required" type="{urn:be:cin:mycarenet:1.0:carenet:types}DecisionResultType" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
DecisionType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJustification()
Gets the value of the justification property.
|
String |
getReason()
Gets the value of the reason property.
|
String |
getReference()
Gets the value of the reference property.
|
DecisionResultType |
getResult()
Gets the value of the result property.
|
void |
setJustification(String value)
Sets the value of the justification property.
|
void |
setReason(String value)
Sets the value of the reason property.
|
void |
setReference(String value)
Sets the value of the reference property.
|
void |
setResult(DecisionResultType value)
Sets the value of the result property.
|
public String getReference()
Stringpublic void setReference(String value)
value - allowed object is
Stringpublic String getReason()
Stringpublic void setReason(String value)
value - allowed object is
Stringpublic String getJustification()
Stringpublic void setJustification(String value)
value - allowed object is
Stringpublic DecisionResultType getResult()
DecisionResultTypepublic void setResult(DecisionResultType value)
value - allowed object is
DecisionResultType
Connector Packaging generic 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.