Package org.rcsb.cif.model.generated
Class PdbxLinkedEntityInstanceList
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxLinkedEntityInstanceList
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxLinkedEntityInstanceList extends BaseCategory
Data items in the PDBX_LINKED_ENTITY_INSTANCE_LIST category identify instance molecules represented as linked entities within an entry.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxLinkedEntityInstanceList(String name)PdbxLinkedEntityInstanceList(String name, int rowCount, Object[] encodedColumns)PdbxLinkedEntityInstanceList(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetAsymId()A reference to _struct_asym.id in the STRUCT_ASYM category.IntColumngetInstanceId()The value of _pdbx_linked_entity_instance_list.instance_id is identifies a particular molecule instance within an entry.StrColumngetLinkedEntityId()The value of _pdbx_linked_entity_instance_list.linked_entity_id is a reference to the identifier for a molecule represented as a linked 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
-
-
-
-
Constructor Detail
-
PdbxLinkedEntityInstanceList
public PdbxLinkedEntityInstanceList(String name, Map<String,Column> columns)
-
PdbxLinkedEntityInstanceList
public PdbxLinkedEntityInstanceList(String name, int rowCount, Object[] encodedColumns)
-
PdbxLinkedEntityInstanceList
public PdbxLinkedEntityInstanceList(String name)
-
-
Method Detail
-
getLinkedEntityId
public StrColumn getLinkedEntityId()
The value of _pdbx_linked_entity_instance_list.linked_entity_id is a reference to the identifier for a molecule represented as a linked entity.- Returns:
- StrColumn
-
getInstanceId
public IntColumn getInstanceId()
The value of _pdbx_linked_entity_instance_list.instance_id is identifies a particular molecule instance within an entry.- Returns:
- IntColumn
-
getAsymId
public StrColumn getAsymId()
A reference to _struct_asym.id in the STRUCT_ASYM category.- Returns:
- StrColumn
-
-