Package org.rcsb.cif.model.generated
Class PdbxSeqMapDepositorInfo
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxSeqMapDepositorInfo
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxSeqMapDepositorInfo extends BaseCategory
Data items in the PDBX_SEQ_MAP_DEPOSITOR_INFO record the details about the mapping sample and coordinate sequences.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxSeqMapDepositorInfo(String name)PdbxSeqMapDepositorInfo(String name, int rowCount, Object[] encodedColumns)PdbxSeqMapDepositorInfo(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
getEntityId
public StrColumn getEntityId()
This data item is a pointer to _entity_poly.entity_id in the ENTITY_POLY category.- Returns:
- StrColumn
-
getAuthAsymId
public StrColumn getAuthAsymId()
This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getOneLetterCode
public StrColumn getOneLetterCode()
Coordinate sequence expressed as string of one-letter residue codes.- Returns:
- StrColumn
-
getOneLetterCodeMod
public StrColumn getOneLetterCodeMod()
Coordinate sequence expressed as string of one-letter residue codes with nonstandard residues expressed as 3-letter codes in parentheses.- Returns:
- StrColumn
-
-