public class BUSBusinessFunction extends Object
Java class for BUS-BusinessFunction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BUS-BusinessFunction">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C521" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C521-BusinessFunction" minOccurs="0"/>
<element name="E3279" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3279-GeographicAreaCode" minOccurs="0"/>
<element name="E4487" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4487-FinancialTransactionTypeCode" minOccurs="0"/>
<element name="C551" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C551-BankOperation" minOccurs="0"/>
<element name="E4463" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4463-IntraCompanyPaymentIndicatorCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
BUSBusinessFunction() |
| Modifier and Type | Method and Description |
|---|---|
C521BusinessFunction |
getC521()
Gets the value of the c521 property.
|
C551BankOperation |
getC551()
Gets the value of the c551 property.
|
String |
getE3279()
Gets the value of the e3279 property.
|
String |
getE4463()
Gets the value of the e4463 property.
|
String |
getE4487()
Gets the value of the e4487 property.
|
void |
setC521(C521BusinessFunction value)
Sets the value of the c521 property.
|
void |
setC551(C551BankOperation value)
Sets the value of the c551 property.
|
void |
setE3279(String value)
Sets the value of the e3279 property.
|
void |
setE4463(String value)
Sets the value of the e4463 property.
|
void |
setE4487(String value)
Sets the value of the e4487 property.
|
BUSBusinessFunction |
withC521(C521BusinessFunction value) |
BUSBusinessFunction |
withC551(C551BankOperation value) |
BUSBusinessFunction |
withE3279(String value) |
BUSBusinessFunction |
withE4463(String value) |
BUSBusinessFunction |
withE4487(String value) |
public C521BusinessFunction getC521()
C521BusinessFunctionpublic void setC521(C521BusinessFunction value)
value - allowed object is
C521BusinessFunctionpublic String getE3279()
Stringpublic void setE3279(String value)
value - allowed object is
Stringpublic String getE4487()
Stringpublic void setE4487(String value)
value - allowed object is
Stringpublic C551BankOperation getC551()
C551BankOperationpublic void setC551(C551BankOperation value)
value - allowed object is
C551BankOperationpublic String getE4463()
Stringpublic void setE4463(String value)
value - allowed object is
Stringpublic BUSBusinessFunction withC521(C521BusinessFunction value)
public BUSBusinessFunction withE3279(String value)
public BUSBusinessFunction withE4487(String value)
public BUSBusinessFunction withC551(C551BankOperation value)
public BUSBusinessFunction withE4463(String value)
Copyright © 2020. All rights reserved.