Package hdi.edi.parser
Class EltSet
java.lang.Object
hdi.edi.parser.EltSet
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionhdi.codeent.CodeEntitycodeEntity(hdi.codeent.CodeEntity codeEntity) booleaneltByIndex(int i) eltByPosition(int pos) elts()static EltSetfromLegacySegment(EdiSeg parentSeg, hdi.edi.legacyparser.EdiSegment legacySegment, EdiParsingResults parsingResults) getRepeating(Collection<String> repeatingNames) voidremoveEltByPosition(int pos) toString() 
- 
Field Details
- 
RAW_VALUE_NAME
- See Also:
 
 
 - 
 - 
Constructor Details
- 
EltSet
 - 
EltSet
public EltSet() 
 - 
 - 
Method Details
- 
add
 - 
eltByName
 - 
eltByIndex
 - 
eltByPosition
 - 
removeEltByPosition
public void removeEltByPosition(int pos)  - 
containsEltsWithId
public boolean containsEltsWithId() - 
eltVal
 - 
getRawValue
 - 
fromLegacySegment
public static EltSet fromLegacySegment(EdiSeg parentSeg, hdi.edi.legacyparser.EdiSegment legacySegment, EdiParsingResults parsingResults)  - 
toString
 - 
getRepeating
 - 
elts
 - 
parentSeg
 - 
codeEntity
public hdi.codeent.CodeEntity codeEntity() - 
parentElt
 - 
parentSeg
- Returns:
 this.
 - 
codeEntity
- Returns:
 this.
 - 
parentElt
- Returns:
 this.
 
 -