public static class STLRPT.SegGrp2.SegGrp4.SegGrp5 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="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount" maxOccurs="9"/>
<element name="QVR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QVR-QuantityVariances" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp5() |
| Modifier and Type | Method and Description |
|---|---|
CUXCurrencies |
getCUX()
Gets the value of the cux property.
|
List<MOAMonetaryAmount> |
getMOA()
Gets the value of the moa property.
|
QVRQuantityVariances |
getQVR()
Gets the value of the qvr property.
|
void |
setCUX(CUXCurrencies value)
Sets the value of the cux property.
|
void |
setQVR(QVRQuantityVariances value)
Sets the value of the qvr property.
|
STLRPT.SegGrp2.SegGrp4.SegGrp5 |
withCUX(CUXCurrencies value) |
STLRPT.SegGrp2.SegGrp4.SegGrp5 |
withMOA(Collection<MOAMonetaryAmount> values) |
STLRPT.SegGrp2.SegGrp4.SegGrp5 |
withMOA(MOAMonetaryAmount... values) |
STLRPT.SegGrp2.SegGrp4.SegGrp5 |
withQVR(QVRQuantityVariances value) |
public CUXCurrencies getCUX()
CUXCurrenciespublic void setCUX(CUXCurrencies value)
value - allowed object is
CUXCurrenciespublic 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 QVRQuantityVariances getQVR()
QVRQuantityVariancespublic void setQVR(QVRQuantityVariances value)
value - allowed object is
QVRQuantityVariancespublic STLRPT.SegGrp2.SegGrp4.SegGrp5 withCUX(CUXCurrencies value)
public STLRPT.SegGrp2.SegGrp4.SegGrp5 withMOA(MOAMonetaryAmount... values)
public STLRPT.SegGrp2.SegGrp4.SegGrp5 withMOA(Collection<MOAMonetaryAmount> values)
public STLRPT.SegGrp2.SegGrp4.SegGrp5 withQVR(QVRQuantityVariances value)
Copyright © 2020. All rights reserved.