public class CINClinicalInformation extends Object
Java class for CIN-ClinicalInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CIN-ClinicalInformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E6415" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6415-ClinicalInformationTypeCodeQualifier"/>
<element name="C836" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C836-ClinicalInformationDetails" minOccurs="0"/>
<element name="C837" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C837-CertaintyDetails" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CINClinicalInformation() |
| Modifier and Type | Method and Description |
|---|---|
C836ClinicalInformationDetails |
getC836()
Gets the value of the c836 property.
|
C837CertaintyDetails |
getC837()
Gets the value of the c837 property.
|
String |
getE6415()
Gets the value of the e6415 property.
|
void |
setC836(C836ClinicalInformationDetails value)
Sets the value of the c836 property.
|
void |
setC837(C837CertaintyDetails value)
Sets the value of the c837 property.
|
void |
setE6415(String value)
Sets the value of the e6415 property.
|
CINClinicalInformation |
withC836(C836ClinicalInformationDetails value) |
CINClinicalInformation |
withC837(C837CertaintyDetails value) |
CINClinicalInformation |
withE6415(String value) |
public String getE6415()
Stringpublic void setE6415(String value)
value - allowed object is
Stringpublic C836ClinicalInformationDetails getC836()
C836ClinicalInformationDetailspublic void setC836(C836ClinicalInformationDetails value)
value - allowed object is
C836ClinicalInformationDetailspublic C837CertaintyDetails getC837()
C837CertaintyDetailspublic void setC837(C837CertaintyDetails value)
value - allowed object is
C837CertaintyDetailspublic CINClinicalInformation withE6415(String value)
public CINClinicalInformation withC836(C836ClinicalInformationDetails value)
public CINClinicalInformation withC837(C837CertaintyDetails value)
Copyright © 2020. All rights reserved.