Package org.rcsb.cif.model.generated
Class PdbxReferenceMoleculeFamily
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxReferenceMoleculeFamily
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxReferenceMoleculeFamily extends BaseCategory
Data items in the PDBX_REFERENCE_MOLECULE_FAMILY category identify entity families.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxReferenceMoleculeFamily(String name)PdbxReferenceMoleculeFamily(String name, int rowCount, Object[] encodedColumns)PdbxReferenceMoleculeFamily(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetFamilyPrdId()The value of _pdbx_reference_entity.family_prd_id must uniquely identify a record in the PDBX_REFERENCE_MOLECULE_FAMILY list.StrColumngetName()The entity family name.StrColumngetReleaseStatus()Assigns the current PDB release status for this family.StrColumngetReplacedBy()Assigns the identifier of the family that has replaced this component.StrColumngetReplaces()Assigns the identifier for the family which have been replaced by this family.-
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
-
PdbxReferenceMoleculeFamily
public PdbxReferenceMoleculeFamily(String name, Map<String,Column> columns)
-
PdbxReferenceMoleculeFamily
public PdbxReferenceMoleculeFamily(String name, int rowCount, Object[] encodedColumns)
-
PdbxReferenceMoleculeFamily
public PdbxReferenceMoleculeFamily(String name)
-
-
Method Detail
-
getFamilyPrdId
public StrColumn getFamilyPrdId()
The value of _pdbx_reference_entity.family_prd_id must uniquely identify a record in the PDBX_REFERENCE_MOLECULE_FAMILY list. By convention this ID uniquely identifies the reference family in in the PDB reference dictionary. The ID has the template form FAM_dddddd (e.g. FAM_000001)- Returns:
- StrColumn
-
getName
public StrColumn getName()
The entity family name.- Returns:
- StrColumn
-
getReleaseStatus
public StrColumn getReleaseStatus()
Assigns the current PDB release status for this family.- Returns:
- StrColumn
-
getReplaces
public StrColumn getReplaces()
Assigns the identifier for the family which have been replaced by this family. Multiple family identifier codes should be separated by commas.- Returns:
- StrColumn
-
getReplacedBy
public StrColumn getReplacedBy()
Assigns the identifier of the family that has replaced this component.- Returns:
- StrColumn
-
-