Package org.rcsb.cif.model.generated
Class PdbxStructAssemblyPropDepositorInfo
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxStructAssemblyPropDepositorInfo
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxStructAssemblyPropDepositorInfo extends BaseCategory
Data items in the PDBX_STRUCT_ASSEMBLY_PROP_DEPOSITOR_INFO category capture depositor provided information related to the archival cateogory PDBX_STRUCT_ASSEMBLY_PROP.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxStructAssemblyPropDepositorInfo(String name)PdbxStructAssemblyPropDepositorInfo(String name, int rowCount, Object[] encodedColumns)PdbxStructAssemblyPropDepositorInfo(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetBiolId()The identifier for the assembly used in category STRUCT_BIOL.StrColumngetDetails()Additional details about this assembly property.StrColumngetType()The property type for the assembly.StrColumngetValue()The value of the assembly property.-
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
-
PdbxStructAssemblyPropDepositorInfo
public PdbxStructAssemblyPropDepositorInfo(String name, Map<String,Column> columns)
-
PdbxStructAssemblyPropDepositorInfo
public PdbxStructAssemblyPropDepositorInfo(String name, int rowCount, Object[] encodedColumns)
-
PdbxStructAssemblyPropDepositorInfo
public PdbxStructAssemblyPropDepositorInfo(String name)
-
-
Method Detail
-
getBiolId
public StrColumn getBiolId()
The identifier for the assembly used in category STRUCT_BIOL.- Returns:
- StrColumn
-
getType
public StrColumn getType()
The property type for the assembly.- Returns:
- StrColumn
-
getValue
public StrColumn getValue()
The value of the assembly property.- Returns:
- StrColumn
-
getDetails
public StrColumn getDetails()
Additional details about this assembly property.- Returns:
- StrColumn
-
-