public class PdbParameter extends Object
Constructor and Description |
---|
PdbParameter(String aPdbaccession,
String aTitle,
String aExperiment_type,
String aResolution) |
Modifier and Type | Method and Description |
---|---|
void |
addBlock(PdbBlock block) |
PdbBlock[] |
getBlocks() |
String |
getExperiment_type() |
String |
getPdbaccession() |
String |
getResolution() |
String |
getTitle() |
void |
setBlocks(PdbBlock[] blocks) |
void |
setExperiment_type(String aExperiment_type) |
void |
setPdbaccession(String aPdbaccession) |
void |
setResolution(String aResolution) |
void |
setTitle(String aTitle) |
public PdbBlock[] getBlocks()
public void setBlocks(PdbBlock[] blocks)
public void addBlock(PdbBlock block)
public String getPdbaccession()
public void setPdbaccession(String aPdbaccession)
public String getTitle()
public void setTitle(String aTitle)
public String getExperiment_type()
public void setExperiment_type(String aExperiment_type)
public String getResolution()
public void setResolution(String aResolution)
Copyright © 2014. All Rights Reserved.