Package org.rcsb.cif.model.generated
Class PdbxEntityNonpoly
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxEntityNonpoly
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxEntityNonpoly extends BaseCategory
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxEntityNonpoly(String name)PdbxEntityNonpoly(String name, int rowCount, Object[] encodedColumns)PdbxEntityNonpoly(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetCompId()This data item is a pointer to _chem_comp.id in the CHEM_COMP category.StrColumngetEntityId()This data item is a pointer to _entity.id in the ENTITY category.StrColumngetName()A name for the non-polymer entity-
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
-
getEntityId
public StrColumn getEntityId()
This data item is a pointer to _entity.id in the ENTITY category.- Returns:
- StrColumn
-
getCompId
public StrColumn getCompId()
This data item is a pointer to _chem_comp.id in the CHEM_COMP category.- Returns:
- StrColumn
-
getName
public StrColumn getName()
A name for the non-polymer entity- Returns:
- StrColumn
-
-