Package org.rcsb.cif.schema.mm
Class PdbxUnobsOrZeroOccResidues
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxUnobsOrZeroOccResidues
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxUnobsOrZeroOccResidues
extends DelegatingCategory
Data items in the PDBX_UNOBS_OR_ZERO_OCC_RESIDUES category list the
residues within the entry that are not observed or have zero occupancy.
-
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 PdbxUnobsOrZeroOccResidues(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAuthAsymId()Part of the identifier for the unobserved or zero occupancy residue.StrColumngetAuthCompId()Part of the identifier for the unobserved or zero occupancy residue.StrColumngetAuthSeqId()Part of the identifier for the unobserved or zero occupancy residue.IntColumngetId()The value of _pdbx_unobs_or_zero_occ_residues.id must uniquely identify each item in the PDBX_UNOBS_OR_ZERO_OCC_RESIDUES list.StrColumngetLabelAsymId()Part of the identifier for the unobserved or zero occupancy residue.StrColumngetLabelCompId()Part of the identifier for the unobserved or zero occupancy residue.IntColumngetLabelSeqId()Part of the identifier for the unobserved or zero occupancy residue.StrColumngetOccupancyFlag()The value of occupancy flag indicates whether the residue is unobserved (= 1) or the coordinates have an occupancy of zero (=0)StrColumngetPDBInsCode()Part of the identifier for the unobserved or zero occupancy residue.IntColumngetPDBModelNum()Part of the identifier for the unobserved or zero occupancy residue.StrColumngetPolymerFlag()The value of polymer flag indicates whether the unobserved or zero occupancy residue is part of a polymer chain or notMethods 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_unobs_or_zero_occ_residues.id must uniquely identify each item in the PDBX_UNOBS_OR_ZERO_OCC_RESIDUES list. This is an integer serial number.- Returns:
- IntColumn
-
getPolymerFlag
The value of polymer flag indicates whether the unobserved or zero occupancy residue is part of a polymer chain or not- Returns:
- StrColumn
-
getOccupancyFlag
The value of occupancy flag indicates whether the residue is unobserved (= 1) or the coordinates have an occupancy of zero (=0)- Returns:
- StrColumn
-
getPDBModelNum
Part of the identifier for the unobserved or zero occupancy residue. This data item is a pointer to _atom_site.pdbx_PDB_model_num in the ATOM_SITE category.- Returns:
- IntColumn
-
getAuthAsymId
Part of the identifier for the unobserved or zero occupancy residue. This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthCompId
Part of the identifier for the unobserved or zero occupancy residue. This data item is a pointer to _atom_site.auth_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthSeqId
Part of the identifier for the unobserved or zero occupancy residue. This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPDBInsCode
Part of the identifier for the unobserved or zero occupancy residue. This data item is a pointer to _atom_site.pdbx_PDB_ins_code in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelAsymId
Part of the identifier for the unobserved or zero occupancy residue. This data item is a pointer to _atom_site.label_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelCompId
Part of the identifier for the unobserved or zero occupancy residue. This data item is a pointer to _atom_site.label_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelSeqId
Part of the identifier for the unobserved or zero occupancy residue. This data item is a pointer to _atom_site.label_seq_id in the ATOM_SITE category.- Returns:
- IntColumn
-