Package org.rcsb.cif.model.generated
Class PdbxStructAssemblyDepositorInfo
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxStructAssemblyDepositorInfo
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxStructAssemblyDepositorInfo extends BaseCategory
Data items in the PDBX_STRUCT_ASSEMBLY_DEPOSITOR_INFO category capture depositor provided information related to the archival cateogory PDBX_STRUCT_ASSEMBLY.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxStructAssemblyDepositorInfo(String name)PdbxStructAssemblyDepositorInfo(String name, int rowCount, Object[] encodedColumns)PdbxStructAssemblyDepositorInfo(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetDetails()A description of special aspects of the macromolecular assembly.StrColumngetId()The value of _pdbx_struct_assembly_depositor_info.id must uniquely identify a record in the PDBX_STRUCT_ASSEMBLY_DEPOSITOR_INFO list.StrColumngetMatrixFlag()A flag to indicate that the depositor has provided matrix recordsStrColumngetMethodDetails()Provides details of the method used to determine or compute the assembly.StrColumngetOligomericCount()The number of polymer molecules in the assembly.StrColumngetOligomericDetails()Provides the details of the oligomeric state of the assembly.StrColumngetUploadFileName()The name of a file containing matrix records.-
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
-
PdbxStructAssemblyDepositorInfo
public PdbxStructAssemblyDepositorInfo(String name, Map<String,Column> columns)
-
PdbxStructAssemblyDepositorInfo
public PdbxStructAssemblyDepositorInfo(String name, int rowCount, Object[] encodedColumns)
-
PdbxStructAssemblyDepositorInfo
public PdbxStructAssemblyDepositorInfo(String name)
-
-
Method Detail
-
getDetails
public StrColumn getDetails()
A description of special aspects of the macromolecular assembly.- Returns:
- StrColumn
-
getId
public StrColumn getId()
The value of _pdbx_struct_assembly_depositor_info.id must uniquely identify a record in the PDBX_STRUCT_ASSEMBLY_DEPOSITOR_INFO list.- Returns:
- StrColumn
-
getMethodDetails
public StrColumn getMethodDetails()
Provides details of the method used to determine or compute the assembly.- Returns:
- StrColumn
-
getOligomericDetails
public StrColumn getOligomericDetails()
Provides the details of the oligomeric state of the assembly.- Returns:
- StrColumn
-
getOligomericCount
public StrColumn getOligomericCount()
The number of polymer molecules in the assembly.- Returns:
- StrColumn
-
getMatrixFlag
public StrColumn getMatrixFlag()
A flag to indicate that the depositor has provided matrix records- Returns:
- StrColumn
-
getUploadFileName
public StrColumn getUploadFileName()
The name of a file containing matrix records.- Returns:
- StrColumn
-
-