Package org.rcsb.cif.model.generated
Class PdbxStructAssemblyProp
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxStructAssemblyProp
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxStructAssemblyProp extends BaseCategory
Properties and features of structural assemblies.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxStructAssemblyProp(String name)PdbxStructAssemblyProp(String name, int rowCount, Object[] encodedColumns)PdbxStructAssemblyProp(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetBiolId()The identifier for the assembly used in category PDBX_STRUCT_ASSEMBLY.StrColumngetDetails()Additional details about this assembly property.StrColumngetType()The property type for the assembly.StrColumngetValue()The value of the assembly property.-
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
-
getBiolId
public StrColumn getBiolId()
The identifier for the assembly used in category PDBX_STRUCT_ASSEMBLY.- Returns:
- StrColumn
-
getType
public StrColumn getType()
The property type for the assembly.- Returns:
- StrColumn
-
getValue
public StrColumn getValue()
The value of the assembly property.- Returns:
- StrColumn
-
getDetails
public StrColumn getDetails()
Additional details about this assembly property.- Returns:
- StrColumn
-
-