public static class RECALC.SegGrp2.SegGrp3 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="ARD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ARD-MonetaryAmountFunction"/>
</sequence>
<element name="SegGrp-4" maxOccurs="99">
<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="GEI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GEI-ProcessingInformation" 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="2" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="SegGrp-5" maxOccurs="9" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="2" minOccurs="0"/>
<element name="COM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}COM-CommunicationContact" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-6" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="CUX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CUX-Currencies"/>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount" minOccurs="0"/>
<element name="AJT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}AJT-AdjustmentDetails"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
RECALC.SegGrp2.SegGrp3.SegGrp4
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp3() |
| Modifier and Type | Method and Description |
|---|---|
ARDMonetaryAmountFunction |
getARD()
Gets the value of the ard property.
|
List<RECALC.SegGrp2.SegGrp3.SegGrp4> |
getSegGrp4()
Gets the value of the segGrp4 property.
|
void |
setARD(ARDMonetaryAmountFunction value)
Sets the value of the ard property.
|
RECALC.SegGrp2.SegGrp3 |
withARD(ARDMonetaryAmountFunction value) |
RECALC.SegGrp2.SegGrp3 |
withSegGrp4(Collection<RECALC.SegGrp2.SegGrp3.SegGrp4> values) |
RECALC.SegGrp2.SegGrp3 |
withSegGrp4(RECALC.SegGrp2.SegGrp3.SegGrp4... values) |
public ARDMonetaryAmountFunction getARD()
ARDMonetaryAmountFunctionpublic void setARD(ARDMonetaryAmountFunction value)
value - allowed object is
ARDMonetaryAmountFunctionpublic List<RECALC.SegGrp2.SegGrp3.SegGrp4> getSegGrp4()
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 segGrp4 property.
For example, to add a new item, do as follows:
getSegGrp4().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp3 .SegGrp4
public RECALC.SegGrp2.SegGrp3 withARD(ARDMonetaryAmountFunction value)
public RECALC.SegGrp2.SegGrp3 withSegGrp4(RECALC.SegGrp2.SegGrp3.SegGrp4... values)
public RECALC.SegGrp2.SegGrp3 withSegGrp4(Collection<RECALC.SegGrp2.SegGrp3.SegGrp4> values)
Copyright © 2020. All rights reserved.