public class ALCAllowanceOrCharge extends Object
Java class for ALC-AllowanceOrCharge complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ALC-AllowanceOrCharge">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E5463" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E5463-AllowanceOrChargeCodeQualifier"/>
<element name="C552" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C552-AllowanceChargeInformation" minOccurs="0"/>
<element name="E4471" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4471-SettlementMeansCode" minOccurs="0"/>
<element name="E1227" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1227-CalculationSequenceCode" minOccurs="0"/>
<element name="C214" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C214-SpecialServicesIdentification" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ALCAllowanceOrCharge() |
public E5463AllowanceOrChargeCodeQualifier getE5463()
E5463AllowanceOrChargeCodeQualifierpublic void setE5463(E5463AllowanceOrChargeCodeQualifier value)
value - allowed object is
E5463AllowanceOrChargeCodeQualifierpublic C552AllowanceChargeInformation getC552()
C552AllowanceChargeInformationpublic void setC552(C552AllowanceChargeInformation value)
value - allowed object is
C552AllowanceChargeInformationpublic String getE4471()
Stringpublic void setE4471(String value)
value - allowed object is
Stringpublic String getE1227()
Stringpublic void setE1227(String value)
value - allowed object is
Stringpublic C214SpecialServicesIdentification getC214()
C214SpecialServicesIdentificationpublic void setC214(C214SpecialServicesIdentification value)
value - allowed object is
C214SpecialServicesIdentificationpublic ALCAllowanceOrCharge withE5463(E5463AllowanceOrChargeCodeQualifier value)
public ALCAllowanceOrCharge withC552(C552AllowanceChargeInformation value)
public ALCAllowanceOrCharge withE4471(String value)
public ALCAllowanceOrCharge withE1227(String value)
public ALCAllowanceOrCharge withC214(C214SpecialServicesIdentification value)
Copyright © 2020. All rights reserved.