Package org.rcsb.cif.schema.mm
Class PdbxUnobsOrZeroOccAtoms
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxUnobsOrZeroOccAtoms
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxUnobsOrZeroOccAtoms
extends DelegatingCategory
Data items in the PDBX_UNOBS_OR_ZERO_OCC_ATOMS category list the
atoms within the entry that are either unobserved 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 PdbxUnobsOrZeroOccAtoms(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 atom.StrColumngetAuthAtomId()Part of the identifier for the unobserved or zero occupancy atom.StrColumngetAuthCompId()Part of the identifier for the unobserved or zero occupancy atom.StrColumngetAuthSeqId()Part of the identifier for the unobserved or zero occupancy atom.IntColumngetId()The value of _pdbx_unobs_or_zero_occ_atoms.id must uniquely identify each item in the PDBX_UNOBS_OR_ZERO_OCC_ATOMS list.StrColumngetLabelAltId()Part of the identifier for the unobserved or zero occupancy atom.StrColumngetLabelAsymId()Part of the identifier for the unobserved or zero occupancy atom.StrColumngetLabelAtomId()Part of the identifier for the unobserved or zero occupancy atom.StrColumngetLabelCompId()Part of the identifier for the unobserved or zero occupancy atom.IntColumngetLabelSeqId()Part of the identifier for the unobserved or zero occupancy atom.StrColumngetOccupancyFlag()The value of occupancy flag indicates whether the atom is either unobserved (=1) or has zero occupancy (=0)StrColumngetPDBInsCode()Part of the identifier for the unobserved or zero occupancy atom.IntColumngetPDBModelNum()Part of the identifier for the unobserved or zero occupancy atom.StrColumngetPolymerFlag()The value of polymer flag indicates whether the unobserved or zero occupancy atom is part of a polymer chainMethods 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_atoms.id must uniquely identify each item in the PDBX_UNOBS_OR_ZERO_OCC_ATOMS list. This is an integer serial number.- Returns:
- IntColumn
-
getPolymerFlag
The value of polymer flag indicates whether the unobserved or zero occupancy atom is part of a polymer chain- Returns:
- StrColumn
-
getOccupancyFlag
The value of occupancy flag indicates whether the atom is either unobserved (=1) or has zero occupancy (=0)- Returns:
- StrColumn
-
getPDBModelNum
Part of the identifier for the unobserved or zero occupancy atom. 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 atom. This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthAtomId
Part of the identifier for the unobserved or zero occupancy atom. This data item is a pointer to _atom_site.auth_atom_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthCompId
Part of the identifier for the unobserved or zero occupancy atom. 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 atom. 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 atom. This data item is a pointer to _atom_site.pdbx_PDB_ins_code in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelAltId
Part of the identifier for the unobserved or zero occupancy atom. This data item is a pointer to _atom_site.label_alt.id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelAtomId
Part of the identifier for the unobserved or zero occupancy atom. This data item is a pointer to _atom_site.label_atom_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelAsymId
Part of the identifier for the unobserved or zero occupancy atom. 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 atom. 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 atom. This data item is a pointer to _atom_site.label_seq_id in the ATOM_SITE category.- Returns:
- IntColumn
-