Package org.rcsb.cif.model.generated
Class PdbxUnobsOrZeroOccResidues
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxUnobsOrZeroOccResidues
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxUnobsOrZeroOccResidues extends BaseCategory
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.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxUnobsOrZeroOccResidues(String name)PdbxUnobsOrZeroOccResidues(String name, int rowCount, Object[] encodedColumns)PdbxUnobsOrZeroOccResidues(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 not-
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
-
-
-
-
Constructor Detail
-
PdbxUnobsOrZeroOccResidues
public PdbxUnobsOrZeroOccResidues(String name, Map<String,Column> columns)
-
PdbxUnobsOrZeroOccResidues
public PdbxUnobsOrZeroOccResidues(String name, int rowCount, Object[] encodedColumns)
-
PdbxUnobsOrZeroOccResidues
public PdbxUnobsOrZeroOccResidues(String name)
-
-
Method Detail
-
getId
public IntColumn 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
public StrColumn 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
public 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
public IntColumn 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
public StrColumn 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
public 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
public 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
public 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
public 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
public 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
public IntColumn 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
-
-