public static class ICASRP.SegGrp14.SegGrp17.SegGrp18 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="TCC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TCC-ChargeRateCalculations"/>
<element name="IDE" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IDE-Identity" maxOccurs="9" minOccurs="0"/>
<element name="ATT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ATT-Attribute" maxOccurs="9" minOccurs="0"/>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount" maxOccurs="9" minOccurs="0"/>
<element name="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCD-PercentageDetails" maxOccurs="9" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="SegGrp-19" maxOccurs="99" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="COT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}COT-ContributionDetails"/>
<element name="IDE" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IDE-Identity" maxOccurs="9" minOccurs="0"/>
<element name="ATT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ATT-Attribute" maxOccurs="9" minOccurs="0"/>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount" maxOccurs="9" minOccurs="0"/>
<element name="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCD-PercentageDetails" maxOccurs="5" minOccurs="0"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="9" minOccurs="0"/>
<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>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ICASRP.SegGrp14.SegGrp17.SegGrp18.SegGrp19
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp18() |
public TCCChargeRateCalculations getTCC()
TCCChargeRateCalculationspublic void setTCC(TCCChargeRateCalculations value)
value - allowed object is
TCCChargeRateCalculationspublic 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<ATTAttribute> getATT()
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 att property.
For example, to add a new item, do as follows:
getATT().add(newItem);
Objects of the following type(s) are allowed in the list
ATTAttribute
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<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<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<ICASRP.SegGrp14.SegGrp17.SegGrp18.SegGrp19> getSegGrp19()
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 segGrp19 property.
For example, to add a new item, do as follows:
getSegGrp19().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp17 .SegGrp18 .SegGrp19
public ICASRP.SegGrp14.SegGrp17.SegGrp18 withTCC(TCCChargeRateCalculations value)
public ICASRP.SegGrp14.SegGrp17.SegGrp18 withIDE(IDEIdentity... values)
public ICASRP.SegGrp14.SegGrp17.SegGrp18 withIDE(Collection<IDEIdentity> values)
public ICASRP.SegGrp14.SegGrp17.SegGrp18 withATT(ATTAttribute... values)
public ICASRP.SegGrp14.SegGrp17.SegGrp18 withATT(Collection<ATTAttribute> values)
public ICASRP.SegGrp14.SegGrp17.SegGrp18 withMOA(MOAMonetaryAmount... values)
public ICASRP.SegGrp14.SegGrp17.SegGrp18 withMOA(Collection<MOAMonetaryAmount> values)
public ICASRP.SegGrp14.SegGrp17.SegGrp18 withPCD(PCDPercentageDetails... values)
public ICASRP.SegGrp14.SegGrp17.SegGrp18 withPCD(Collection<PCDPercentageDetails> values)
public ICASRP.SegGrp14.SegGrp17.SegGrp18 withFTX(FTXFreeText... values)
public ICASRP.SegGrp14.SegGrp17.SegGrp18 withFTX(Collection<FTXFreeText> values)
public ICASRP.SegGrp14.SegGrp17.SegGrp18 withSegGrp19(ICASRP.SegGrp14.SegGrp17.SegGrp18.SegGrp19... values)
public ICASRP.SegGrp14.SegGrp17.SegGrp18 withSegGrp19(Collection<ICASRP.SegGrp14.SegGrp17.SegGrp18.SegGrp19> values)
Copyright © 2020. All rights reserved.