Package org.rcsb.cif.model.generated
Class EmBuffer
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.EmBuffer
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class EmBuffer extends BaseCategory
Data items in the BUFFER category record details of the sample buffer.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetDetails()Additional details about the buffer.StrColumngetId()The value of _em_buffer.id must uniquely identify the sample buffer.StrColumngetName()The name of the buffer.FloatColumngetPH()Additional details about the buffer.StrColumngetSpecimenId()pointer to _em_specimen.id-
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()
The value of _em_buffer.id must uniquely identify the sample buffer.- Returns:
- StrColumn
-
getSpecimenId
public StrColumn getSpecimenId()
pointer to _em_specimen.id- Returns:
- StrColumn
-
getName
public StrColumn getName()
The name of the buffer.- Returns:
- StrColumn
-
getDetails
public StrColumn getDetails()
Additional details about the buffer.- Returns:
- StrColumn
-
getPH
public FloatColumn getPH()
Additional details about the buffer.- Returns:
- FloatColumn
-
-