public static class INVOIC.SegGrp52 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"/>
</sequence>
<element name="SegGrp-53" 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="5" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
INVOIC.SegGrp52.SegGrp53
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp52() |
| Modifier and Type | Method and Description |
|---|---|
MOAMonetaryAmount |
getMOA()
Gets the value of the moa property.
|
INVOIC.SegGrp52.SegGrp53 |
getSegGrp53()
Gets the value of the segGrp53 property.
|
void |
setMOA(MOAMonetaryAmount value)
Sets the value of the moa property.
|
void |
setSegGrp53(INVOIC.SegGrp52.SegGrp53 value)
Sets the value of the segGrp53 property.
|
INVOIC.SegGrp52 |
withMOA(MOAMonetaryAmount value) |
INVOIC.SegGrp52 |
withSegGrp53(INVOIC.SegGrp52.SegGrp53 value) |
public MOAMonetaryAmount getMOA()
MOAMonetaryAmountpublic void setMOA(MOAMonetaryAmount value)
value - allowed object is
MOAMonetaryAmountpublic INVOIC.SegGrp52.SegGrp53 getSegGrp53()
.SegGrp53 public void setSegGrp53(INVOIC.SegGrp52.SegGrp53 value)
value - allowed object is
.SegGrp53 public INVOIC.SegGrp52 withMOA(MOAMonetaryAmount value)
public INVOIC.SegGrp52 withSegGrp53(INVOIC.SegGrp52.SegGrp53 value)
Copyright © 2020. All rights reserved.