Package org.rcsb.cif.model.generated
Class PdbxNmrRefine
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxNmrRefine
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxNmrRefine extends BaseCategory
Describe the method and details of the refinement of the deposited structure.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxNmrRefine(String name)PdbxNmrRefine(String name, int rowCount, Object[] encodedColumns)PdbxNmrRefine(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetDetails()Additional details about the NMR refinement.StrColumngetEntryId()You can leave this blank as an ID will be assigned by the RCSB to the constraint file.StrColumngetMethod()The method used to determine the structure.IntColumngetSoftwareOrdinal()Pointer to _software.ordinal-
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()
You can leave this blank as an ID will be assigned by the RCSB to the constraint file.- Returns:
- StrColumn
-
getMethod
public StrColumn getMethod()
The method used to determine the structure.- Returns:
- StrColumn
-
getDetails
public StrColumn getDetails()
Additional details about the NMR refinement.- Returns:
- StrColumn
-
getSoftwareOrdinal
public IntColumn getSoftwareOrdinal()
Pointer to _software.ordinal- Returns:
- IntColumn
-
-