Package org.rcsb.cif.model.generated
Class PdbxStructAssembly
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxStructAssembly
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxStructAssembly extends BaseCategory
Data items in the PDBX_STRUCT_ASSEMBLY category record details about the structural elements that form macromolecular assemblies.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxStructAssembly(String name)PdbxStructAssembly(String name, int rowCount, Object[] encodedColumns)PdbxStructAssembly(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.id must uniquely identify a record in the PDBX_STRUCT_ASSEMBLY list.StrColumngetMethodDetails()Provides details of the method used to determine or compute the assembly.IntColumngetOligomericCount()The number of polymer molecules in the assembly.StrColumngetOligomericDetails()Provides the details of the oligomeric state of the assembly.-
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
-
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 IntColumn getOligomericCount()
The number of polymer molecules in the assembly.- Returns:
- IntColumn
-
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.id must uniquely identify a record in the PDBX_STRUCT_ASSEMBLY list.- Returns:
- StrColumn
-
-