Class PicaPath
- java.lang.Object
-
- de.gwdg.metadataqa.marc.utils.pica.path.PicaPath
-
- All Implemented Interfaces:
BibiographicPath,Serializable
public class PicaPath extends Object implements BibiographicPath, Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OccurrencegetOccurrence()StringgetPath()List<String>getSubfieldCodes()SubfieldsgetSubfields()StringgetTag()StringgetXtag()StringtoString()
-
-
-
Constructor Detail
-
PicaPath
public PicaPath(String path, String tag, String xtag, Occurrence occurrence, Subfields subfields)
-
-
Method Detail
-
getPath
public String getPath()
- Specified by:
getPathin interfaceBibiographicPath
-
getSubfieldCodes
public List<String> getSubfieldCodes()
- Specified by:
getSubfieldCodesin interfaceBibiographicPath
-
getTag
public String getTag()
-
getXtag
public String getXtag()
-
getOccurrence
public Occurrence getOccurrence()
-
getSubfields
public Subfields getSubfields()
-
-