Package com.compomics.util.pdbfinder.pdb
Class PdbParameter
java.lang.Object
com.compomics.util.pdbfinder.pdb.PdbParameter
PdbParameter.
- Author:
- Niklaas Colaert
-
Constructor Summary
ConstructorsConstructorDescriptionEmpty default constructorPdbParameter(String aPdbaccession, String aTitle, String aExperiment_type, String aResolution) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd a block.PdbBlock[]Returns the blocks.Returns the experiment type.Returns the PDB accessions.Returns the resolution.getTitle()Returns the title.voidSet the blocks.voidsetExperiment_type(String aExperiment_type) Set the experiment type.voidsetPdbaccession(String aPdbaccession) Set the PDB accession.voidsetResolution(String aResolution) Set the resolution.voidSet the title.
-
Constructor Details
-
PdbParameter
public PdbParameter()Empty default constructor -
PdbParameter
public PdbParameter(String aPdbaccession, String aTitle, String aExperiment_type, String aResolution) Constructor.- Parameters:
aPdbaccession- the PDB accessionaTitle- the titleaExperiment_type- the experiment typeaResolution- the resolution
-
-
Method Details
-
getBlocks
Returns the blocks.- Returns:
- the blocks
-
setBlocks
Set the blocks.- Parameters:
blocks- the blocks
-
addBlock
Add a block.- Parameters:
block- the block
-
getPdbaccession
Returns the PDB accessions.- Returns:
- the PDB accessions
-
setPdbaccession
Set the PDB accession.- Parameters:
aPdbaccession- the PDB accession
-
getTitle
Returns the title.- Returns:
- the title
-
setTitle
Set the title.- Parameters:
aTitle- the title
-
getExperiment_type
Returns the experiment type.- Returns:
- the experiment type
-
setExperiment_type
Set the experiment type.- Parameters:
aExperiment_type- the experiment type
-
getResolution
Returns the resolution.- Returns:
- the resolution
-
setResolution
Set the resolution.- Parameters:
aResolution- the resolution
-