Package pl.poznan.put.pdb
Class PdbHeaderLine
java.lang.Object
pl.poznan.put.pdb.PdbHeaderLine
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ImmutablePdbHeaderLine
A representation of HEADER file in PDB format.
- See Also:
-
Constructor Details
-
PdbHeaderLine
public PdbHeaderLine()
-
-
Method Details
-
parse
Parses text with HEADER line in PDB format.- Parameters:
line
- Text with HEADER line in PDB format.- Returns:
- An instance of this class with fields set to values parsed from the
line
.
-
classification
- Returns:
- The value of the
classification
attribute
-
depositionDate
- Returns:
- The value of the
depositionDate
attribute
-
idCode
- Returns:
- The value of the
idCode
attribute
-
toString
-
toPdb
- Returns:
- A line in PDB format.
-