Class PdbxFeatureDomain

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PdbxFeatureDomain
    extends BaseCategory
    Data items in the PDBX_FEATURE_DOMAIN category records information about properties pertaining to this structure domain.
    • Constructor Detail

      • PdbxFeatureDomain

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

        public PdbxFeatureDomain​(String name)
    • Method Detail

      • getId

        public StrColumn getId()
        The value of _pdbx_feature_domain.id uniquely identifies a feature in the PDBX_FEATURE_DOMAIN category.
        Returns:
        StrColumn
      • getDomainId

        public StrColumn getDomainId()
        The value of _pdbx_feature_domain.id references a domain definition in category PDBX_DOMAIN.
        Returns:
        StrColumn
      • getFeatureName

        public StrColumn getFeatureName()
        _pdbx_feature_domain.feature_name identifies a feature by name.
        Returns:
        StrColumn
      • getFeatureType

        public StrColumn getFeatureType()
        _pdbx_feature_domain.feature_type identifies the type of feature.
        Returns:
        StrColumn
      • getFeature

        public StrColumn getFeature()
        The value of _pdbx_feature_domain.feature_name.
        Returns:
        StrColumn
      • getFeatureIdentifier

        public StrColumn getFeatureIdentifier()
        _pdbx_feature_domain.feature_identifier is an additional identifier used to identify or accession this feature.
        Returns:
        StrColumn
      • getFeatureAssignedBy

        public StrColumn getFeatureAssignedBy()
        _pdbx_feature_domain.feature_assigned_by identifies the individual, organization or program that assigned the feature.
        Returns:
        StrColumn
      • getFeatureCitationId

        public StrColumn getFeatureCitationId()
        _pdbx_feature_domain.feature_citation_id is a reference to a citation in the CITATION category.
        Returns:
        StrColumn
      • getFeatureSoftwareId

        public StrColumn getFeatureSoftwareId()
        _pdbx_feature_domain.feature_software_id is a reference to an application described in the SOFTWARE category.
        Returns:
        StrColumn