public static class MEDRUC.SegGrp7.SegGrp11.SegGrp15 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="CLI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CLI-ClinicalIntervention"/>
<element name="GEI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GEI-ProcessingInformation" minOccurs="0"/>
<element name="IMD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IMD-ItemDescription" maxOccurs="9" minOccurs="0"/>
<element name="CIN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CIN-ClinicalInformation" maxOccurs="99" minOccurs="0"/>
<element name="PNA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PNA-PartyIdentification" maxOccurs="99" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="99" minOccurs="0"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="99" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="99" minOccurs="0"/>
<element name="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity" maxOccurs="99" minOccurs="0"/>
<element name="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCD-PercentageDetails" maxOccurs="99" minOccurs="0"/>
<element name="PAC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PAC-Package" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="SegGrp-16" maxOccurs="99" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount"/>
<element name="TAX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TAX-DutyTaxFeeDetails" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-17" maxOccurs="99" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="RCS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RCS-RequirementsAndConditions"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="9" 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="EQD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}EQD-EquipmentDetails"/>
<element name="SEQ" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}SEQ-SequenceDetails" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
MEDRUC.SegGrp7.SegGrp11.SegGrp15.SegGrp16
Java class for anonymous complex type.
|
static class |
MEDRUC.SegGrp7.SegGrp11.SegGrp15.SegGrp17
Java class for anonymous complex type.
|
static class |
MEDRUC.SegGrp7.SegGrp11.SegGrp15.SegGrp18
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp15() |
public CLIClinicalIntervention getCLI()
CLIClinicalInterventionpublic void setCLI(CLIClinicalIntervention value)
value - allowed object is
CLIClinicalInterventionpublic GEIProcessingInformation getGEI()
GEIProcessingInformationpublic void setGEI(GEIProcessingInformation value)
value - allowed object is
GEIProcessingInformationpublic List<IMDItemDescription> getIMD()
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 imd property.
For example, to add a new item, do as follows:
getIMD().add(newItem);
Objects of the following type(s) are allowed in the list
IMDItemDescription
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<PNAPartyIdentification> getPNA()
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 pna property.
For example, to add a new item, do as follows:
getPNA().add(newItem);
Objects of the following type(s) are allowed in the list
PNAPartyIdentification
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<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<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<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<PCDPercentageDetails> getPCD()
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 pcd property.
For example, to add a new item, do as follows:
getPCD().add(newItem);
Objects of the following type(s) are allowed in the list
PCDPercentageDetails
public List<PACPackage> getPAC()
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 pac property.
For example, to add a new item, do as follows:
getPAC().add(newItem);
Objects of the following type(s) are allowed in the list
PACPackage
public List<MEDRUC.SegGrp7.SegGrp11.SegGrp15.SegGrp16> getSegGrp16()
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 segGrp16 property.
For example, to add a new item, do as follows:
getSegGrp16().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp11 .SegGrp15 .SegGrp16
public List<MEDRUC.SegGrp7.SegGrp11.SegGrp15.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
.SegGrp11 .SegGrp15 .SegGrp17
public List<MEDRUC.SegGrp7.SegGrp11.SegGrp15.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
.SegGrp11 .SegGrp15 .SegGrp18
public MEDRUC.SegGrp7.SegGrp11.SegGrp15 withCLI(CLIClinicalIntervention value)
public MEDRUC.SegGrp7.SegGrp11.SegGrp15 withGEI(GEIProcessingInformation value)
public MEDRUC.SegGrp7.SegGrp11.SegGrp15 withIMD(IMDItemDescription... values)
public MEDRUC.SegGrp7.SegGrp11.SegGrp15 withIMD(Collection<IMDItemDescription> values)
public MEDRUC.SegGrp7.SegGrp11.SegGrp15 withCIN(CINClinicalInformation... values)
public MEDRUC.SegGrp7.SegGrp11.SegGrp15 withCIN(Collection<CINClinicalInformation> values)
public MEDRUC.SegGrp7.SegGrp11.SegGrp15 withPNA(PNAPartyIdentification... values)
public MEDRUC.SegGrp7.SegGrp11.SegGrp15 withPNA(Collection<PNAPartyIdentification> values)
public MEDRUC.SegGrp7.SegGrp11.SegGrp15 withDTM(DTMDateTimePeriod... values)
public MEDRUC.SegGrp7.SegGrp11.SegGrp15 withDTM(Collection<DTMDateTimePeriod> values)
public MEDRUC.SegGrp7.SegGrp11.SegGrp15 withRFF(RFFReference... values)
public MEDRUC.SegGrp7.SegGrp11.SegGrp15 withRFF(Collection<RFFReference> values)
public MEDRUC.SegGrp7.SegGrp11.SegGrp15 withFTX(FTXFreeText... values)
public MEDRUC.SegGrp7.SegGrp11.SegGrp15 withFTX(Collection<FTXFreeText> values)
public MEDRUC.SegGrp7.SegGrp11.SegGrp15 withQTY(QTYQuantity... values)
public MEDRUC.SegGrp7.SegGrp11.SegGrp15 withQTY(Collection<QTYQuantity> values)
public MEDRUC.SegGrp7.SegGrp11.SegGrp15 withPCD(PCDPercentageDetails... values)
public MEDRUC.SegGrp7.SegGrp11.SegGrp15 withPCD(Collection<PCDPercentageDetails> values)
public MEDRUC.SegGrp7.SegGrp11.SegGrp15 withPAC(PACPackage... values)
public MEDRUC.SegGrp7.SegGrp11.SegGrp15 withPAC(Collection<PACPackage> values)
public MEDRUC.SegGrp7.SegGrp11.SegGrp15 withSegGrp16(MEDRUC.SegGrp7.SegGrp11.SegGrp15.SegGrp16... values)
public MEDRUC.SegGrp7.SegGrp11.SegGrp15 withSegGrp16(Collection<MEDRUC.SegGrp7.SegGrp11.SegGrp15.SegGrp16> values)
public MEDRUC.SegGrp7.SegGrp11.SegGrp15 withSegGrp17(MEDRUC.SegGrp7.SegGrp11.SegGrp15.SegGrp17... values)
public MEDRUC.SegGrp7.SegGrp11.SegGrp15 withSegGrp17(Collection<MEDRUC.SegGrp7.SegGrp11.SegGrp15.SegGrp17> values)
public MEDRUC.SegGrp7.SegGrp11.SegGrp15 withSegGrp18(MEDRUC.SegGrp7.SegGrp11.SegGrp15.SegGrp18... values)
public MEDRUC.SegGrp7.SegGrp11.SegGrp15 withSegGrp18(Collection<MEDRUC.SegGrp7.SegGrp11.SegGrp15.SegGrp18> values)
Copyright © 2020. All rights reserved.