Package org.rcsb.cif.schema.mm
Class PdbxReferencePublicationList
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxReferencePublicationList
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxReferencePublicationList
extends DelegatingCategory
Data items in the PDBX_REFERENCE_PUBLICATION_LIST hold reference information
related to PDB citation data.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
Constructors Constructor Description PdbxReferencePublicationList(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetASTMCodeType()The American Society for Testing and Materials (ASTM) code type.StrColumngetASTMCodeValue()The American Society for Testing and Materials (ASTM) code assignment.StrColumngetCountry()The country/region of publication.StrColumngetEndYear()Year in which publication terminated operation.StrColumngetISSNCodeType()The International Standard Serial Number (ISSN/ISBN/ESSN) code type.StrColumngetISSNCodeValue()The International Standard Serial Number (ISSN) code value.StrColumngetPublicationAbbrev()Abbreviated name of the reference publication.StrColumngetStartYear()Year in which publications began operation..Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getPublicationAbbrev
Abbreviated name of the reference publication.- Returns:
- StrColumn
-
getASTMCodeType
The American Society for Testing and Materials (ASTM) code type.- Returns:
- StrColumn
-
getASTMCodeValue
The American Society for Testing and Materials (ASTM) code assignment.- Returns:
- StrColumn
-
getISSNCodeType
The International Standard Serial Number (ISSN/ISBN/ESSN) code type.- Returns:
- StrColumn
-
getISSNCodeValue
The International Standard Serial Number (ISSN) code value.- Returns:
- StrColumn
-
getCountry
The country/region of publication.- Returns:
- StrColumn
-
getStartYear
Year in which publications began operation..- Returns:
- StrColumn
-
getEndYear
Year in which publication terminated operation.- Returns:
- StrColumn
-