public class InstitutionRoutingNumber extends Object
Constructor and Description |
---|
InstitutionRoutingNumber() |
Modifier and Type | Method and Description |
---|---|
boolean |
getActive()
Gets the value of the active property.
|
boolean |
getCorrespondent()
Gets the value of the correspondent property.
|
String |
getFractional()
Gets the value of the fractional property.
|
List<RoutingNumberHistory> |
getHistory()
Gets the value of the history property.
|
String |
getNotes()
Gets the value of the notes property.
|
Boolean |
getPreferred()
Gets the value of the preferred property.
|
String |
getPurpose()
Gets the value of the purpose property.
|
String |
getRoutingNumber()
Gets the value of the routingNumber property.
|
boolean |
getUseForTransactions()
Gets the value of the useForTransactions property.
|
void |
setActive(boolean value)
Sets the value of the active property.
|
void |
setCorrespondent(boolean value)
Sets the value of the correspondent property.
|
void |
setFractional(String value)
Sets the value of the fractional property.
|
void |
setHistory(List<RoutingNumberHistory> value)
Sets the value of the history property.
|
void |
setNotes(String value)
Sets the value of the notes property.
|
void |
setPreferred(Boolean value)
Sets the value of the preferred property.
|
void |
setPurpose(String value)
Sets the value of the purpose property.
|
void |
setRoutingNumber(String value)
Sets the value of the routingNumber property.
|
void |
setUseForTransactions(boolean value)
Sets the value of the useForTransactions property.
|
public String getRoutingNumber()
public void setRoutingNumber(String value)
value
- the routingNumber to setpublic String getPurpose()
public void setPurpose(String value)
value
- the purpose to setpublic String getFractional()
public void setFractional(String value)
value
- the fractional to setpublic boolean getCorrespondent()
public void setCorrespondent(boolean value)
value
- the correspondent to setpublic boolean getActive()
public void setActive(boolean value)
value
- the active to setpublic Boolean getPreferred()
public void setPreferred(Boolean value)
value
- the preferred to setpublic boolean getUseForTransactions()
public void setUseForTransactions(boolean value)
value
- the useForTransactions to setpublic String getNotes()
public void setNotes(String value)
value
- the notes to setpublic List<RoutingNumberHistory> getHistory()
public void setHistory(List<RoutingNumberHistory> value)
value
- the history to setCopyright © 2022. All rights reserved.