Package org.rcsb.cif.model.generated
Class PdbxReferenceEntityNonpoly
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxReferenceEntityNonpoly
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxReferenceEntityNonpoly extends BaseCategory
Data items in the PDBX_REFERENCE_ENTITY_NONPOLY category record the list of entities within each reference molecule.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxReferenceEntityNonpoly(String name)PdbxReferenceEntityNonpoly(String name, int rowCount, Object[] encodedColumns)PdbxReferenceEntityNonpoly(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetChemCompId()For non-polymer entities, the identifier corresponding to the chemical definition for the molecule.StrColumngetDetails()Additional details about this entity.StrColumngetName()A name of the non-polymer entity.StrColumngetPrdId()The value of _pdbx_reference_entity_nonpoly.prd_id is a reference _pdbx_reference_entity_list.prd_id in the PDBX_REFERENCE_ENTITY_LIST category.StrColumngetRefEntityId()The value of _pdbx_reference_entity_nonpoly.ref_entity_id is a reference to _pdbx_reference_entity_list.ref_entity_id in PDBX_REFERENCE_ENTITY_LIST category.-
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
-
-
-
-
Constructor Detail
-
PdbxReferenceEntityNonpoly
public PdbxReferenceEntityNonpoly(String name, Map<String,Column> columns)
-
PdbxReferenceEntityNonpoly
public PdbxReferenceEntityNonpoly(String name, int rowCount, Object[] encodedColumns)
-
PdbxReferenceEntityNonpoly
public PdbxReferenceEntityNonpoly(String name)
-
-
Method Detail
-
getPrdId
public StrColumn getPrdId()
The value of _pdbx_reference_entity_nonpoly.prd_id is a reference _pdbx_reference_entity_list.prd_id in the PDBX_REFERENCE_ENTITY_LIST category.- Returns:
- StrColumn
-
getRefEntityId
public StrColumn getRefEntityId()
The value of _pdbx_reference_entity_nonpoly.ref_entity_id is a reference to _pdbx_reference_entity_list.ref_entity_id in PDBX_REFERENCE_ENTITY_LIST category.- Returns:
- StrColumn
-
getDetails
public StrColumn getDetails()
Additional details about this entity.- Returns:
- StrColumn
-
getName
public StrColumn getName()
A name of the non-polymer entity.- Returns:
- StrColumn
-
getChemCompId
public StrColumn getChemCompId()
For non-polymer entities, the identifier corresponding to the chemical definition for the molecule.- Returns:
- StrColumn
-
-