getParts method

List<BbanStructurePart> getParts()

Implementation

List<BbanStructurePart> getParts() {
  return _entries;
}