Package org.rcsb.cif.model.generated
Class PdbxXplorFile
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxXplorFile
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxXplorFile extends BaseCategory
Parameter and topology files used in X-PLOR/CNS refinement.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxXplorFile(String name)PdbxXplorFile(String name, int rowCount, Object[] encodedColumns)PdbxXplorFile(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetParamFile()Parameter file name in X-PLOR/CNS refinement.StrColumngetPdbxRefineId()This data item uniquely identifies a refinement within an entry.StrColumngetSerialNo()Serial number.StrColumngetTopolFile()Topology file name in X-PLOR/CNS refinement.-
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
-
getSerialNo
public StrColumn getSerialNo()
Serial number.- Returns:
- StrColumn
-
getPdbxRefineId
public StrColumn getPdbxRefineId()
This data item uniquely identifies a refinement within an entry. _pdbx_xplor_file.pdbx_refine_id can be used to distinguish the results of joint refinements.- Returns:
- StrColumn
-
getParamFile
public StrColumn getParamFile()
Parameter file name in X-PLOR/CNS refinement.- Returns:
- StrColumn
-
getTopolFile
public StrColumn getTopolFile()
Topology file name in X-PLOR/CNS refinement.- Returns:
- StrColumn
-
-