Package org.rcsb.cif.model.generated
Class DiffrnOrientRefln
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.DiffrnOrientRefln
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class DiffrnOrientRefln extends BaseCategory
Data items in the DIFFRN_ORIENT_REFLN category record details about the reflections that define the orientation matrix used in the measurement of the diffraction intensities.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description DiffrnOrientRefln(String name)DiffrnOrientRefln(String name, int rowCount, Object[] encodedColumns)DiffrnOrientRefln(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatColumngetAngleChi()Diffractometer angle chi of a reflection used to define the orientation matrix in degrees.FloatColumngetAngleKappa()Diffractometer angle kappa of a reflection used to define the orientation matrix in degrees.FloatColumngetAngleOmega()Diffractometer angle omega of a reflection used to define the orientation matrix in degrees.FloatColumngetAnglePhi()Diffractometer angle phi of a reflection used to define the orientation matrix in degrees.FloatColumngetAnglePsi()Diffractometer angle psi of a reflection used to define the orientation matrix in degrees.FloatColumngetAngleTheta()Diffractometer angle theta of a reflection used to define the orientation matrix in degrees.StrColumngetDiffrnId()This data item is a pointer to _diffrn.id in the DIFFRN category.IntColumngetIndexH()Miller index h of a reflection used to define the orientation matrix.IntColumngetIndexK()Miller index k of a reflection used to define the orientation matrix.IntColumngetIndexL()Miller index l of a reflection used to define the orientation matrix.-
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
-
getAngleChi
public FloatColumn getAngleChi()
Diffractometer angle chi of a reflection used to define the orientation matrix in degrees. See _diffrn_orient_matrix.UB[][] and the Miller indices in the DIFFRN_ORIENT_REFLN category.- Returns:
- FloatColumn
-
getAngleKappa
public FloatColumn getAngleKappa()
Diffractometer angle kappa of a reflection used to define the orientation matrix in degrees. See _diffrn_orient_matrix.UB[][] and the Miller indices in the DIFFRN_ORIENT_REFLN category.- Returns:
- FloatColumn
-
getAngleOmega
public FloatColumn getAngleOmega()
Diffractometer angle omega of a reflection used to define the orientation matrix in degrees. See _diffrn_orient_matrix.UB[][] and the Miller indices in the DIFFRN_ORIENT_REFLN category.- Returns:
- FloatColumn
-
getAnglePhi
public FloatColumn getAnglePhi()
Diffractometer angle phi of a reflection used to define the orientation matrix in degrees. See _diffrn_orient_matrix.UB[][] and the Miller indices in the DIFFRN_ORIENT_REFLN category.- Returns:
- FloatColumn
-
getAnglePsi
public FloatColumn getAnglePsi()
Diffractometer angle psi of a reflection used to define the orientation matrix in degrees. See _diffrn_orient_matrix.UB[][] and the Miller indices in the DIFFRN_ORIENT_REFLN category.- Returns:
- FloatColumn
-
getAngleTheta
public FloatColumn getAngleTheta()
Diffractometer angle theta of a reflection used to define the orientation matrix in degrees. See _diffrn_orient_matrix.UB[][] and the Miller indices in the DIFFRN_ORIENT_REFLN category.- Returns:
- FloatColumn
-
getDiffrnId
public StrColumn getDiffrnId()
This data item is a pointer to _diffrn.id in the DIFFRN category.- Returns:
- StrColumn
-
getIndexH
public IntColumn getIndexH()
Miller index h of a reflection used to define the orientation matrix.- Returns:
- IntColumn
-
getIndexK
public IntColumn getIndexK()
Miller index k of a reflection used to define the orientation matrix.- Returns:
- IntColumn
-
getIndexL
public IntColumn getIndexL()
Miller index l of a reflection used to define the orientation matrix.- Returns:
- IntColumn
-
-