Package org.rcsb.cif.schema.mm
Class StructBiolGen
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.StructBiolGen
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class StructBiolGen
extends DelegatingCategory
Data items in the STRUCT_BIOL_GEN category record details about
the generation of each biological unit. The STRUCT_BIOL_GEN
data items provide the specifications of the components that
constitute that biological unit, which may include symmetry
elements.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
Constructors Constructor Description StructBiolGen(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAsymId()This data item is a pointer to _struct_asym.id in the STRUCT_ASYM category.StrColumngetBiolId()This data item is a pointer to _struct_biol.id in the STRUCT_BIOL category.StrColumngetDetails()A description of special aspects of the symmetry generation of this portion of the biological structure.StrColumngetPdbxAfterBeginResidueNo()The new residue number after generation of portions of the biomolecule.StrColumngetPdbxAfterEndResidueNo()The new residue number after generation of portions of the biomolecule.StrColumngetPdbxBeforeBeginResidueNo()The number of the first residue to which the symmetry operations have to be applied to generate a portion of the biomolecule.StrColumngetPdbxBeforeEndResidueNo()The number of the last residue to which the symmetry operations have to be applied to generate a portion of the biomolecule.FloatColumngetPdbxColorBlue()Gives rgb color code of this strand.FloatColumngetPdbxColorGreen()Gives rgb color code of this strand.FloatColumngetPdbxColorRed()Gives rgb color code of this strand.StrColumngetPdbxFullSymmetryOperation()This item expresses category _struct_biol_gen.symmetry on an X, Y and Z basis.StrColumngetPdbxNewAsymId()This category gives the NDB strand ids for the complete biomolecule after it is generated.StrColumngetPdbxNewPdbAsymId()This data item is the PDB strand ID of the strand which will be generated.IntColumngetPdbxPDBOrder()An ordering index used to reproduce the presentation of chain order in the original PDB format data files.StrColumngetSymmetry()Describes the symmetry operation that should be applied to the atom set specified by _struct_biol_gen.asym_id to generate a portion of the biological structure.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getAsymId
This data item is a pointer to _struct_asym.id in the STRUCT_ASYM category.- Returns:
- StrColumn
-
getBiolId
This data item is a pointer to _struct_biol.id in the STRUCT_BIOL category.- Returns:
- StrColumn
-
getDetails
A description of special aspects of the symmetry generation of this portion of the biological structure.- Returns:
- StrColumn
-
getSymmetry
Describes the symmetry operation that should be applied to the atom set specified by _struct_biol_gen.asym_id to generate a portion of the biological structure.- Returns:
- StrColumn
-
getPdbxFullSymmetryOperation
This item expresses category _struct_biol_gen.symmetry on an X, Y and Z basis.- Returns:
- StrColumn
-
getPdbxPDBOrder
An ordering index used to reproduce the presentation of chain order in the original PDB format data files.- Returns:
- IntColumn
-
getPdbxNewAsymId
This category gives the NDB strand ids for the complete biomolecule after it is generated.- Returns:
- StrColumn
-
getPdbxNewPdbAsymId
This data item is the PDB strand ID of the strand which will be generated.- Returns:
- StrColumn
-
getPdbxColorRed
Gives rgb color code of this strand.- Returns:
- FloatColumn
-
getPdbxColorGreen
Gives rgb color code of this strand.- Returns:
- FloatColumn
-
getPdbxColorBlue
Gives rgb color code of this strand.- Returns:
- FloatColumn
-
getPdbxAfterBeginResidueNo
The new residue number after generation of portions of the biomolecule.- Returns:
- StrColumn
-
getPdbxAfterEndResidueNo
The new residue number after generation of portions of the biomolecule.- Returns:
- StrColumn
-
getPdbxBeforeBeginResidueNo
The number of the first residue to which the symmetry operations have to be applied to generate a portion of the biomolecule.- Returns:
- StrColumn
-
getPdbxBeforeEndResidueNo
The number of the last residue to which the symmetry operations have to be applied to generate a portion of the biomolecule.- Returns:
- StrColumn
-