public class CLIClinicalIntervention extends Object
Java class for CLI-ClinicalIntervention complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CLI-ClinicalIntervention">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E9441" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9441-ClinicalInterventionTypeCodeQualifier"/>
<element name="C828" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C828-ClinicalInterventionDetails" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CLIClinicalIntervention() |
| Modifier and Type | Method and Description |
|---|---|
C828ClinicalInterventionDetails |
getC828()
Gets the value of the c828 property.
|
String |
getE9441()
Gets the value of the e9441 property.
|
void |
setC828(C828ClinicalInterventionDetails value)
Sets the value of the c828 property.
|
void |
setE9441(String value)
Sets the value of the e9441 property.
|
CLIClinicalIntervention |
withC828(C828ClinicalInterventionDetails value) |
CLIClinicalIntervention |
withE9441(String value) |
public String getE9441()
Stringpublic void setE9441(String value)
value - allowed object is
Stringpublic C828ClinicalInterventionDetails getC828()
C828ClinicalInterventionDetailspublic void setC828(C828ClinicalInterventionDetails value)
value - allowed object is
C828ClinicalInterventionDetailspublic CLIClinicalIntervention withE9441(String value)
public CLIClinicalIntervention withC828(C828ClinicalInterventionDetails value)
Copyright © 2020. All rights reserved.