Class Field


  • public class Field
    extends Object
    • Constructor Detail

      • Field

        public Field()
    • Method Detail

      • getTag

        public String getTag()
      • setTag

        public void setTag​(String tag)
      • getIndicator1

        public String getIndicator1()
      • hasIndicator1

        public boolean hasIndicator1()
      • setIndicator1

        public void setIndicator1​(String indicator1)
      • getIndicator2

        public String getIndicator2()
      • hasIndicator2

        public boolean hasIndicator2()
      • setIndicator2

        public void setIndicator2​(String indicator2)
      • getCharStart

        public Integer getCharStart()
      • setCharStart

        public void setCharStart​(Integer charStart)
      • getCharEnd

        public Integer getCharEnd()
      • setCharEnd

        public void setCharEnd​(Integer charEnd)
      • getCharLength

        public Integer getCharLength()
      • setCharLength

        public void setCharLength​(Integer charLength)
      • getStartIndex

        public Position getStartIndex()
      • setIndexStartEnd

        public void setIndexStartEnd​(Position indexStart,
                                     Position indexEnd)
      • setStartIndex

        public void setStartIndex​(Position startIndex)
      • getEndIndex

        public Position getEndIndex()
      • setEndIndex

        public void setEndIndex​(Position endIndex)
      • getIndexLength

        public Integer getIndexLength()
      • setIndexLength

        public void setIndexLength​(Integer indexLength)
      • setSubSpecs

        public void setSubSpecs​(List<SubSpec> subSpecs)
      • getCharacterPositions

        public Positions getCharacterPositions()
      • setCharacterPositions

        public void setCharacterPositions​(Positions characterPositions)
      • hasWildchar

        public boolean hasWildchar()