public class InternationalCorrespondent extends Object
Constructor and Description |
---|
InternationalCorrespondent() |
Modifier and Type | Method and Description |
---|---|
String |
getAccountNumber()
Gets the value of the accountNumber property.
|
String |
getInstitutionName()
Gets the value of the institutionName property.
|
String |
getPurpose()
Gets the value of the purpose property.
|
String |
getRoutingNumber()
Gets the value of the routingNumber property.
|
String |
getSwift()
Gets the value of the swift property.
|
Boolean |
isParticipant()
Gets the value of the participant property.
|
void |
setAccountNumber(String value)
Sets the value of the accountNumber property.
|
void |
setInstitutionName(String value)
Sets the value of the institutionName property.
|
void |
setParticipant(Boolean value)
Sets the value of the participant property.
|
void |
setPurpose(String value)
Sets the value of the purpose property.
|
void |
setRoutingNumber(String value)
Sets the value of the routingNumber property.
|
void |
setSwift(String value)
Sets the value of the swift property.
|
public String getSwift()
String
public void setSwift(String value)
value
- allowed object is
String
public Boolean isParticipant()
Boolean
public void setParticipant(Boolean value)
value
- allowed object is
Boolean
public String getInstitutionName()
String
public void setInstitutionName(String value)
value
- allowed object is
String
public String getRoutingNumber()
String
public void setRoutingNumber(String value)
value
- allowed object is
String
public String getPurpose()
String
public void setPurpose(String value)
value
- allowed object is
String
public String getAccountNumber()
String
Copyright © 2022. All rights reserved.