Class GeneratedClassificationAttributeUnit

    • Field Detail

      • SYSTEMVERSION

        public static final java.lang.String SYSTEMVERSION
        Qualifier of the ClassificationAttributeUnit.systemVersion attribute
        See Also:
        Constant Field Values
      • CODE

        public static final java.lang.String CODE
        Qualifier of the ClassificationAttributeUnit.code attribute
        See Also:
        Constant Field Values
      • NAME

        public static final java.lang.String NAME
        Qualifier of the ClassificationAttributeUnit.name attribute
        See Also:
        Constant Field Values
      • EXTERNALID

        public static final java.lang.String EXTERNALID
        Qualifier of the ClassificationAttributeUnit.externalID attribute
        See Also:
        Constant Field Values
      • SYMBOL

        public static final java.lang.String SYMBOL
        Qualifier of the ClassificationAttributeUnit.symbol attribute
        See Also:
        Constant Field Values
      • UNITTYPE

        public static final java.lang.String UNITTYPE
        Qualifier of the ClassificationAttributeUnit.unitType attribute
        See Also:
        Constant Field Values
      • CONVERSIONFACTOR

        public static final java.lang.String CONVERSIONFACTOR
        Qualifier of the ClassificationAttributeUnit.conversionFactor attribute
        See Also:
        Constant Field Values
      • CONVERTIBLEUNITS

        public static final java.lang.String CONVERTIBLEUNITS
        Qualifier of the ClassificationAttributeUnit.convertibleUnits attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedClassificationAttributeUnit

        public GeneratedClassificationAttributeUnit()
    • Method Detail

      • getCode

        public java.lang.String getCode​(SessionContext ctx)
        Generated method - Getter of the ClassificationAttributeUnit.code attribute.
        Returns:
        the code - external identifier refering to the actual classification system definition
      • getCode

        public java.lang.String getCode()
        Generated method - Getter of the ClassificationAttributeUnit.code attribute.
        Returns:
        the code - external identifier refering to the actual classification system definition
      • setCode

        public void setCode​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the ClassificationAttributeUnit.code attribute.
        Parameters:
        value - the code - external identifier refering to the actual classification system definition
      • setCode

        public void setCode​(java.lang.String value)
        Generated method - Setter of the ClassificationAttributeUnit.code attribute.
        Parameters:
        value - the code - external identifier refering to the actual classification system definition
      • getConversionFactor

        public java.lang.Double getConversionFactor​(SessionContext ctx)
        Generated method - Getter of the ClassificationAttributeUnit.conversionFactor attribute.
        Returns:
        the conversionFactor - Conversion factor
      • getConversionFactor

        public java.lang.Double getConversionFactor()
        Generated method - Getter of the ClassificationAttributeUnit.conversionFactor attribute.
        Returns:
        the conversionFactor - Conversion factor
      • getConversionFactorAsPrimitive

        public double getConversionFactorAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the ClassificationAttributeUnit.conversionFactor attribute.
        Returns:
        the conversionFactor - Conversion factor
      • getConversionFactorAsPrimitive

        public double getConversionFactorAsPrimitive()
        Generated method - Getter of the ClassificationAttributeUnit.conversionFactor attribute.
        Returns:
        the conversionFactor - Conversion factor
      • setConversionFactor

        public void setConversionFactor​(SessionContext ctx,
                                        java.lang.Double value)
        Generated method - Setter of the ClassificationAttributeUnit.conversionFactor attribute.
        Parameters:
        value - the conversionFactor - Conversion factor
      • setConversionFactor

        public void setConversionFactor​(java.lang.Double value)
        Generated method - Setter of the ClassificationAttributeUnit.conversionFactor attribute.
        Parameters:
        value - the conversionFactor - Conversion factor
      • setConversionFactor

        public void setConversionFactor​(SessionContext ctx,
                                        double value)
        Generated method - Setter of the ClassificationAttributeUnit.conversionFactor attribute.
        Parameters:
        value - the conversionFactor - Conversion factor
      • setConversionFactor

        public void setConversionFactor​(double value)
        Generated method - Setter of the ClassificationAttributeUnit.conversionFactor attribute.
        Parameters:
        value - the conversionFactor - Conversion factor
      • getConvertibleUnits

        public abstract java.util.Set<ClassificationAttributeUnit> getConvertibleUnits​(SessionContext ctx)
        Generated method - Getter of the ClassificationAttributeUnit.convertibleUnits attribute.
        Returns:
        the convertibleUnits - Convertible units
      • getConvertibleUnits

        public java.util.Set<ClassificationAttributeUnit> getConvertibleUnits()
        Generated method - Getter of the ClassificationAttributeUnit.convertibleUnits attribute.
        Returns:
        the convertibleUnits - Convertible units
      • getExternalID

        public java.lang.String getExternalID​(SessionContext ctx)
        Generated method - Getter of the ClassificationAttributeUnit.externalID attribute.
        Returns:
        the externalID - external identifier refering to the actual classification system definition
      • getExternalID

        public java.lang.String getExternalID()
        Generated method - Getter of the ClassificationAttributeUnit.externalID attribute.
        Returns:
        the externalID - external identifier refering to the actual classification system definition
      • setExternalID

        public void setExternalID​(SessionContext ctx,
                                  java.lang.String value)
        Generated method - Setter of the ClassificationAttributeUnit.externalID attribute.
        Parameters:
        value - the externalID - external identifier refering to the actual classification system definition
      • setExternalID

        public void setExternalID​(java.lang.String value)
        Generated method - Setter of the ClassificationAttributeUnit.externalID attribute.
        Parameters:
        value - the externalID - external identifier refering to the actual classification system definition
      • getName

        public java.lang.String getName​(SessionContext ctx)
        Generated method - Getter of the ClassificationAttributeUnit.name attribute.
        Returns:
        the name - optional localized name of this class
      • getName

        public java.lang.String getName()
        Generated method - Getter of the ClassificationAttributeUnit.name attribute.
        Returns:
        the name - optional localized name of this class
      • getAllName

        public java.util.Map<Language,​java.lang.String> getAllName​(SessionContext ctx)
        Generated method - Getter of the ClassificationAttributeUnit.name attribute.
        Returns:
        the localized name - optional localized name of this class
      • getAllName

        public java.util.Map<Language,​java.lang.String> getAllName()
        Generated method - Getter of the ClassificationAttributeUnit.name attribute.
        Returns:
        the localized name - optional localized name of this class
      • setName

        public void setName​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the ClassificationAttributeUnit.name attribute.
        Parameters:
        value - the name - optional localized name of this class
      • setName

        public void setName​(java.lang.String value)
        Generated method - Setter of the ClassificationAttributeUnit.name attribute.
        Parameters:
        value - the name - optional localized name of this class
      • setAllName

        public void setAllName​(SessionContext ctx,
                               java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the ClassificationAttributeUnit.name attribute.
        Parameters:
        value - the name - optional localized name of this class
      • setAllName

        public void setAllName​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the ClassificationAttributeUnit.name attribute.
        Parameters:
        value - the name - optional localized name of this class
      • getSymbol

        public java.lang.String getSymbol​(SessionContext ctx)
        Generated method - Getter of the ClassificationAttributeUnit.symbol attribute.
        Returns:
        the symbol - Symbol
      • getSymbol

        public java.lang.String getSymbol()
        Generated method - Getter of the ClassificationAttributeUnit.symbol attribute.
        Returns:
        the symbol - Symbol
      • setSymbol

        public void setSymbol​(SessionContext ctx,
                              java.lang.String value)
        Generated method - Setter of the ClassificationAttributeUnit.symbol attribute.
        Parameters:
        value - the symbol - Symbol
      • setSymbol

        public void setSymbol​(java.lang.String value)
        Generated method - Setter of the ClassificationAttributeUnit.symbol attribute.
        Parameters:
        value - the symbol - Symbol
      • getSystemVersion

        public ClassificationSystemVersion getSystemVersion​(SessionContext ctx)
        Generated method - Getter of the ClassificationAttributeUnit.systemVersion attribute.
        Returns:
        the systemVersion
      • getSystemVersion

        public ClassificationSystemVersion getSystemVersion()
        Generated method - Getter of the ClassificationAttributeUnit.systemVersion attribute.
        Returns:
        the systemVersion
      • setSystemVersion

        protected void setSystemVersion​(SessionContext ctx,
                                        ClassificationSystemVersion value)
        Generated method - Setter of the ClassificationAttributeUnit.systemVersion attribute.
        Parameters:
        value - the systemVersion
      • setSystemVersion

        protected void setSystemVersion​(ClassificationSystemVersion value)
        Generated method - Setter of the ClassificationAttributeUnit.systemVersion attribute.
        Parameters:
        value - the systemVersion
      • getUnitType

        public java.lang.String getUnitType​(SessionContext ctx)
        Generated method - Getter of the ClassificationAttributeUnit.unitType attribute.
        Returns:
        the unitType - Unit type
      • getUnitType

        public java.lang.String getUnitType()
        Generated method - Getter of the ClassificationAttributeUnit.unitType attribute.
        Returns:
        the unitType - Unit type
      • setUnitType

        public void setUnitType​(SessionContext ctx,
                                java.lang.String value)
        Generated method - Setter of the ClassificationAttributeUnit.unitType attribute.
        Parameters:
        value - the unitType - Unit type
      • setUnitType

        public void setUnitType​(java.lang.String value)
        Generated method - Setter of the ClassificationAttributeUnit.unitType attribute.
        Parameters:
        value - the unitType - Unit type