Package org.rcsb.cif.schema.mm
Class PdbxReferenceLinkedEntity
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxReferenceLinkedEntity
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxReferenceLinkedEntity
extends DelegatingCategory
Data items in the pdbx_reference_linked_entity category describe
common observed interaction patterns within linked entities.
-
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 PdbxReferenceLinkedEntity(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetClazz()Broadly classifies of this linked entity example.IntColumngetId()The value of _pdbx_reference_linked_entity.id uniquely identifies examples in the list of observed linking patterns.StrColumngetLinkFromEntityType()The polymer linking type of the second partner entity in example linkage.StrColumngetLinkToCompId()The component identifer for the component in the first partner of the example linkage.StrColumngetLinkToEntityType()The polymer linking type of the first partner entity in example linkage.StrColumngetName()The name of the linked entity example.StrColumngetTaxonomyClass()The NCBI taxonomy classification of the organism for this linked entity example.StrColumngetTaxonomyId()The NCBI taxonomy identifier of the organism for the linked entity example.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
The value of _pdbx_reference_linked_entity.id uniquely identifies examples in the list of observed linking patterns.- Returns:
- IntColumn
-
getClazz
Broadly classifies of this linked entity example.- Returns:
- StrColumn
-
getName
The name of the linked entity example.- Returns:
- StrColumn
-
getTaxonomyId
The NCBI taxonomy identifier of the organism for the linked entity example.- Returns:
- StrColumn
-
getTaxonomyClass
The NCBI taxonomy classification of the organism for this linked entity example.- Returns:
- StrColumn
-
getLinkToEntityType
The polymer linking type of the first partner entity in example linkage.- Returns:
- StrColumn
-
getLinkToCompId
The component identifer for the component in the first partner of the example linkage.- Returns:
- StrColumn
-
getLinkFromEntityType
The polymer linking type of the second partner entity in example linkage.- Returns:
- StrColumn
-