Package org.rcsb.cif.model.generated
Class PdbxReferenceEntityPoly
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxReferenceEntityPoly
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxReferenceEntityPoly extends BaseCategory
Data items in the PDBX_REFERENCE_ENTITY_POLY category record details about the polymer, such as the type of the polymer, the number of monomers and whether it has nonstandard features.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxReferenceEntityPoly(String name)PdbxReferenceEntityPoly(String name, int rowCount, Object[] encodedColumns)PdbxReferenceEntityPoly(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetDbCode()The database code for this source informationStrColumngetDbName()The database name for this source informationStrColumngetPrdId()The value of _pdbx_reference_entity_poly.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_poly.ref_entity_id is a reference to _pdbx_reference_entity_list.ref_entity_id in PDBX_REFERENCE_ENTITY_LIST category.StrColumngetType()The type of the polymer.-
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
-
getPrdId
public StrColumn getPrdId()
The value of _pdbx_reference_entity_poly.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_poly.ref_entity_id is a reference to _pdbx_reference_entity_list.ref_entity_id in PDBX_REFERENCE_ENTITY_LIST category.- Returns:
- StrColumn
-
getType
public StrColumn getType()
The type of the polymer.- Returns:
- StrColumn
-
getDbCode
public StrColumn getDbCode()
The database code for this source information- Returns:
- StrColumn
-
getDbName
public StrColumn getDbName()
The database name for this source information- Returns:
- StrColumn
-
-