Class Subfield
- java.lang.Object
-
- de.gwdg.metadataqa.marc.utils.marcspec.Subfield
-
public class Subfield extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddSubSpec(SubSpec subSpec)PositionsgetCharacterPositions()IntegergetCharEnd()IntegergetCharLength()IntegergetCharStart()PositiongetIndexEnd()IntegergetIndexLength()PositionsgetIndexPositions()PositiongetIndexStart()List<SubSpec>getSubSpecs()StringgetTag()voidsetCharacterPositions(Positions characterPositions)voidsetCharEnd(Integer charEnd)voidsetCharLength(Integer charLength)voidsetCharStart(Integer charStart)voidsetIndexEnd(Position indexEnd)voidsetIndexLength(Integer indexLength)voidsetIndexPositions(Positions indexPositions)voidsetIndexStart(Position indexStart)voidsetSubSpecs(List<SubSpec> subSpecs)voidsetTag(String tag)StringtoString()
-
-
-
Constructor Detail
-
Subfield
public Subfield()
-
Subfield
public Subfield(String tag)
-
-
Method Detail
-
getTag
public String getTag()
-
setTag
public void setTag(String tag)
-
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)
-
getIndexStart
public Position getIndexStart()
-
setIndexStart
public void setIndexStart(Position indexStart)
-
getIndexEnd
public Position getIndexEnd()
-
setIndexEnd
public void setIndexEnd(Position indexEnd)
-
getIndexLength
public Integer getIndexLength()
-
setIndexLength
public void setIndexLength(Integer indexLength)
-
getIndexPositions
public Positions getIndexPositions()
-
setIndexPositions
public void setIndexPositions(Positions indexPositions)
-
getCharacterPositions
public Positions getCharacterPositions()
-
setCharacterPositions
public void setCharacterPositions(Positions characterPositions)
-
addSubSpec
public void addSubSpec(SubSpec subSpec)
-
-