|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.cin.mycarenet._1_0.carenet.types.DecisionType
@Generated(value="com.sun.tools.xjc.Driver",
date="2024-04-05T05:05:47+02:00",
comments="JAXB RI v2.3.6")
public class DecisionTypeThe Decision type is used to express the result of a decision done by the Consultant Doctor.
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 Summary | |
|---|---|
DecisionType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DecisionType()
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||