public static class MEDPRE.SegGrp9.SegGrp14.SegGrp16 extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="SEQ" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}SEQ-SequenceDetails"/>
<element name="DSG" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DSG-DosageAdministration" maxOccurs="9" minOccurs="0"/>
<element name="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity" maxOccurs="9" minOccurs="0"/>
<element name="INP" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}INP-PartiesAndInstruction" maxOccurs="9" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="9" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="9" minOccurs="0"/>
<element name="SCC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}SCC-SchedulingConditions" maxOccurs="9" minOccurs="0"/>
<element name="CIN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CIN-ClinicalInformation" maxOccurs="9" minOccurs="0"/>
<element name="PCI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCI-PackageIdentification" maxOccurs="9" minOccurs="0"/>
<element name="LAN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LAN-Language" minOccurs="0"/>
<element name="EQA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}EQA-AttachedEquipment" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp16() |
public SEQSequenceDetails getSEQ()
SEQSequenceDetailspublic void setSEQ(SEQSequenceDetails value)
value - allowed object is
SEQSequenceDetailspublic List<DSGDosageAdministration> getDSG()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the dsg property.
For example, to add a new item, do as follows:
getDSG().add(newItem);
Objects of the following type(s) are allowed in the list
DSGDosageAdministration
public List<QTYQuantity> getQTY()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the qty property.
For example, to add a new item, do as follows:
getQTY().add(newItem);
Objects of the following type(s) are allowed in the list
QTYQuantity
public List<INPPartiesAndInstruction> getINP()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the inp property.
For example, to add a new item, do as follows:
getINP().add(newItem);
Objects of the following type(s) are allowed in the list
INPPartiesAndInstruction
public List<DTMDateTimePeriod> getDTM()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the dtm property.
For example, to add a new item, do as follows:
getDTM().add(newItem);
Objects of the following type(s) are allowed in the list
DTMDateTimePeriod
public List<FTXFreeText> getFTX()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the ftx property.
For example, to add a new item, do as follows:
getFTX().add(newItem);
Objects of the following type(s) are allowed in the list
FTXFreeText
public List<SCCSchedulingConditions> getSCC()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the scc property.
For example, to add a new item, do as follows:
getSCC().add(newItem);
Objects of the following type(s) are allowed in the list
SCCSchedulingConditions
public List<CINClinicalInformation> getCIN()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the cin property.
For example, to add a new item, do as follows:
getCIN().add(newItem);
Objects of the following type(s) are allowed in the list
CINClinicalInformation
public List<PCIPackageIdentification> getPCI()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the pci property.
For example, to add a new item, do as follows:
getPCI().add(newItem);
Objects of the following type(s) are allowed in the list
PCIPackageIdentification
public LANLanguage getLAN()
LANLanguagepublic void setLAN(LANLanguage value)
value - allowed object is
LANLanguagepublic List<EQAAttachedEquipment> getEQA()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the eqa property.
For example, to add a new item, do as follows:
getEQA().add(newItem);
Objects of the following type(s) are allowed in the list
EQAAttachedEquipment
public MEDPRE.SegGrp9.SegGrp14.SegGrp16 withSEQ(SEQSequenceDetails value)
public MEDPRE.SegGrp9.SegGrp14.SegGrp16 withDSG(DSGDosageAdministration... values)
public MEDPRE.SegGrp9.SegGrp14.SegGrp16 withDSG(Collection<DSGDosageAdministration> values)
public MEDPRE.SegGrp9.SegGrp14.SegGrp16 withQTY(QTYQuantity... values)
public MEDPRE.SegGrp9.SegGrp14.SegGrp16 withQTY(Collection<QTYQuantity> values)
public MEDPRE.SegGrp9.SegGrp14.SegGrp16 withINP(INPPartiesAndInstruction... values)
public MEDPRE.SegGrp9.SegGrp14.SegGrp16 withINP(Collection<INPPartiesAndInstruction> values)
public MEDPRE.SegGrp9.SegGrp14.SegGrp16 withDTM(DTMDateTimePeriod... values)
public MEDPRE.SegGrp9.SegGrp14.SegGrp16 withDTM(Collection<DTMDateTimePeriod> values)
public MEDPRE.SegGrp9.SegGrp14.SegGrp16 withFTX(FTXFreeText... values)
public MEDPRE.SegGrp9.SegGrp14.SegGrp16 withFTX(Collection<FTXFreeText> values)
public MEDPRE.SegGrp9.SegGrp14.SegGrp16 withSCC(SCCSchedulingConditions... values)
public MEDPRE.SegGrp9.SegGrp14.SegGrp16 withSCC(Collection<SCCSchedulingConditions> values)
public MEDPRE.SegGrp9.SegGrp14.SegGrp16 withCIN(CINClinicalInformation... values)
public MEDPRE.SegGrp9.SegGrp14.SegGrp16 withCIN(Collection<CINClinicalInformation> values)
public MEDPRE.SegGrp9.SegGrp14.SegGrp16 withPCI(PCIPackageIdentification... values)
public MEDPRE.SegGrp9.SegGrp14.SegGrp16 withPCI(Collection<PCIPackageIdentification> values)
public MEDPRE.SegGrp9.SegGrp14.SegGrp16 withLAN(LANLanguage value)
public MEDPRE.SegGrp9.SegGrp14.SegGrp16 withEQA(EQAAttachedEquipment... values)
public MEDPRE.SegGrp9.SegGrp14.SegGrp16 withEQA(Collection<EQAAttachedEquipment> values)
Copyright © 2020. All rights reserved.