Package org.rcsb.cif.model.generated
Class ExptlCrystalFace
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.ExptlCrystalFace
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class ExptlCrystalFace extends BaseCategory
Data items in the EXPTL_CRYSTAL_FACE category record details of the crystal faces.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description ExptlCrystalFace(String name)ExptlCrystalFace(String name, int rowCount, Object[] encodedColumns)ExptlCrystalFace(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetCrystalId()This data item is a pointer to _exptl_crystal.id in the EXPTL_CRYSTAL category.FloatColumngetDiffrChi()The chi diffractometer setting angle in degrees for a specific crystal face associated with _exptl_crystal_face.perp_dist.FloatColumngetDiffrKappa()The kappa diffractometer setting angle in degrees for a specific crystal face associated with _exptl_crystal_face.perp_dist.FloatColumngetDiffrPhi()The phi diffractometer setting angle in degrees for a specific crystal face associated with _exptl_crystal_face.perp_dist.FloatColumngetDiffrPsi()The psi diffractometer setting angle in degrees for a specific crystal face associated with _exptl_crystal_face.perp_dist.IntColumngetIndexH()Miller index h of the crystal face associated with the value _exptl_crystal_face.perp_dist.IntColumngetIndexK()Miller index k of the crystal face associated with the value _exptl_crystal_face.perp_dist.IntColumngetIndexL()Miller index l of the crystal face associated with the value _exptl_crystal_face.perp_dist.FloatColumngetPerpDist()The perpendicular distance in millimetres from the face to the centre of rotation of the crystal.-
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
-
getCrystalId
public StrColumn getCrystalId()
This data item is a pointer to _exptl_crystal.id in the EXPTL_CRYSTAL category.- Returns:
- StrColumn
-
getDiffrChi
public FloatColumn getDiffrChi()
The chi diffractometer setting angle in degrees for a specific crystal face associated with _exptl_crystal_face.perp_dist.- Returns:
- FloatColumn
-
getDiffrKappa
public FloatColumn getDiffrKappa()
The kappa diffractometer setting angle in degrees for a specific crystal face associated with _exptl_crystal_face.perp_dist.- Returns:
- FloatColumn
-
getDiffrPhi
public FloatColumn getDiffrPhi()
The phi diffractometer setting angle in degrees for a specific crystal face associated with _exptl_crystal_face.perp_dist.- Returns:
- FloatColumn
-
getDiffrPsi
public FloatColumn getDiffrPsi()
The psi diffractometer setting angle in degrees for a specific crystal face associated with _exptl_crystal_face.perp_dist.- Returns:
- FloatColumn
-
getIndexH
public IntColumn getIndexH()
Miller index h of the crystal face associated with the value _exptl_crystal_face.perp_dist.- Returns:
- IntColumn
-
getIndexK
public IntColumn getIndexK()
Miller index k of the crystal face associated with the value _exptl_crystal_face.perp_dist.- Returns:
- IntColumn
-
getIndexL
public IntColumn getIndexL()
Miller index l of the crystal face associated with the value _exptl_crystal_face.perp_dist.- Returns:
- IntColumn
-
getPerpDist
public FloatColumn getPerpDist()
The perpendicular distance in millimetres from the face to the centre of rotation of the crystal.- Returns:
- FloatColumn
-
-