Class 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.
    • Constructor Detail

      • PdbxVersion

        public PdbxVersion​(String name,
                           int rowCount,
                           Object[] encodedColumns)
      • PdbxVersion

        public PdbxVersion​(String name)
    • 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