Package org.rcsb.cif.model.generated
Class PdbxNmrConstraintFile
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxNmrConstraintFile
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxNmrConstraintFile extends BaseCategory
Items in the pdbx_nmr_constraint_file category record the name of the constraint file, the software used to calculate conformers with the constraint file, and the characteristics of the constraints in the constraint file.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxNmrConstraintFile(String name)PdbxNmrConstraintFile(String name, int rowCount, Object[] encodedColumns)PdbxNmrConstraintFile(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetConstraintFilename()Name of the uploaded file that contains the constraint data.IntColumngetConstraintNumber()Number of constraints of this type and subtype in the file.StrColumngetConstraintSubtype()Specific type of constraint.StrColumngetConstraintType()The general type of constraint (distance, torsion angle, RDC, etc.)StrColumngetEntryId()Pointer to '_entry.id'IntColumngetId()Local unique identifier for the listed constraint file.StrColumngetSoftwareName()Name of the software application that the listed constraint file is used as input.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
-
getConstraintFilename
public StrColumn getConstraintFilename()
Name of the uploaded file that contains the constraint data.- Returns:
- StrColumn
-
getConstraintNumber
public IntColumn getConstraintNumber()
Number of constraints of this type and subtype in the file.- Returns:
- IntColumn
-
getConstraintSubtype
public StrColumn getConstraintSubtype()
Specific type of constraint.- Returns:
- StrColumn
-
getConstraintType
public StrColumn getConstraintType()
The general type of constraint (distance, torsion angle, RDC, etc.)- Returns:
- StrColumn
-
getEntryId
public StrColumn getEntryId()
Pointer to '_entry.id'- Returns:
- StrColumn
-
getId
public IntColumn getId()
Local unique identifier for the listed constraint file.- Returns:
- IntColumn
-
getSoftwareName
public StrColumn getSoftwareName()
Name of the software application that the listed constraint file is used as input.- Returns:
- StrColumn
-
getSoftwareOrdinal
public IntColumn getSoftwareOrdinal()
Pointer to _software.ordinal- Returns:
- IntColumn
-
-