Package org.rcsb.cif.model.generated
Class PdbxReRefinement
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxReRefinement
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxReRefinement extends BaseCategory
Describes the origin of the experimental data used in this entry.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxReRefinement(String name)PdbxReRefinement(String name, int rowCount, Object[] encodedColumns)PdbxReRefinement(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
getEntryId
public StrColumn getEntryId()
The identifier for entry where the experimental data was obtained.- Returns:
- StrColumn
-
getCitationId
public 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
public StrColumn getDetails()
Additional details about this re-refinement.- Returns:
- StrColumn
-
-