public static class DOCAPP.SegGrp4 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-5" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="ALC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ALC-AllowanceOrCharge"/>
<element name="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCD-PercentageDetails" maxOccurs="2" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
DOCAPP.SegGrp4.SegGrp5
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp4() |
| Modifier and Type | Method and Description |
|---|---|
MOAMonetaryAmount |
getMOA()
Gets the value of the moa property.
|
DOCAPP.SegGrp4.SegGrp5 |
getSegGrp5()
Gets the value of the segGrp5 property.
|
void |
setMOA(MOAMonetaryAmount value)
Sets the value of the moa property.
|
void |
setSegGrp5(DOCAPP.SegGrp4.SegGrp5 value)
Sets the value of the segGrp5 property.
|
DOCAPP.SegGrp4 |
withMOA(MOAMonetaryAmount value) |
DOCAPP.SegGrp4 |
withSegGrp5(DOCAPP.SegGrp4.SegGrp5 value) |
public MOAMonetaryAmount getMOA()
MOAMonetaryAmountpublic void setMOA(MOAMonetaryAmount value)
value - allowed object is
MOAMonetaryAmountpublic DOCAPP.SegGrp4.SegGrp5 getSegGrp5()
.SegGrp5 public void setSegGrp5(DOCAPP.SegGrp4.SegGrp5 value)
value - allowed object is
.SegGrp5 public DOCAPP.SegGrp4 withMOA(MOAMonetaryAmount value)
public DOCAPP.SegGrp4 withSegGrp5(DOCAPP.SegGrp4.SegGrp5 value)
Copyright © 2020. All rights reserved.