Package org.rcsb.cif.model.generated
Class PdbxStructOperListDepositorInfo
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxStructOperListDepositorInfo
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxStructOperListDepositorInfo extends BaseCategory
Data items in the PDBX_STRUCT_OPER_LIST_DEPOSITOR_INFO category capture depositor provided information related to the archival cateogory PDBX_STRUCT_OPER_LIST.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxStructOperListDepositorInfo(String name)PdbxStructOperListDepositorInfo(String name, int rowCount, Object[] encodedColumns)PdbxStructOperListDepositorInfo(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetId()This identifier code must uniquely identify a record in the PDBX_STRUCT_OPER_LIST_DEPOSITOR_INFO list.FloatColumngetMatrix11()The elements of the 3x3 matrix component of the transformation operation.FloatColumngetMatrix12()The elements of the 3x3 matrix component of the transformation operation.FloatColumngetMatrix13()The elements of the 3x3 matrix component of the transformation operation.FloatColumngetMatrix21()The elements of the 3x3 matrix component of the transformation operation.FloatColumngetMatrix22()The elements of the 3x3 matrix component of the transformation operation.FloatColumngetMatrix23()The elements of the 3x3 matrix component of the transformation operation.FloatColumngetMatrix31()The elements of the 3x3 matrix component of the transformation operation.FloatColumngetMatrix32()The elements of the 3x3 matrix component of the transformation operation.FloatColumngetMatrix33()The elements of the 3x3 matrix component of the transformation operation.StrColumngetName()A descriptive name for the transformation operation.StrColumngetSymmetryOperation()The symmetry operation corresponding to the transformation operation.StrColumngetType()A code to indicate the type of operator.FloatColumngetVector1()The elements of the three-element vector component of the transformation operation.FloatColumngetVector2()The elements of the three-element vector component of the transformation operation.FloatColumngetVector3()The elements of the three-element vector component of the transformation operation.-
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
-
PdbxStructOperListDepositorInfo
public PdbxStructOperListDepositorInfo(String name, Map<String,Column> columns)
-
PdbxStructOperListDepositorInfo
public PdbxStructOperListDepositorInfo(String name, int rowCount, Object[] encodedColumns)
-
PdbxStructOperListDepositorInfo
public PdbxStructOperListDepositorInfo(String name)
-
-
Method Detail
-
getId
public StrColumn getId()
This identifier code must uniquely identify a record in the PDBX_STRUCT_OPER_LIST_DEPOSITOR_INFO list.- Returns:
- StrColumn
-
getType
public StrColumn getType()
A code to indicate the type of operator.- Returns:
- StrColumn
-
getName
public StrColumn getName()
A descriptive name for the transformation operation.- Returns:
- StrColumn
-
getSymmetryOperation
public StrColumn getSymmetryOperation()
The symmetry operation corresponding to the transformation operation.- Returns:
- StrColumn
-
getMatrix11
public FloatColumn getMatrix11()
The elements of the 3x3 matrix component of the transformation operation.- Returns:
- FloatColumn
-
getMatrix12
public FloatColumn getMatrix12()
The elements of the 3x3 matrix component of the transformation operation.- Returns:
- FloatColumn
-
getMatrix13
public FloatColumn getMatrix13()
The elements of the 3x3 matrix component of the transformation operation.- Returns:
- FloatColumn
-
getMatrix21
public FloatColumn getMatrix21()
The elements of the 3x3 matrix component of the transformation operation.- Returns:
- FloatColumn
-
getMatrix22
public FloatColumn getMatrix22()
The elements of the 3x3 matrix component of the transformation operation.- Returns:
- FloatColumn
-
getMatrix23
public FloatColumn getMatrix23()
The elements of the 3x3 matrix component of the transformation operation.- Returns:
- FloatColumn
-
getMatrix31
public FloatColumn getMatrix31()
The elements of the 3x3 matrix component of the transformation operation.- Returns:
- FloatColumn
-
getMatrix32
public FloatColumn getMatrix32()
The elements of the 3x3 matrix component of the transformation operation.- Returns:
- FloatColumn
-
getMatrix33
public FloatColumn getMatrix33()
The elements of the 3x3 matrix component of the transformation operation.- Returns:
- FloatColumn
-
getVector1
public FloatColumn getVector1()
The elements of the three-element vector component of the transformation operation.- Returns:
- FloatColumn
-
getVector2
public FloatColumn getVector2()
The elements of the three-element vector component of the transformation operation.- Returns:
- FloatColumn
-
getVector3
public FloatColumn getVector3()
The elements of the three-element vector component of the transformation operation.- Returns:
- FloatColumn
-
-