Package org.rcsb.cif.model.generated
Class PdbxEntityAssembly
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxEntityAssembly
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxEntityAssembly extends BaseCategory
The PDBX_ENTITY_ASSEMBLY category provides a chemical description of the biological assembly studied in terms of its constituent entities.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxEntityAssembly(String name)PdbxEntityAssembly(String name, int rowCount, Object[] encodedColumns)PdbxEntityAssembly(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetBiolId()An identifier for the assembly.StrColumngetEntityId()An enity identifier.StrColumngetId()An identifier for the assembly.IntColumngetNumCopies()The number of copies of this entity in the assembly.-
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
-
getId
public StrColumn getId()
An identifier for the assembly.- Returns:
- StrColumn
-
getEntityId
public StrColumn getEntityId()
An enity identifier. A reference to _entity.id.- Returns:
- StrColumn
-
getBiolId
public StrColumn getBiolId()
An identifier for the assembly.- Returns:
- StrColumn
-
getNumCopies
public IntColumn getNumCopies()
The number of copies of this entity in the assembly.- Returns:
- IntColumn
-
-