public static class MEDPRE.SegGrp9.SegGrp12 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="FCA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FCA-FinancialChargesAllocation"/>
<element name="PNA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PNA-PartyIdentification" maxOccurs="9" minOccurs="0"/>
<element name="IDE" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IDE-Identity" maxOccurs="9" minOccurs="0"/>
<element name="RCS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RCS-RequirementsAndConditions" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="SegGrp-13" maxOccurs="9" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="ICD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ICD-InsuranceCoverDescription"/>
<element name="ALC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ALC-AllowanceOrCharge" maxOccurs="9" minOccurs="0"/>
<element name="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCD-PercentageDetails" minOccurs="0"/>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount" maxOccurs="9" minOccurs="0"/>
<element name="IDE" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IDE-Identity" maxOccurs="9" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
MEDPRE.SegGrp9.SegGrp12.SegGrp13
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp12() |
public FCAFinancialChargesAllocation getFCA()
FCAFinancialChargesAllocationpublic void setFCA(FCAFinancialChargesAllocation value)
value - allowed object is
FCAFinancialChargesAllocationpublic 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<IDEIdentity> getIDE()
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 ide property.
For example, to add a new item, do as follows:
getIDE().add(newItem);
Objects of the following type(s) are allowed in the list
IDEIdentity
public List<RCSRequirementsAndConditions> getRCS()
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 rcs property.
For example, to add a new item, do as follows:
getRCS().add(newItem);
Objects of the following type(s) are allowed in the list
RCSRequirementsAndConditions
public List<MEDPRE.SegGrp9.SegGrp12.SegGrp13> getSegGrp13()
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 segGrp13 property.
For example, to add a new item, do as follows:
getSegGrp13().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp12 .SegGrp13
public MEDPRE.SegGrp9.SegGrp12 withFCA(FCAFinancialChargesAllocation value)
public MEDPRE.SegGrp9.SegGrp12 withPNA(PNAPartyIdentification... values)
public MEDPRE.SegGrp9.SegGrp12 withPNA(Collection<PNAPartyIdentification> values)
public MEDPRE.SegGrp9.SegGrp12 withIDE(IDEIdentity... values)
public MEDPRE.SegGrp9.SegGrp12 withIDE(Collection<IDEIdentity> values)
public MEDPRE.SegGrp9.SegGrp12 withRCS(RCSRequirementsAndConditions... values)
public MEDPRE.SegGrp9.SegGrp12 withRCS(Collection<RCSRequirementsAndConditions> values)
public MEDPRE.SegGrp9.SegGrp12 withSegGrp13(MEDPRE.SegGrp9.SegGrp12.SegGrp13... values)
public MEDPRE.SegGrp9.SegGrp12 withSegGrp13(Collection<MEDPRE.SegGrp9.SegGrp12.SegGrp13> values)
Copyright © 2020. All rights reserved.