Package org.rcsb.cif.model.generated
Class PdbxBuffer
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxBuffer
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxBuffer extends BaseCategory
Data items in the PDBX_BUFFER category record details of the sample buffer.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxBuffer(String name)PdbxBuffer(String name, int rowCount, Object[] encodedColumns)PdbxBuffer(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetDetails()Any additional details to do with buffer.StrColumngetId()The value of _pdbx_buffer.id must uniquely identify the sample buffer.StrColumngetName()The name of each buffer.-
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 _pdbx_buffer.id must uniquely identify the sample buffer.- Returns:
- StrColumn
-
getName
public StrColumn getName()
The name of each buffer.- Returns:
- StrColumn
-
getDetails
public StrColumn getDetails()
Any additional details to do with buffer.- Returns:
- StrColumn
-
-