Package org.rcsb.cif.model.generated
Class PdbxAuditRevisionHistory
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxAuditRevisionHistory
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxAuditRevisionHistory extends BaseCategory
Data items in the PDBX_AUDIT_REVISION_HISTORY category record the revision history for a data entry.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxAuditRevisionHistory(String name)PdbxAuditRevisionHistory(String name, int rowCount, Object[] encodedColumns)PdbxAuditRevisionHistory(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetDataContentType()The type of file that the pdbx_audit_revision_history record refers to.StrColumngetInternalDepositionId()The deposition id that corresponds to this millestone fileIntColumngetInternalVersion()An internal version number corresponding to millestone fileIntColumngetMajorRevision()The major version number of deposition release.IntColumngetMinorRevision()The minor version number of deposition release.IntColumngetOrdinal()A unique identifier for the pdbx_audit_revision_history record.StrColumngetRevisionDate()The release date of the revision-
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
-
getOrdinal
public IntColumn getOrdinal()
A unique identifier for the pdbx_audit_revision_history record.- Returns:
- IntColumn
-
getDataContentType
public StrColumn getDataContentType()
The type of file that the pdbx_audit_revision_history record refers to.- Returns:
- StrColumn
-
getMajorRevision
public IntColumn getMajorRevision()
The major version number of deposition release.- Returns:
- IntColumn
-
getMinorRevision
public IntColumn getMinorRevision()
The minor version number of deposition release.- Returns:
- IntColumn
-
getRevisionDate
public StrColumn getRevisionDate()
The release date of the revision- Returns:
- StrColumn
-
getInternalVersion
public IntColumn getInternalVersion()
An internal version number corresponding to millestone file- Returns:
- IntColumn
-
getInternalDepositionId
public StrColumn getInternalDepositionId()
The deposition id that corresponds to this millestone file- Returns:
- StrColumn
-
-