private AcEdiUpuResdit11ReceptacleList _createReceptacleList() { if (_receptacleLists.size() >= MAX_RECEPTACLE_LISTS) JwUtility.error( "Attempted to create %s when already at capacity. Max capacity %s", JwUtility.formatShortClassName(AcEdiUpuResdit11ReceptacleList.class), MAX_RECEPTACLE_LISTS); AcEdiUpuResdit11ReceptacleList x = new AcEdiUpuResdit11ReceptacleList(); _receptacleLists.add(x); return x; }
public boolean composeSg5(AcEdiSegmentAbstract segment, JwList<AcEdiSegmentAbstract> segments) { AcEdiUpuResdit10Sg5Model sg5Model = new AcEdiUpuResdit10Sg5Model(); sg5Model.compose(segment, segments); _sg5Models.add(sg5Model); return true; }
public void add(AcEdiUpuResdit11ReceptacleList x) { _receptacleLists.add(x); }