Package org.rcsb.cif.model.generated
Class PdbxChemCompAtomEdit
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxChemCompAtomEdit
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxChemCompAtomEdit extends BaseCategory
Data items in the PDBX_CHEM_COMP_ATOM_EDIT category provide atom level editing instructions to be applied to imported chemical components.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxChemCompAtomEdit(String name)PdbxChemCompAtomEdit(String name, int rowCount, Object[] encodedColumns)PdbxChemCompAtomEdit(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetAtomId()The identifier for the target atom in imported component to be edited.StrColumngetCompId()This data item is a pointer to _pdbx_chem_comp_import.comp_id in the CHEM_COMP category.StrColumngetEditAtomId()The identifier for the edited atom in the generated component.StrColumngetEditAtomValue()The value for the edited atomic property value in the generated component.StrColumngetEditOp()The operation applied to the named imported component.IntColumngetOrdinal()This data item uniquely identifies and orders each atom edit instruction.-
Methods inherited from class org.rcsb.cif.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
Method Detail
-
getOrdinal
public IntColumn getOrdinal()
This data item uniquely identifies and orders each atom edit instruction.- Returns:
- IntColumn
-
getCompId
public StrColumn getCompId()
This data item is a pointer to _pdbx_chem_comp_import.comp_id in the CHEM_COMP category.- Returns:
- StrColumn
-
getEditOp
public StrColumn getEditOp()
The operation applied to the named imported component.- Returns:
- StrColumn
-
getAtomId
public StrColumn getAtomId()
The identifier for the target atom in imported component to be edited.- Returns:
- StrColumn
-
getEditAtomId
public StrColumn getEditAtomId()
The identifier for the edited atom in the generated component.- Returns:
- StrColumn
-
getEditAtomValue
public StrColumn getEditAtomValue()
The value for the edited atomic property value in the generated component.- Returns:
- StrColumn
-
-