|
||||||||||
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="2020-09-28T09:47:21+02:00", comments="JAXB RI v2.2.11") public class DecisionType
The 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()
String
public void setReference(String value)
value
- allowed object is
String
public String getReason()
String
public void setReason(String value)
value
- allowed object is
String
public String getJustification()
String
public void setJustification(String value)
value
- allowed object is
String
public DecisionResultType getResult()
DecisionResultType
public 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 |