Package org.rcsb.cif.model.generated
Class PdbxStructPackGen
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxStructPackGen
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxStructPackGen extends BaseCategory
Data items in the PDBX_STRUCT_PACK_GEN category record details about the generation of the packing picture(s).
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxStructPackGen(String name)PdbxStructPackGen(String name, int rowCount, Object[] encodedColumns)PdbxStructPackGen(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetAsymId()This data item is a pointer to _struct_asym.id in the STRUCT_ASYM category.FloatColumngetColorBlue()Gives rgb color code in order to produce atlas entry packing picture.FloatColumngetColorGreen()Gives rgb color code in order to produce atlas entry packing picture.FloatColumngetColorRed()Gives rgb color code in order to produce atlas entry packing picture.IntColumngetCrystalType()Crystal typeStrColumngetId()Ordinal identifierIntColumngetPackingType()Packing typeStrColumngetSymmetry()Describes the symmetry operation that should be applied to the atom set specified by _pdbx_struct_pack_gen.asym_id to generate a packing picture.-
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
-
-
-
-
Method Detail
-
getId
public StrColumn getId()
Ordinal identifier- Returns:
- StrColumn
-
getAsymId
public StrColumn getAsymId()
This data item is a pointer to _struct_asym.id in the STRUCT_ASYM category.- Returns:
- StrColumn
-
getSymmetry
public StrColumn getSymmetry()
Describes the symmetry operation that should be applied to the atom set specified by _pdbx_struct_pack_gen.asym_id to generate a packing picture.- Returns:
- StrColumn
-
getColorRed
public FloatColumn getColorRed()
Gives rgb color code in order to produce atlas entry packing picture.- Returns:
- FloatColumn
-
getColorGreen
public FloatColumn getColorGreen()
Gives rgb color code in order to produce atlas entry packing picture.- Returns:
- FloatColumn
-
getColorBlue
public FloatColumn getColorBlue()
Gives rgb color code in order to produce atlas entry packing picture.- Returns:
- FloatColumn
-
getCrystalType
public IntColumn getCrystalType()
Crystal type- Returns:
- IntColumn
-
getPackingType
public IntColumn getPackingType()
Packing type- Returns:
- IntColumn
-
-