public static class ORDCHG.SegGrp28.SegGrp30.SegGrp31 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="GIR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GIR-RelatedIdentificationNumbers" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp31() |
| Modifier and Type | Method and Description |
|---|---|
List<GIRRelatedIdentificationNumbers> |
getGIR()
Gets the value of the gir property.
|
MOAMonetaryAmount |
getMOA()
Gets the value of the moa property.
|
void |
setMOA(MOAMonetaryAmount value)
Sets the value of the moa property.
|
ORDCHG.SegGrp28.SegGrp30.SegGrp31 |
withGIR(Collection<GIRRelatedIdentificationNumbers> values) |
ORDCHG.SegGrp28.SegGrp30.SegGrp31 |
withGIR(GIRRelatedIdentificationNumbers... values) |
ORDCHG.SegGrp28.SegGrp30.SegGrp31 |
withMOA(MOAMonetaryAmount value) |
public MOAMonetaryAmount getMOA()
MOAMonetaryAmountpublic void setMOA(MOAMonetaryAmount value)
value - allowed object is
MOAMonetaryAmountpublic List<GIRRelatedIdentificationNumbers> getGIR()
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 gir property.
For example, to add a new item, do as follows:
getGIR().add(newItem);
Objects of the following type(s) are allowed in the list
GIRRelatedIdentificationNumbers
public ORDCHG.SegGrp28.SegGrp30.SegGrp31 withMOA(MOAMonetaryAmount value)
public ORDCHG.SegGrp28.SegGrp30.SegGrp31 withGIR(GIRRelatedIdentificationNumbers... values)
public ORDCHG.SegGrp28.SegGrp30.SegGrp31 withGIR(Collection<GIRRelatedIdentificationNumbers> values)
Copyright © 2020. All rights reserved.