Package org.rcsb.cif.model.generated
Class PdbxReferenceLinkedEntityCompList
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxReferenceLinkedEntityCompList
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxReferenceLinkedEntityCompList extends BaseCategory
Data items in the pdbx_reference_linked_entity_comp_list category lists the constituents of common observed interaction patterns described in the pdbx_reference_linked_entity category.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxReferenceLinkedEntityCompList(String name)PdbxReferenceLinkedEntityCompList(String name, int rowCount, Object[] encodedColumns)PdbxReferenceLinkedEntityCompList(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetCompId()The component identifer for the constituent within the linked entity..IntColumngetLinkedEntityId()This data item is a pointer to _pdbx_reference_linked_entity.id in the pdbx_reference_linked_entity category.IntColumngetListId()This data item uniquely identifies a constituent of with the linked entity.StrColumngetName()The name of the constituent withing the 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
-
PdbxReferenceLinkedEntityCompList
public PdbxReferenceLinkedEntityCompList(String name, Map<String,Column> columns)
-
PdbxReferenceLinkedEntityCompList
public PdbxReferenceLinkedEntityCompList(String name, int rowCount, Object[] encodedColumns)
-
PdbxReferenceLinkedEntityCompList
public PdbxReferenceLinkedEntityCompList(String name)
-
-
Method Detail
-
getLinkedEntityId
public IntColumn getLinkedEntityId()
This data item is a pointer to _pdbx_reference_linked_entity.id in the pdbx_reference_linked_entity category.- Returns:
- IntColumn
-
getListId
public IntColumn getListId()
This data item uniquely identifies a constituent of with the linked entity.- Returns:
- IntColumn
-
getName
public StrColumn getName()
The name of the constituent withing the linked entity.- Returns:
- StrColumn
-
getCompId
public StrColumn getCompId()
The component identifer for the constituent within the linked entity..- Returns:
- StrColumn
-
-