Class IhmStructAssemblyClassList

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class IhmStructAssemblyClassList
    extends BaseCategory
    Data items in the IHM_STRUCT_ASSEMBLY_CLASS_LIST category lists all the structural assembly classes relevant to the entry. This category provides a mechanism to define classes of the structural assemblies.
    • Constructor Detail

      • IhmStructAssemblyClassList

        public IhmStructAssemblyClassList​(String name,
                                          Map<String,​Column> columns)
      • IhmStructAssemblyClassList

        public IhmStructAssemblyClassList​(String name,
                                          int rowCount,
                                          Object[] encodedColumns)
      • IhmStructAssemblyClassList

        public IhmStructAssemblyClassList​(String name)
    • Method Detail

      • getClassId

        public IntColumn getClassId()
        A unique identifier for the structural assembly class.
        Returns:
        IntColumn
      • getName

        public StrColumn getName()
        A user provided name for the class.
        Returns:
        StrColumn
      • getType

        public StrColumn getType()
        The type of classifier.
        Returns:
        StrColumn
      • getDescription

        public StrColumn getDescription()
        Additional description regarding the class.
        Returns:
        StrColumn