Package org.rcsb.cif.model.generated
Class PdbxNmrComputing
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxNmrComputing
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxNmrComputing extends BaseCategory
The table in this section is used to describe the software that was used for data collection, data processing, data analysis, structure calculations and refinement. The description should include both the name of the software and the version used.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxNmrComputing(String name)PdbxNmrComputing(String name, int rowCount, Object[] encodedColumns)PdbxNmrComputing(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetCollection()Enter the name of the software used for data collection.StrColumngetCollectionVersion()Enter the version of the software used for data collection.StrColumngetDataAnalysis()Enter the name of the software used for data analysis.StrColumngetDataAnalysisVersion()Enter the version of the software used for data analysis.StrColumngetEntryId()The entry ID for the structure determination.StrColumngetIterativeRelaxationMatrix()Enter the name of the software used for iterative relaxation matrix methods.StrColumngetIterativeRelaxationMatrixVersion()Enter the version of the software used for iterative relaxation matrix methods.StrColumngetProcessing()Enter the name of the software used for data processing.StrColumngetProcessingVersion()Enter the version of the software used for data processing.StrColumngetRefinement()Enter the name of the software used for refinement.StrColumngetRefinementVersion()Enter the version of the software used for refinement.StrColumngetStructureSolution()Enter the name of the software used to calculate the structure.StrColumngetStructureSolutionVersion()Enter the version of the software used to calculate the structure.-
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 ID for the structure determination.- Returns:
- StrColumn
-
getCollection
public StrColumn getCollection()
Enter the name of the software used for data collection.- Returns:
- StrColumn
-
getCollectionVersion
public StrColumn getCollectionVersion()
Enter the version of the software used for data collection.- Returns:
- StrColumn
-
getProcessing
public StrColumn getProcessing()
Enter the name of the software used for data processing.- Returns:
- StrColumn
-
getProcessingVersion
public StrColumn getProcessingVersion()
Enter the version of the software used for data processing.- Returns:
- StrColumn
-
getDataAnalysis
public StrColumn getDataAnalysis()
Enter the name of the software used for data analysis.- Returns:
- StrColumn
-
getDataAnalysisVersion
public StrColumn getDataAnalysisVersion()
Enter the version of the software used for data analysis.- Returns:
- StrColumn
-
getStructureSolution
public StrColumn getStructureSolution()
Enter the name of the software used to calculate the structure.- Returns:
- StrColumn
-
getStructureSolutionVersion
public StrColumn getStructureSolutionVersion()
Enter the version of the software used to calculate the structure.- Returns:
- StrColumn
-
getRefinement
public StrColumn getRefinement()
Enter the name of the software used for refinement.- Returns:
- StrColumn
-
getRefinementVersion
public StrColumn getRefinementVersion()
Enter the version of the software used for refinement.- Returns:
- StrColumn
-
getIterativeRelaxationMatrix
public StrColumn getIterativeRelaxationMatrix()
Enter the name of the software used for iterative relaxation matrix methods.- Returns:
- StrColumn
-
getIterativeRelaxationMatrixVersion
public StrColumn getIterativeRelaxationMatrixVersion()
Enter the version of the software used for iterative relaxation matrix methods.- Returns:
- StrColumn
-
-