public class PdbReader_3D.PdbAttributes
extends java.lang.Object
Constructor and Description |
---|
PdbAttributes() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthor()
returns the AUTHOR
|
java.lang.String |
getCode()
Returns the Code that was found or null
|
java.lang.String |
getDate()
Return the date that was found or null
|
java.lang.String |
getHeader()
Returns the Header that was found or null
|
java.lang.String |
getSpecies()
Returns the Species that was found under SOURCE or null
|
java.lang.String |
getTitles()
Returns the Title that was found or null Multiple titles in the pdb
will be concatenated to the returnvalue
|
public java.lang.String getCode()
public java.lang.String getDate()
public java.lang.String getHeader()
public java.lang.String getTitles()
public java.lang.String getSpecies()
public java.lang.String getAuthor()