Package com.prowidesoftware.swift.model
Class BbanStructureEntryDTO
- java.lang.Object
-
- com.prowidesoftware.swift.model.BbanStructureEntryDTO
-
public class BbanStructureEntryDTO extends java.lang.ObjectThe bban structure entry.- Since:
- 7.9.7
-
-
Constructor Summary
Constructors Constructor Description BbanStructureEntryDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SwiftCharsetgetCharacterType()Gets character typeBbanEntryTypegetEntryType()Gets entry type.intgetLength()Gets lengthvoidsetCharacterType(SwiftCharset characterType)Sets character type.voidsetEntryType(java.lang.String entryType)Sets entry type.voidsetLength(int length)Sets length.
-
-
-
Method Detail
-
getEntryType
public BbanEntryType getEntryType()
Gets entry type.- Returns:
- the entry type
-
setEntryType
public void setEntryType(java.lang.String entryType)
Sets entry type.- Parameters:
entryType- the entry type
-
getCharacterType
public SwiftCharset getCharacterType()
Gets character type- Returns:
- the character type.
-
setCharacterType
public void setCharacterType(SwiftCharset characterType)
Sets character type.- Parameters:
characterType- the character type
-
getLength
public int getLength()
Gets length- Returns:
- the length.
-
setLength
public void setLength(int length)
Sets length.- Parameters:
length- the length
-
-