Package org.rcsb.cif.schema.mm
Class EmEntityAssembly
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.EmEntityAssembly
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class EmEntityAssembly
extends DelegatingCategory
Data items in the EM_ENTITY_ASSEMBLY category
record details about each component of
the complex.
-
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 EmEntityAssembly(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAssemblyId()This data item is a pointer to _em_assembly.id in the ASSEMBLY category.StrColumngetDetails()Additional details about the component.StrColumngetEbiCell()The cell from which the component was obtained.StrColumngetEbiCellularLocation()The cellular location of the component.StrColumngetEbiEngineered()A flag to indicate whether the component is engineered.StrColumngetEbiExpressionSystem()The expression system used to produce the component.StrColumngetEbiExpressionSystemPlasmid()The plasmid used to produce the component.StrColumngetEbiOrganelle()The organelle from which the component was obtained.StrColumngetEbiOrganismCommon()The common name of the species of the natural organism from which the component was obtained.StrColumngetEbiOrganismScientific()The species of the natural organism from which the component was obtained.StrColumngetEbiStrain()The strain of the natural organism from which the component was obtained, if relevant.StrColumngetEbiTissue()The tissue of the natural organism from which the component was obtained.StrColumngetEntityIdList()macromolecules associated with this component, if defined as comma separated list of entity ids (integers).StrColumngetGoId()The Gene Ontology (GO) identifier for the component.StrColumngetId()The value of _em_entity_assembly.id identifies one component of the complex.StrColumngetIprId()The InterPro (IPR) identifier for the component.StrColumngetMutantFlag()mutant flagStrColumngetName()Name of this component in the observed assembly.IntColumngetNumberOfCopies()number of copiesStrColumngetOligomericDetails()oligomeric detailsIntColumngetParentId()The parent of this assembly.StrColumngetSource()The assembly type.StrColumngetSynonym()Alternative name of the component.StrColumngetType()A description of types of components of the assembly of the biological structure.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 _em_entity_assembly.id identifies one component of the complex.- Returns:
- StrColumn
-
getAssemblyId
This data item is a pointer to _em_assembly.id in the ASSEMBLY category.- Returns:
- StrColumn
-
getParentId
The parent of this assembly. This data item is an internal category pointer to _em_entity_assembly.id. By convention, the full assembly (top of hierarchy) is assigned parent id 0 (zero).- Returns:
- IntColumn
-
getSource
The assembly type.- Returns:
- StrColumn
-
getType
A description of types of components of the assembly of the biological structure.- Returns:
- StrColumn
-
getName
Name of this component in the observed assembly.- Returns:
- StrColumn
-
getDetails
Additional details about the component.- Returns:
- StrColumn
-
getGoId
The Gene Ontology (GO) identifier for the component. The GO id is the appropriate identifier used by the Gene Ontology Consortium. Reference: Nature Genetics vol 25:25-29 (2000).- Returns:
- StrColumn
-
getIprId
The InterPro (IPR) identifier for the component. The IPR id is the appropriate identifier used by the Interpro Resource. Reference: Nucleic Acid Research vol 29(1):37-40(2001).- Returns:
- StrColumn
-
getSynonym
Alternative name of the component.- Returns:
- StrColumn
-
getNumberOfCopies
number of copies- Returns:
- IntColumn
-
getOligomericDetails
oligomeric details- Returns:
- StrColumn
-
getEntityIdList
macromolecules associated with this component, if defined as comma separated list of entity ids (integers).- Returns:
- StrColumn
-
getEbiOrganismScientific
The species of the natural organism from which the component was obtained.- Returns:
- StrColumn
-
getEbiOrganismCommon
The common name of the species of the natural organism from which the component was obtained.- Returns:
- StrColumn
-
getEbiStrain
The strain of the natural organism from which the component was obtained, if relevant.- Returns:
- StrColumn
-
getEbiTissue
The tissue of the natural organism from which the component was obtained.- Returns:
- StrColumn
-
getEbiCell
The cell from which the component was obtained.- Returns:
- StrColumn
-
getEbiOrganelle
The organelle from which the component was obtained.- Returns:
- StrColumn
-
getEbiCellularLocation
The cellular location of the component.- Returns:
- StrColumn
-
getEbiEngineered
A flag to indicate whether the component is engineered.- Returns:
- StrColumn
-
getEbiExpressionSystem
The expression system used to produce the component.- Returns:
- StrColumn
-
getEbiExpressionSystemPlasmid
The plasmid used to produce the component.- Returns:
- StrColumn
-
getMutantFlag
mutant flag- Returns:
- StrColumn
-