Package org.rcsb.cif.schema.mm
Class PdbxStructAssemblyAuthEvidenceDepositorInfo
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxStructAssemblyAuthEvidenceDepositorInfo
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxStructAssemblyAuthEvidenceDepositorInfo
extends DelegatingCategory
Provides author supplied evidentiary support for assemblies
in pdbx_struct_assembly.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
Constructors Constructor Description PdbxStructAssemblyAuthEvidenceDepositorInfo(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAssemblyId()This item references an assembly in pdbx_struct_assemblyStrColumngetDetails()Provides any additional information regarding the evidence of this assemblyStrColumngetExperimentalSupport()Provides the experimental method to determine the state of this assemblyStrColumngetId()Identifies a unique record in pdbx_struct_assembly_auth_evidence_depositor_info.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
Identifies a unique record in pdbx_struct_assembly_auth_evidence_depositor_info.- Returns:
- StrColumn
-
getAssemblyId
This item references an assembly in pdbx_struct_assembly- Returns:
- StrColumn
-
getExperimentalSupport
Provides the experimental method to determine the state of this assembly- Returns:
- StrColumn
-
getDetails
Provides any additional information regarding the evidence of this assembly- Returns:
- StrColumn
-