Class PdbxStructGroupList

java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxStructGroupList
All Implemented Interfaces:
Category

@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxStructGroupList
extends DelegatingCategory
Data items in the PDBX_STRUCT_GROUP_LIST define groups of related components or atoms.
  • Constructor Details

  • Method Details

    • createDelegate

      protected Column createDelegate​(String columnName, Column column)
      Overrides:
      createDelegate in class DelegatingCategory
    • getStructGroupId

      public StrColumn getStructGroupId()
      The unique identifier for the group.
      Returns:
      StrColumn
    • getName

      public StrColumn getName()
      The name of the group.
      Returns:
      StrColumn
    • getType

      public StrColumn getType()
      A selected list of group types.
      Returns:
      StrColumn
    • getGroupEnumerationType

      public StrColumn getGroupEnumerationType()
      The manner in which the group is defined. Groups consist of collections within the set of deposited coordinates which can be defined in terms of a list of chemical components in category PDBX_STRUCT_GROUP_COMPONENTS, ranges of chemical components in PDBX_STRUCT_GROUP_COMPONENT_RANGE, or as individual atoms using _atom_site.pdbx_group_id. Groups can be composed of selections from multiple categories in which case the enumeration types are separated by commas.
      Returns:
      StrColumn
    • getDescription

      public StrColumn getDescription()
      The description of the group.
      Returns:
      StrColumn
    • getSelection

      public StrColumn getSelection()
      A qualification of the subset of atoms in the group.
      Returns:
      StrColumn
    • getSelectionDetails

      public StrColumn getSelectionDetails()
      A text description of subset of the atom selection in the group.
      Returns:
      StrColumn