Package org.rcsb.cif.model.generated
Class PdbxStructEntityInst
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxStructEntityInst
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxStructEntityInst extends BaseCategory
Data items in the PDBX_STRUCT_ENTITY_INST category record details about the structural elements in the deposited entry. The entity instance is a method neutral identifier for the observed molecular entities in the deposited coordinate set.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxStructEntityInst(String name)PdbxStructEntityInst(String name, int rowCount, Object[] encodedColumns)PdbxStructEntityInst(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetDetails()A description of special aspects of this portion of the contents of the deposited unit.StrColumngetEntityId()This data item is a pointer to _entity.id in the ENTITY category.StrColumngetId()The value of _pdbx_struct_entity_inst.id must uniquely identify a record in the PDBX_STRUCT_ENTITY_INST list.-
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
-
getDetails
public StrColumn getDetails()
A description of special aspects of this portion of the contents of the deposited unit.- Returns:
- StrColumn
-
getEntityId
public StrColumn getEntityId()
This data item is a pointer to _entity.id in the ENTITY category.- Returns:
- StrColumn
-
getId
public StrColumn getId()
The value of _pdbx_struct_entity_inst.id must uniquely identify a record in the PDBX_STRUCT_ENTITY_INST list. The entity instance is a method neutral identifier for the observed molecular entities in the deposited coordinate set.- Returns:
- StrColumn
-
-