Package org.rcsb.cif.schema.mm
Class PdbxEntityProdProtocol
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxEntityProdProtocol
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxEntityProdProtocol
extends DelegatingCategory
This category contains descriptive protocols for the production
of this entity.
-
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 PdbxEntityProdProtocol(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetEntityId()The value of _pdbx_entity_prod_protocol.entity_id uniquely identifies each protein contained in the project target protein complex whose structure is to be determined.StrColumngetEntryId()The value of _pdbx_entity_prod_protocol.entry_id uniquely identifies a sample consisting of one or more proteins whose structure is to be determined.StrColumngetProtocol()The protocol description associated with the protocol_type employed in the production of this entity.StrColumngetProtocolType()The one of a set of protocol types associated with the production of this entity.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntryId
The value of _pdbx_entity_prod_protocol.entry_id uniquely identifies a sample consisting of one or more proteins whose structure is to be determined. This is a pointer to _entry.id.- Returns:
- StrColumn
-
getEntityId
The value of _pdbx_entity_prod_protocol.entity_id uniquely identifies each protein contained in the project target protein complex whose structure is to be determined. This data item is a pointer to _entity.id in the ENTITY category.- Returns:
- StrColumn
-
getProtocol
The protocol description associated with the protocol_type employed in the production of this entity.- Returns:
- StrColumn
-
getProtocolType
The one of a set of protocol types associated with the production of this entity.- Returns:
- StrColumn
-