|
||||||||||
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.ResponseDetailType
@Generated(value="com.sun.tools.xjc.Driver", date="2020-09-28T09:47:21+02:00", comments="JAXB RI v2.2.11") public class ResponseDetailType
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 Summary | |
---|---|
ResponseDetailType()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResponseDetailType()
Method Detail |
---|
public String getConsultantDoctor()
String
public void setConsultantDoctor(String value)
value
- allowed object is
String
public DecisionType getDecision()
DecisionType
public void setDecision(DecisionType value)
value
- allowed object is
DecisionType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |