Package org.rcsb.cif.model.generated
Class PdbxEntryDetails
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxEntryDetails
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxEntryDetails extends BaseCategory
Data items in the PDBX_ENTRY_DETAILS category provide additional details about this entry.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxEntryDetails(String name)PdbxEntryDetails(String name, int rowCount, Object[] encodedColumns)PdbxEntryDetails(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetCompoundDetails()Additional details about the macromolecular compounds in this entry.StrColumngetEntryId()This item identifies the entry.StrColumngetNonpolymerDetails()Additional details about the non-polymer components in this entry.StrColumngetSequenceDetails()Additional details about the sequence or sequence database correspondences for this entry.StrColumngetSourceDetails()Additional details about the source and taxonomy of the macromolecular components in this entry.-
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()
This item identifies the entry. This is a reference to _entry.id.- Returns:
- StrColumn
-
getNonpolymerDetails
public StrColumn getNonpolymerDetails()
Additional details about the non-polymer components in this entry.- Returns:
- StrColumn
-
getSequenceDetails
public StrColumn getSequenceDetails()
Additional details about the sequence or sequence database correspondences for this entry.- Returns:
- StrColumn
-
getCompoundDetails
public StrColumn getCompoundDetails()
Additional details about the macromolecular compounds in this entry.- Returns:
- StrColumn
-
getSourceDetails
public StrColumn getSourceDetails()
Additional details about the source and taxonomy of the macromolecular components in this entry.- Returns:
- StrColumn
-
-