Class PdbxReferencePublicationList

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PdbxReferencePublicationList
    extends BaseCategory
    Data items in the PDBX_REFERENCE_PUBLICATION_LIST hold reference information related to PDB citation data.
    • Constructor Detail

      • PdbxReferencePublicationList

        public PdbxReferencePublicationList​(String name,
                                            Map<String,​Column> columns)
      • PdbxReferencePublicationList

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

        public PdbxReferencePublicationList​(String name)
    • Method Detail

      • getPublicationAbbrev

        public StrColumn getPublicationAbbrev()
        Abbreviated name of the reference publication.
        Returns:
        StrColumn
      • getASTMCodeType

        public StrColumn getASTMCodeType()
        The American Society for Testing and Materials (ASTM) code type.
        Returns:
        StrColumn
      • getASTMCodeValue

        public StrColumn getASTMCodeValue()
        The American Society for Testing and Materials (ASTM) code assignment.
        Returns:
        StrColumn
      • getISSNCodeType

        public StrColumn getISSNCodeType()
        The International Standard Serial Number (ISSN/ISBN/ESSN) code type.
        Returns:
        StrColumn
      • getISSNCodeValue

        public StrColumn getISSNCodeValue()
        The International Standard Serial Number (ISSN) code value.
        Returns:
        StrColumn
      • getCountry

        public StrColumn getCountry()
        The country of publication.
        Returns:
        StrColumn
      • getStartYear

        public StrColumn getStartYear()
        Year in which publications began operation..
        Returns:
        StrColumn
      • getEndYear

        public StrColumn getEndYear()
        Year in which publication terminated operation.
        Returns:
        StrColumn