Package org.rcsb.cif.model.generated
Class PdbxCoord
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxCoord
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxCoord extends BaseCategory
Gives information about what kind of coordinates are available.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetChainAtomsYP()Gives information if the coordinates for the main chain atoms are available.StrColumngetEntryId()The entry identifier.StrColumngetHydrogenAtomsYN()Gives information if the coordinates for hydrogen atoms are available.StrColumngetSolventAtomsYN()Gives information if the coordinates for solvent atoms are available.StrColumngetStructureFactorsYN()Gives information if the structure factors for this entry are available.-
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
-
getEntryId
public StrColumn getEntryId()
The entry identifier.- Returns:
- StrColumn
-
getChainAtomsYP
public StrColumn getChainAtomsYP()
Gives information if the coordinates for the main chain atoms are available.- Returns:
- StrColumn
-
getHydrogenAtomsYN
public StrColumn getHydrogenAtomsYN()
Gives information if the coordinates for hydrogen atoms are available.- Returns:
- StrColumn
-
getSolventAtomsYN
public StrColumn getSolventAtomsYN()
Gives information if the coordinates for solvent atoms are available.- Returns:
- StrColumn
-
getStructureFactorsYN
public StrColumn getStructureFactorsYN()
Gives information if the structure factors for this entry are available.- Returns:
- StrColumn
-
-