public static class MEDPRE.SegGrp9.SegGrp12.SegGrp13 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="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>
| Constructor and Description |
|---|
SegGrp13() |
public ICDInsuranceCoverDescription getICD()
ICDInsuranceCoverDescriptionpublic void setICD(ICDInsuranceCoverDescription value)
value - allowed object is
ICDInsuranceCoverDescriptionpublic List<ALCAllowanceOrCharge> getALC()
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 alc property.
For example, to add a new item, do as follows:
getALC().add(newItem);
Objects of the following type(s) are allowed in the list
ALCAllowanceOrCharge
public PCDPercentageDetails getPCD()
PCDPercentageDetailspublic void setPCD(PCDPercentageDetails value)
value - allowed object is
PCDPercentageDetailspublic 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<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<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 MEDPRE.SegGrp9.SegGrp12.SegGrp13 withICD(ICDInsuranceCoverDescription value)
public MEDPRE.SegGrp9.SegGrp12.SegGrp13 withALC(ALCAllowanceOrCharge... values)
public MEDPRE.SegGrp9.SegGrp12.SegGrp13 withALC(Collection<ALCAllowanceOrCharge> values)
public MEDPRE.SegGrp9.SegGrp12.SegGrp13 withPCD(PCDPercentageDetails value)
public MEDPRE.SegGrp9.SegGrp12.SegGrp13 withMOA(MOAMonetaryAmount... values)
public MEDPRE.SegGrp9.SegGrp12.SegGrp13 withMOA(Collection<MOAMonetaryAmount> values)
public MEDPRE.SegGrp9.SegGrp12.SegGrp13 withIDE(IDEIdentity... values)
public MEDPRE.SegGrp9.SegGrp12.SegGrp13 withIDE(Collection<IDEIdentity> values)
public MEDPRE.SegGrp9.SegGrp12.SegGrp13 withDTM(DTMDateTimePeriod... values)
public MEDPRE.SegGrp9.SegGrp12.SegGrp13 withDTM(Collection<DTMDateTimePeriod> values)
Copyright © 2020. All rights reserved.