public class FCAFinancialChargesAllocation extends Object
Java class for FCA-FinancialChargesAllocation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FCA-FinancialChargesAllocation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E4471" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4471-SettlementMeansCode"/>
<element name="C878" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C878-ChargeAllowanceAccount" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
FCAFinancialChargesAllocation() |
| Modifier and Type | Method and Description |
|---|---|
C878ChargeAllowanceAccount |
getC878()
Gets the value of the c878 property.
|
String |
getE4471()
Gets the value of the e4471 property.
|
void |
setC878(C878ChargeAllowanceAccount value)
Sets the value of the c878 property.
|
void |
setE4471(String value)
Sets the value of the e4471 property.
|
FCAFinancialChargesAllocation |
withC878(C878ChargeAllowanceAccount value) |
FCAFinancialChargesAllocation |
withE4471(String value) |
public String getE4471()
Stringpublic void setE4471(String value)
value - allowed object is
Stringpublic C878ChargeAllowanceAccount getC878()
C878ChargeAllowanceAccountpublic void setC878(C878ChargeAllowanceAccount value)
value - allowed object is
C878ChargeAllowanceAccountpublic FCAFinancialChargesAllocation withE4471(String value)
public FCAFinancialChargesAllocation withC878(C878ChargeAllowanceAccount value)
Copyright © 2020. All rights reserved.