public static class BUSCRD.SegGrp3.SegGrp4.SegGrp19.SegGrp21 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="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount"/>
<element name="ARD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ARD-MonetaryAmountFunction" maxOccurs="9" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp21() |
| Modifier and Type | Method and Description |
|---|---|
List<ARDMonetaryAmountFunction> |
getARD()
Gets the value of the ard property.
|
FTXFreeText |
getFTX()
Gets the value of the ftx property.
|
MOAMonetaryAmount |
getMOA()
Gets the value of the moa property.
|
void |
setFTX(FTXFreeText value)
Sets the value of the ftx property.
|
void |
setMOA(MOAMonetaryAmount value)
Sets the value of the moa property.
|
BUSCRD.SegGrp3.SegGrp4.SegGrp19.SegGrp21 |
withARD(ARDMonetaryAmountFunction... values) |
BUSCRD.SegGrp3.SegGrp4.SegGrp19.SegGrp21 |
withARD(Collection<ARDMonetaryAmountFunction> values) |
BUSCRD.SegGrp3.SegGrp4.SegGrp19.SegGrp21 |
withFTX(FTXFreeText value) |
BUSCRD.SegGrp3.SegGrp4.SegGrp19.SegGrp21 |
withMOA(MOAMonetaryAmount value) |
public MOAMonetaryAmount getMOA()
MOAMonetaryAmountpublic void setMOA(MOAMonetaryAmount value)
value - allowed object is
MOAMonetaryAmountpublic List<ARDMonetaryAmountFunction> getARD()
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 ard property.
For example, to add a new item, do as follows:
getARD().add(newItem);
Objects of the following type(s) are allowed in the list
ARDMonetaryAmountFunction
public FTXFreeText getFTX()
FTXFreeTextpublic void setFTX(FTXFreeText value)
value - allowed object is
FTXFreeTextpublic BUSCRD.SegGrp3.SegGrp4.SegGrp19.SegGrp21 withMOA(MOAMonetaryAmount value)
public BUSCRD.SegGrp3.SegGrp4.SegGrp19.SegGrp21 withARD(ARDMonetaryAmountFunction... values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp19.SegGrp21 withARD(Collection<ARDMonetaryAmountFunction> values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp19.SegGrp21 withFTX(FTXFreeText value)
Copyright © 2020. All rights reserved.