Package org.rcsb.cif.model.generated
Class PdbxFeatureAssembly
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxFeatureAssembly
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxFeatureAssembly extends BaseCategory
Data items in the PDBX_FEATURE_ASSEMBLY category records information about properties pertaining to this structural assembly.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxFeatureAssembly(String name)PdbxFeatureAssembly(String name, int rowCount, Object[] encodedColumns)PdbxFeatureAssembly(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetAssemblyId()The value of _pdbx_feature_assembly.assembly_id references an assembly definition in category STRUCT_BIOLStrColumngetFeature()The value of _pdbx_feature_assembly.feature_name.StrColumngetFeatureAssignedBy()_pdbx_feature_assembly.feature_assigned_by identifies the individual, organization or program that assigned the feature.StrColumngetFeatureCitationId()_pdbx_feature_assembly.feature_citation_id is a reference to a citation in the CITATION categoryStrColumngetFeatureIdentifier()_pdbx_feature_assembly_range.feature_identifier is an additional identifier used to identify or accession this feature.StrColumngetFeatureName()_pdbx_feature_assembly.feature_name identifies a feature by name.StrColumngetFeatureSoftwareId()_pdbx_feature_assembly.feature_software_id is a reference to an application described in the SOFTWARE category.StrColumngetFeatureType()_pdbx_feature_assembly.feature_type identifies the type of feature.StrColumngetId()The value of _pdbx_feature_assembly.id uniquely identifies a feature in the PDBX_FEATURE_ASSEMBLY category.-
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
-
-
-
-
Method Detail
-
getId
public StrColumn getId()
The value of _pdbx_feature_assembly.id uniquely identifies a feature in the PDBX_FEATURE_ASSEMBLY category.- Returns:
- StrColumn
-
getAssemblyId
public StrColumn getAssemblyId()
The value of _pdbx_feature_assembly.assembly_id references an assembly definition in category STRUCT_BIOL- Returns:
- StrColumn
-
getFeatureName
public StrColumn getFeatureName()
_pdbx_feature_assembly.feature_name identifies a feature by name.- Returns:
- StrColumn
-
getFeatureType
public StrColumn getFeatureType()
_pdbx_feature_assembly.feature_type identifies the type of feature.- Returns:
- StrColumn
-
getFeature
public StrColumn getFeature()
The value of _pdbx_feature_assembly.feature_name.- Returns:
- StrColumn
-
getFeatureIdentifier
public StrColumn getFeatureIdentifier()
_pdbx_feature_assembly_range.feature_identifier is an additional identifier used to identify or accession this feature.- Returns:
- StrColumn
-
getFeatureAssignedBy
public StrColumn getFeatureAssignedBy()
_pdbx_feature_assembly.feature_assigned_by identifies the individual, organization or program that assigned the feature.- Returns:
- StrColumn
-
getFeatureCitationId
public StrColumn getFeatureCitationId()
_pdbx_feature_assembly.feature_citation_id is a reference to a citation in the CITATION category- Returns:
- StrColumn
-
getFeatureSoftwareId
public StrColumn getFeatureSoftwareId()
_pdbx_feature_assembly.feature_software_id is a reference to an application described in the SOFTWARE category.- Returns:
- StrColumn
-
-