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 
classificationattribute 
 - 
depositionDate
- Returns:
 - The value of the 
depositionDateattribute 
 - 
idCode
- Returns:
 - The value of the 
idCodeattribute 
 - 
toString
 - 
toPdb
- Returns:
 - A line in PDB format.
 
 
 -