Package org.rcsb.cif.model.generated
Class PdbxStructGroupComponents
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxStructGroupComponents
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxStructGroupComponents extends BaseCategory
Data items in the PDBX_STRUCT_GROUP_COMPONENTS category list component-level group assignments within the entry. Groups are defined and described in category PDBX_STRUCT_GROUP_LIST.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxStructGroupComponents(String name)PdbxStructGroupComponents(String name, int rowCount, Object[] encodedColumns)PdbxStructGroupComponents(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetAuthAsymId()Part of the identifier for the component in this group assignment.StrColumngetAuthCompId()Part of the identifier for the component in this group assignment.StrColumngetAuthSeqId()Part of the identifier for the component in this group assignment.StrColumngetLabelAltId()Part of the identifier for the component in this group assignment.StrColumngetLabelAsymId()Part of the identifier for the component in this group assignment.StrColumngetLabelCompId()Part of the identifier for the component in this group assignment.IntColumngetLabelSeqId()Part of the identifier for the component in this group assignment.IntColumngetOrdinal()The value of _pdbx_struct_group_components.ordinal must uniquely identify each item in the PDBX_STRUCT_GROUP_COMPONENTS list.StrColumngetPDBInsCode()Part of the identifier for the component in this group assignment.IntColumngetPDBModelNum()Part of the identifier for the component in this group assignment.StrColumngetStructGroupId()The value of _pdbx_struct_group_components.group_id identifies the group assignment for the component.-
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
-
PdbxStructGroupComponents
public PdbxStructGroupComponents(String name, Map<String,Column> columns)
-
PdbxStructGroupComponents
public PdbxStructGroupComponents(String name, int rowCount, Object[] encodedColumns)
-
PdbxStructGroupComponents
public PdbxStructGroupComponents(String name)
-
-
Method Detail
-
getOrdinal
public IntColumn getOrdinal()
The value of _pdbx_struct_group_components.ordinal must uniquely identify each item in the PDBX_STRUCT_GROUP_COMPONENTS list. This is an integer serial number.- Returns:
- IntColumn
-
getStructGroupId
public StrColumn getStructGroupId()
The value of _pdbx_struct_group_components.group_id identifies the group assignment for the component. This is a reference to the identifier for group definition in category PDBX_STRUCT_GROUP_LIST.- Returns:
- StrColumn
-
getPDBModelNum
public IntColumn getPDBModelNum()
Part of the identifier for the component in this group assignment. This data item is a pointer to _atom_site.pdbx_PDB_model_num in the ATOM_SITE category.- Returns:
- IntColumn
-
getAuthAsymId
public StrColumn getAuthAsymId()
Part of the identifier for the component in this group assignment. This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthCompId
public StrColumn getAuthCompId()
Part of the identifier for the component in this group assignment. This data item is a pointer to _atom_site.auth_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthSeqId
public StrColumn getAuthSeqId()
Part of the identifier for the component in this group assignment. This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPDBInsCode
public StrColumn getPDBInsCode()
Part of the identifier for the component in this group assignment. This data item is a pointer to _atom_site.pdbx_PDB_ins_code in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelAsymId
public StrColumn getLabelAsymId()
Part of the identifier for the component in this group assignment. This data item is a pointer to _atom_site.label_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelCompId
public StrColumn getLabelCompId()
Part of the identifier for the component in this group assignment. This data item is a pointer to _atom_site.label_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelSeqId
public IntColumn getLabelSeqId()
Part of the identifier for the component in this group assignment. This data item is a pointer to _atom_site.label_seq_id in the ATOM_SITE category.- Returns:
- IntColumn
-
getLabelAltId
public StrColumn getLabelAltId()
Part of the identifier for the component in this group assignment. This data item is a pointer to _atom_site.label_alt_id in the ATOM_SITE category.- Returns:
- StrColumn
-
-