public static class QUOTES.SegGrp56 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="ALC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ALC-AllowanceOrCharge"/>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount"/>
<element name="ALI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ALI-AdditionalInformation" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp56() |
| Modifier and Type | Method and Description |
|---|---|
ALCAllowanceOrCharge |
getALC()
Gets the value of the alc property.
|
ALIAdditionalInformation |
getALI()
Gets the value of the ali property.
|
MOAMonetaryAmount |
getMOA()
Gets the value of the moa property.
|
void |
setALC(ALCAllowanceOrCharge value)
Sets the value of the alc property.
|
void |
setALI(ALIAdditionalInformation value)
Sets the value of the ali property.
|
void |
setMOA(MOAMonetaryAmount value)
Sets the value of the moa property.
|
QUOTES.SegGrp56 |
withALC(ALCAllowanceOrCharge value) |
QUOTES.SegGrp56 |
withALI(ALIAdditionalInformation value) |
QUOTES.SegGrp56 |
withMOA(MOAMonetaryAmount value) |
public ALCAllowanceOrCharge getALC()
ALCAllowanceOrChargepublic void setALC(ALCAllowanceOrCharge value)
value - allowed object is
ALCAllowanceOrChargepublic MOAMonetaryAmount getMOA()
MOAMonetaryAmountpublic void setMOA(MOAMonetaryAmount value)
value - allowed object is
MOAMonetaryAmountpublic ALIAdditionalInformation getALI()
ALIAdditionalInformationpublic void setALI(ALIAdditionalInformation value)
value - allowed object is
ALIAdditionalInformationpublic QUOTES.SegGrp56 withALC(ALCAllowanceOrCharge value)
public QUOTES.SegGrp56 withMOA(MOAMonetaryAmount value)
public QUOTES.SegGrp56 withALI(ALIAdditionalInformation value)
Copyright © 2020. All rights reserved.