Package org.rcsb.cif.model.generated
Class PdbxEntityPolyNaNonstandard
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxEntityPolyNaNonstandard
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxEntityPolyNaNonstandard extends BaseCategory
Data items in the PDBX_ENTITY_POLY_NA_NONSTANDARD category describe the nonstandard features of the nucleic acid polymer entities.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxEntityPolyNaNonstandard(String name)PdbxEntityPolyNaNonstandard(String name, int rowCount, Object[] encodedColumns)PdbxEntityPolyNaNonstandard(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetEntityId()This data item is a pointer to _entity.id in the ENTITY category.StrColumngetFeature()This data item describes the nonstandard feature of the nucleic acid polymer entity.-
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
-
PdbxEntityPolyNaNonstandard
public PdbxEntityPolyNaNonstandard(String name, Map<String,Column> columns)
-
PdbxEntityPolyNaNonstandard
public PdbxEntityPolyNaNonstandard(String name, int rowCount, Object[] encodedColumns)
-
PdbxEntityPolyNaNonstandard
public PdbxEntityPolyNaNonstandard(String name)
-
-