Package org.rcsb.cif.model.generated
Class PdbxChemCompRelated
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxChemCompRelated
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxChemCompRelated extends BaseCategory
PDBX_CHEM_COMP_RELATED describes the relationship between two chemical components.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxChemCompRelated(String name)PdbxChemCompRelated(String name, int rowCount, Object[] encodedColumns)PdbxChemCompRelated(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetCompId()The chemical component for which this relationship applies.StrColumngetDetails()Describes the type of relationshipStrColumngetRelatedCompId()The related chemical component for which this chemical component is based.StrColumngetRelationshipType()Describes the type of relationship-
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
-
getCompId
public StrColumn getCompId()
The chemical component for which this relationship applies.- Returns:
- StrColumn
-
getRelatedCompId
public StrColumn getRelatedCompId()
The related chemical component for which this chemical component is based.- Returns:
- StrColumn
-
getRelationshipType
public StrColumn getRelationshipType()
Describes the type of relationship- Returns:
- StrColumn
-
getDetails
public StrColumn getDetails()
Describes the type of relationship- Returns:
- StrColumn
-
-