Package org.rcsb.cif.schema.mm
Class PdbxSeqMapDepositorInfo
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxSeqMapDepositorInfo
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxSeqMapDepositorInfo
extends DelegatingCategory
Data items in the PDBX_SEQ_MAP_DEPOSITOR_INFO record the
details about the mapping sample and coordinate sequences.
-
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 PdbxSeqMapDepositorInfo(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAuthAsymId()This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.StrColumngetEntityId()This data item is a pointer to _entity_poly.entity_id in the ENTITY_POLY category.StrColumngetOneLetterCode()Coordinate sequence expressed as string of one-letter residue codes.StrColumngetOneLetterCodeMod()Coordinate sequence expressed as string of one-letter residue codes with nonstandard residues expressed as 3-letter codes in parentheses.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntityId
This data item is a pointer to _entity_poly.entity_id in the ENTITY_POLY category.- Returns:
- StrColumn
-
getAuthAsymId
This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getOneLetterCode
Coordinate sequence expressed as string of one-letter residue codes.- Returns:
- StrColumn
-
getOneLetterCodeMod
Coordinate sequence expressed as string of one-letter residue codes with nonstandard residues expressed as 3-letter codes in parentheses.- Returns:
- StrColumn
-