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/D07A}E5463-AllowanceOrChargeCodeQualifier"/>
<element name="C552" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}C552-AllowanceChargeInformation" minOccurs="0"/>
<element name="E4471" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}E4471-SettlementMeansCode" minOccurs="0"/>
<element name="E1227" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}E1227-CalculationSequenceCode" minOccurs="0"/>
<element name="C214" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}C214-SpecialServicesIdentification" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ALCAllowanceOrCharge() |
| Modifier and Type | Method and Description |
|---|---|
C214SpecialServicesIdentification |
getC214()
Gets the value of the c214 property.
|
C552AllowanceChargeInformation |
getC552()
Gets the value of the c552 property.
|
String |
getE1227()
Gets the value of the e1227 property.
|
String |
getE4471()
Gets the value of the e4471 property.
|
String |
getE5463()
Gets the value of the e5463 property.
|
void |
setC214(C214SpecialServicesIdentification value)
Sets the value of the c214 property.
|
void |
setC552(C552AllowanceChargeInformation value)
Sets the value of the c552 property.
|
void |
setE1227(String value)
Sets the value of the e1227 property.
|
void |
setE4471(String value)
Sets the value of the e4471 property.
|
void |
setE5463(String value)
Sets the value of the e5463 property.
|
ALCAllowanceOrCharge |
withC214(C214SpecialServicesIdentification value) |
ALCAllowanceOrCharge |
withC552(C552AllowanceChargeInformation value) |
ALCAllowanceOrCharge |
withE1227(String value) |
ALCAllowanceOrCharge |
withE4471(String value) |
ALCAllowanceOrCharge |
withE5463(String value) |
public String getE5463()
Stringpublic void setE5463(String value)
value - allowed object is
Stringpublic 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(String 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.