com.prowidesoftware.swift.model.field
Interface BICContainer

All Known Implementing Classes:
Field41A, Field42A, Field50A, Field50C, Field50G, Field51A, Field52A, Field52G, Field53A, Field54A, Field55A, Field56A, Field57A, Field58A, Field59A, Field82A, Field83A, Field84A, Field85A, Field86A, Field87A, Field87E, Field88A, Field94F, Field94H, Field95P

public interface BICContainer

Interface to mark fields whose definition contain a BIC. Note that if a field has a BIC and it is optional, and the actual field has not set the optional BIC/s then the call bics() will return an empty list

Since:
6.1
Version:
$Revision: 1.2 $
Author:
www.prowidesoftware.com

Method Summary
 java.util.List<BIC> bics()
          Utility method that creates a BIC for every string returned by bicStrings()
 java.util.List<java.lang.String> bicStrings()
          Get a list of strings of BICs present in this field
 

Method Detail

bicStrings

java.util.List<java.lang.String> bicStrings()
Get a list of strings of BICs present in this field

Returns:
a list, with zero or more BICs in this field.

bics

java.util.List<BIC> bics()
Utility method that creates a BIC for every string returned by bicStrings()