public static class RETACC.SegGrp2 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="CUX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CUX-Currencies"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="5"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" minOccurs="0"/>
</sequence>
<element name="SegGrp-3" maxOccurs="999">
<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="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="10"/>
<element name="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCD-PercentageDetails" maxOccurs="2" minOccurs="0"/>
<element name="GEI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GEI-ProcessingInformation" maxOccurs="10" minOccurs="0"/>
<element name="LOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LOC-PlaceLocationIdentification" maxOccurs="9" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="3" minOccurs="0"/>
</sequence>
<element name="SegGrp-4" 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" 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>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
RETACC.SegGrp2.SegGrp3
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp2() |
| Modifier and Type | Method and Description |
|---|---|
CUXCurrencies |
getCUX()
Gets the value of the cux property.
|
FTXFreeText |
getFTX()
Gets the value of the ftx property.
|
List<RFFReference> |
getRFF()
Gets the value of the rff property.
|
List<RETACC.SegGrp2.SegGrp3> |
getSegGrp3()
Gets the value of the segGrp3 property.
|
void |
setCUX(CUXCurrencies value)
Sets the value of the cux property.
|
void |
setFTX(FTXFreeText value)
Sets the value of the ftx property.
|
RETACC.SegGrp2 |
withCUX(CUXCurrencies value) |
RETACC.SegGrp2 |
withFTX(FTXFreeText value) |
RETACC.SegGrp2 |
withRFF(Collection<RFFReference> values) |
RETACC.SegGrp2 |
withRFF(RFFReference... values) |
RETACC.SegGrp2 |
withSegGrp3(Collection<RETACC.SegGrp2.SegGrp3> values) |
RETACC.SegGrp2 |
withSegGrp3(RETACC.SegGrp2.SegGrp3... values) |
public CUXCurrencies getCUX()
CUXCurrenciespublic void setCUX(CUXCurrencies value)
value - allowed object is
CUXCurrenciespublic 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 FTXFreeText getFTX()
FTXFreeTextpublic void setFTX(FTXFreeText value)
value - allowed object is
FTXFreeTextpublic List<RETACC.SegGrp2.SegGrp3> getSegGrp3()
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 segGrp3 property.
For example, to add a new item, do as follows:
getSegGrp3().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp3
public RETACC.SegGrp2 withCUX(CUXCurrencies value)
public RETACC.SegGrp2 withRFF(RFFReference... values)
public RETACC.SegGrp2 withRFF(Collection<RFFReference> values)
public RETACC.SegGrp2 withFTX(FTXFreeText value)
public RETACC.SegGrp2 withSegGrp3(RETACC.SegGrp2.SegGrp3... values)
public RETACC.SegGrp2 withSegGrp3(Collection<RETACC.SegGrp2.SegGrp3> values)
Copyright © 2020. All rights reserved.