Package org.rcsb.cif.model.generated
Class PdbxEntityProdProtocol
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxEntityProdProtocol
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxEntityProdProtocol extends BaseCategory
This category contains descriptive protocols for the production of this entity.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxEntityProdProtocol(String name)PdbxEntityProdProtocol(String name, int rowCount, Object[] encodedColumns)PdbxEntityProdProtocol(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
getEntryId
public StrColumn 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
public 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
public StrColumn getProtocol()
The protocol description associated with the protocol_type employed in the production of this entity.- Returns:
- StrColumn
-
getProtocolType
public StrColumn getProtocolType()
The one of a set of protocol types associated with the production of this entity.- Returns:
- StrColumn
-
-