Class ChemCompAtom
java.lang.Object
org.biojava.nbio.structure.io.mmcif.model.ChemCompAtom
- All Implemented Interfaces:
Serializable
stores these fields:
_chem_comp_atom.comp_id
_chem_comp_atom.atom_id
_chem_comp_atom.alt_atom_id
_chem_comp_atom.type_symbol
_chem_comp_atom.charge
_chem_comp_atom.pdbx_align
_chem_comp_atom.pdbx_aromatic_flag
_chem_comp_atom.pdbx_leaving_atom_flag
_chem_comp_atom.pdbx_stereo_config
_chem_comp_atom.model_Cartn_x
_chem_comp_atom.model_Cartn_y
_chem_comp_atom.model_Cartn_z
_chem_comp_atom.pdbx_model_Cartn_x_ideal
_chem_comp_atom.pdbx_model_Cartn_y_ideal
_chem_comp_atom.pdbx_model_Cartn_z_ideal
_chem_comp_atom.pdbx_component_comp_id
_chem_comp_atom.pdbx_residue_numbering
_chem_comp_atom.pdbx_component_atom_id
_chem_comp_atom.pdbx_polymer_type
_chem_comp_atom.pdbx_ref_id
_chem_comp_atom.pdbx_component_id
_chem_comp_atom.pdbx_ordinal
- Author:
- Andreas Prlic
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAlt_atom_id
(String alt_atom_id) void
setAtom_id
(String atom_id) void
void
setComp_id
(String comp_id) void
setModel_Cartn_x
(String model_Cartn_x) void
setModel_Cartn_y
(String model_Cartn_y) void
setModel_Cartn_z
(String model_Cartn_z) void
setPdbx_align
(String pdbx_align) void
setPdbx_aromatic_flag
(String pdbx_aromatic_flag) void
setPdbx_component_atom_id
(String pdbx_component_atom_id) void
setPdbx_component_comp_id
(String pdbx_component_comp_id) void
setPdbx_component_id
(String pdbx_component_id) void
setPdbx_leaving_atom_flag
(String pdbx_leaving_atom_flag) void
setPdbx_model_Cartn_x_ideal
(String pdbx_model_Cartn_x_ideal) void
setPdbx_model_Cartn_y_ideal
(String pdbx_model_Cartn_y_ideal) void
setPdbx_model_Cartn_z_ideal
(String pdbx_model_Cartn_z_ideal) void
setPdbx_ordinal
(String pdbx_ordinal) void
setPdbx_polymer_type
(String pdbx_polymer_type) void
setPdbx_ref_id
(String pdbx_ref_id) void
setPdbx_residue_numbering
(String pdbx_residue_numbering) void
setPdbx_stereo_config
(String pdbx_stereo_config) void
setType_symbol
(String type_symbol)
-
Constructor Details
-
ChemCompAtom
public ChemCompAtom()
-
-
Method Details
-
getComp_id
-
setComp_id
-
getAtom_id
-
setAtom_id
-
getAlt_atom_id
-
setAlt_atom_id
-
getType_symbol
-
setType_symbol
-
getCharge
-
setCharge
-
getPdbx_align
-
setPdbx_align
-
getPdbx_aromatic_flag
-
setPdbx_aromatic_flag
-
getPdbx_leaving_atom_flag
-
setPdbx_leaving_atom_flag
-
getPdbx_stereo_config
-
setPdbx_stereo_config
-
getModel_Cartn_x
-
setModel_Cartn_x
-
getModel_Cartn_y
-
setModel_Cartn_y
-
getModel_Cartn_z
-
setModel_Cartn_z
-
getPdbx_model_Cartn_x_ideal
-
setPdbx_model_Cartn_x_ideal
-
getPdbx_model_Cartn_y_ideal
-
setPdbx_model_Cartn_y_ideal
-
getPdbx_model_Cartn_z_ideal
-
setPdbx_model_Cartn_z_ideal
-
getPdbx_component_comp_id
-
setPdbx_component_comp_id
-
getPdbx_residue_numbering
-
setPdbx_residue_numbering
-
getPdbx_component_atom_id
-
setPdbx_component_atom_id
-
getPdbx_polymer_type
-
setPdbx_polymer_type
-
getPdbx_ref_id
-
setPdbx_ref_id
-
getPdbx_component_id
-
setPdbx_component_id
-
getPdbx_ordinal
-
setPdbx_ordinal
-