public class DSGDosageAdministration extends Object
Java class for DSG-DosageAdministration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DSG-DosageAdministration">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E6085" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6085-DosageAdministrationCodeQualifier"/>
<element name="C838" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C838-DosageDetails" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
DSGDosageAdministration() |
| Modifier and Type | Method and Description |
|---|---|
C838DosageDetails |
getC838()
Gets the value of the c838 property.
|
String |
getE6085()
Gets the value of the e6085 property.
|
void |
setC838(C838DosageDetails value)
Sets the value of the c838 property.
|
void |
setE6085(String value)
Sets the value of the e6085 property.
|
DSGDosageAdministration |
withC838(C838DosageDetails value) |
DSGDosageAdministration |
withE6085(String value) |
public String getE6085()
Stringpublic void setE6085(String value)
value - allowed object is
Stringpublic C838DosageDetails getC838()
C838DosageDetailspublic void setC838(C838DosageDetails value)
value - allowed object is
C838DosageDetailspublic DSGDosageAdministration withE6085(String value)
public DSGDosageAdministration withC838(C838DosageDetails value)
Copyright © 2020. All rights reserved.