Package org.rcsb.cif.model.generated
Class PdbxSerialCrystallographySampleDelivery
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxSerialCrystallographySampleDelivery
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxSerialCrystallographySampleDelivery extends BaseCategory
Data items in the PDBX_SERIAL_CRYSTALLOGRAPHY_SAMPLE_DELIVERY category record general details about the sample delivery
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxSerialCrystallographySampleDelivery(String name)PdbxSerialCrystallographySampleDelivery(String name, int rowCount, Object[] encodedColumns)PdbxSerialCrystallographySampleDelivery(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetDescription()The description of the mechanism by which the specimen in placed in the path of the source.StrColumngetDiffrnId()The data item is a pointer to _diffrn.id in the DIFFRN category.StrColumngetMethod()The description of the mechanism by which the specimen in placed in the path of the source.-
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
-
PdbxSerialCrystallographySampleDelivery
public PdbxSerialCrystallographySampleDelivery(String name, Map<String,Column> columns)
-
PdbxSerialCrystallographySampleDelivery
public PdbxSerialCrystallographySampleDelivery(String name, int rowCount, Object[] encodedColumns)
-
PdbxSerialCrystallographySampleDelivery
public PdbxSerialCrystallographySampleDelivery(String name)
-
-
Method Detail
-
getDiffrnId
public StrColumn getDiffrnId()
The data item is a pointer to _diffrn.id in the DIFFRN category.- Returns:
- StrColumn
-
getDescription
public StrColumn getDescription()
The description of the mechanism by which the specimen in placed in the path of the source.- Returns:
- StrColumn
-
getMethod
public StrColumn getMethod()
The description of the mechanism by which the specimen in placed in the path of the source.- Returns:
- StrColumn
-
-