Package org.rcsb.cif.schema.mm
Class PdbxReRefinement
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxReRefinement
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxReRefinement
extends DelegatingCategory
Describes the origin of the experimental data used in this
entry.
-
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 PdbxReRefinement(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetCitationId()A pointer to _citation.id in category CITATION describing the the citation of the entry from from which the experimental data was obtained.StrColumngetDetails()Additional details about this re-refinement.StrColumngetEntryId()The identifier for entry where the experimental data was obtained.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntryId
The identifier for entry where the experimental data was obtained.- Returns:
- StrColumn
-
getCitationId
A pointer to _citation.id in category CITATION describing the the citation of the entry from from which the experimental data was obtained.- Returns:
- StrColumn
-
getDetails
Additional details about this re-refinement.- Returns:
- StrColumn
-