Package org.rcsb.cif.model.generated
Class PdbxReferencePublicationList
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.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.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxReferencePublicationList(String name)PdbxReferencePublicationList(String name, int rowCount, Object[] encodedColumns)PdbxReferencePublicationList(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 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.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
-
-
-
-
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
-
-