public static class MEDRPT.SegGrp2.SegGrp6.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="LIN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LIN-LineItem"/>
<element name="GEI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GEI-ProcessingInformation"/>
<element name="RSL" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RSL-Result" minOccurs="0"/>
<element name="CCI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CCI-CharacteristicClassId" maxOccurs="99"/>
<element name="CIN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CIN-ClinicalInformation" maxOccurs="9" minOccurs="0"/>
<element name="SEQ" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}SEQ-SequenceDetails" minOccurs="0"/>
<element name="STS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}STS-Status" 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="99" minOccurs="0"/>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount" maxOccurs="9" minOccurs="0"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="99" minOccurs="0"/>
<element name="EQD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}EQD-EquipmentDetails" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="SegGrp-17" maxOccurs="99" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="REL" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}REL-Relationship"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="99" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-18" maxOccurs="99" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="RSL" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RSL-Result"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="9" minOccurs="0"/>
<element name="CCI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CCI-CharacteristicClassId" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
MEDRPT.SegGrp2.SegGrp6.SegGrp16.SegGrp17
Java class for anonymous complex type.
|
static class |
MEDRPT.SegGrp2.SegGrp6.SegGrp16.SegGrp18
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp16() |
public LINLineItem getLIN()
LINLineItempublic void setLIN(LINLineItem value)
value - allowed object is
LINLineItempublic GEIProcessingInformation getGEI()
GEIProcessingInformationpublic void setGEI(GEIProcessingInformation value)
value - allowed object is
GEIProcessingInformationpublic RSLResult getRSL()
RSLResultpublic void setRSL(RSLResult value)
value - allowed object is
RSLResultpublic List<CCICharacteristicClassId> getCCI()
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 cci property.
For example, to add a new item, do as follows:
getCCI().add(newItem);
Objects of the following type(s) are allowed in the list
CCICharacteristicClassId
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 SEQSequenceDetails getSEQ()
SEQSequenceDetailspublic void setSEQ(SEQSequenceDetails value)
value - allowed object is
SEQSequenceDetailspublic STSStatus getSTS()
STSStatuspublic void setSTS(STSStatus value)
value - allowed object is
STSStatuspublic 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<MOAMonetaryAmount> getMOA()
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 moa property.
For example, to add a new item, do as follows:
getMOA().add(newItem);
Objects of the following type(s) are allowed in the list
MOAMonetaryAmount
public List<RFFReference> getRFF()
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 rff property.
For example, to add a new item, do as follows:
getRFF().add(newItem);
Objects of the following type(s) are allowed in the list
RFFReference
public List<EQDEquipmentDetails> getEQD()
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 eqd property.
For example, to add a new item, do as follows:
getEQD().add(newItem);
Objects of the following type(s) are allowed in the list
EQDEquipmentDetails
public List<MEDRPT.SegGrp2.SegGrp6.SegGrp16.SegGrp17> getSegGrp17()
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 segGrp17 property.
For example, to add a new item, do as follows:
getSegGrp17().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp6 .SegGrp16 .SegGrp17
public List<MEDRPT.SegGrp2.SegGrp6.SegGrp16.SegGrp18> getSegGrp18()
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 segGrp18 property.
For example, to add a new item, do as follows:
getSegGrp18().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp6 .SegGrp16 .SegGrp18
public MEDRPT.SegGrp2.SegGrp6.SegGrp16 withLIN(LINLineItem value)
public MEDRPT.SegGrp2.SegGrp6.SegGrp16 withGEI(GEIProcessingInformation value)
public MEDRPT.SegGrp2.SegGrp6.SegGrp16 withRSL(RSLResult value)
public MEDRPT.SegGrp2.SegGrp6.SegGrp16 withCCI(CCICharacteristicClassId... values)
public MEDRPT.SegGrp2.SegGrp6.SegGrp16 withCCI(Collection<CCICharacteristicClassId> values)
public MEDRPT.SegGrp2.SegGrp6.SegGrp16 withCIN(CINClinicalInformation... values)
public MEDRPT.SegGrp2.SegGrp6.SegGrp16 withCIN(Collection<CINClinicalInformation> values)
public MEDRPT.SegGrp2.SegGrp6.SegGrp16 withSEQ(SEQSequenceDetails value)
public MEDRPT.SegGrp2.SegGrp6.SegGrp16 withSTS(STSStatus value)
public MEDRPT.SegGrp2.SegGrp6.SegGrp16 withDTM(DTMDateTimePeriod... values)
public MEDRPT.SegGrp2.SegGrp6.SegGrp16 withDTM(Collection<DTMDateTimePeriod> values)
public MEDRPT.SegGrp2.SegGrp6.SegGrp16 withFTX(FTXFreeText... values)
public MEDRPT.SegGrp2.SegGrp6.SegGrp16 withFTX(Collection<FTXFreeText> values)
public MEDRPT.SegGrp2.SegGrp6.SegGrp16 withMOA(MOAMonetaryAmount... values)
public MEDRPT.SegGrp2.SegGrp6.SegGrp16 withMOA(Collection<MOAMonetaryAmount> values)
public MEDRPT.SegGrp2.SegGrp6.SegGrp16 withRFF(RFFReference... values)
public MEDRPT.SegGrp2.SegGrp6.SegGrp16 withRFF(Collection<RFFReference> values)
public MEDRPT.SegGrp2.SegGrp6.SegGrp16 withEQD(EQDEquipmentDetails... values)
public MEDRPT.SegGrp2.SegGrp6.SegGrp16 withEQD(Collection<EQDEquipmentDetails> values)
public MEDRPT.SegGrp2.SegGrp6.SegGrp16 withSegGrp17(MEDRPT.SegGrp2.SegGrp6.SegGrp16.SegGrp17... values)
public MEDRPT.SegGrp2.SegGrp6.SegGrp16 withSegGrp17(Collection<MEDRPT.SegGrp2.SegGrp6.SegGrp16.SegGrp17> values)
public MEDRPT.SegGrp2.SegGrp6.SegGrp16 withSegGrp18(MEDRPT.SegGrp2.SegGrp6.SegGrp16.SegGrp18... values)
public MEDRPT.SegGrp2.SegGrp6.SegGrp16 withSegGrp18(Collection<MEDRPT.SegGrp2.SegGrp6.SegGrp16.SegGrp18> values)
Copyright © 2020. All rights reserved.