Package org.rcsb.cif.model.generated
Class PdbxVersion
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxVersion
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxVersion extends BaseCategory
Data items in the PDBX_VERSION category record details about the version of this entry.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxVersion(String name)PdbxVersion(String name, int rowCount, Object[] encodedColumns)PdbxVersion(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetDetails()A text description of any special details of the current version.StrColumngetEntryId()This data item is a pointer to _entry.id in the ENTRY category.IntColumngetMajorVersion()Major version number for this datablock.StrColumngetMinorVersion()Minor version identifier for this datablock: The minor version is incremented for each datablock revision.StrColumngetRevisionDate()A date for the current version or revision.StrColumngetRevisionType()The content type that associated with 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
-
getEntryId
public StrColumn getEntryId()
This data item is a pointer to _entry.id in the ENTRY category.- Returns:
- StrColumn
-
getRevisionDate
public StrColumn getRevisionDate()
A date for the current version or revision. The date format is yyyy-mm-dd.- Returns:
- StrColumn
-
getMajorVersion
public IntColumn getMajorVersion()
Major version number for this datablock.- Returns:
- IntColumn
-
getMinorVersion
public StrColumn getMinorVersion()
Minor version identifier for this datablock: The minor version is incremented for each datablock revision.- Returns:
- StrColumn
-
getDetails
public StrColumn getDetails()
A text description of any special details of the current version.- Returns:
- StrColumn
-
getRevisionType
public StrColumn getRevisionType()
The content type that associated with the revision.- Returns:
- StrColumn
-
-