Class GeneratedClassAttributeAssignment

    • Field Detail

      • CLASSIFICATIONCLASS

        public static final java.lang.String CLASSIFICATIONCLASS
        Qualifier of the ClassAttributeAssignment.classificationClass attribute
        See Also:
        Constant Field Values
      • CLASSIFICATIONATTRIBUTE

        public static final java.lang.String CLASSIFICATIONATTRIBUTE
        Qualifier of the ClassAttributeAssignment.classificationAttribute attribute
        See Also:
        Constant Field Values
      • DESCRIPTION

        public static final java.lang.String DESCRIPTION
        Qualifier of the ClassAttributeAssignment.description attribute
        See Also:
        Constant Field Values
      • SYSTEMVERSION

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

        public static final java.lang.String POSITION
        Qualifier of the ClassAttributeAssignment.position attribute
        See Also:
        Constant Field Values
      • EXTERNALID

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

        public static final java.lang.String UNIT
        Qualifier of the ClassAttributeAssignment.unit attribute
        See Also:
        Constant Field Values
      • MANDATORY

        public static final java.lang.String MANDATORY
        Qualifier of the ClassAttributeAssignment.mandatory attribute
        See Also:
        Constant Field Values
      • LOCALIZED

        public static final java.lang.String LOCALIZED
        Qualifier of the ClassAttributeAssignment.localized attribute
        See Also:
        Constant Field Values
      • RANGE

        public static final java.lang.String RANGE
        Qualifier of the ClassAttributeAssignment.range attribute
        See Also:
        Constant Field Values
      • MULTIVALUED

        public static final java.lang.String MULTIVALUED
        Qualifier of the ClassAttributeAssignment.multiValued attribute
        See Also:
        Constant Field Values
      • SEARCHABLE

        public static final java.lang.String SEARCHABLE
        Qualifier of the ClassAttributeAssignment.searchable attribute
        See Also:
        Constant Field Values
      • ATTRIBUTETYPE

        public static final java.lang.String ATTRIBUTETYPE
        Qualifier of the ClassAttributeAssignment.attributeType attribute
        See Also:
        Constant Field Values
      • REFERENCETYPE

        public static final java.lang.String REFERENCETYPE
        Qualifier of the ClassAttributeAssignment.referenceType attribute
        See Also:
        Constant Field Values
      • REFERENCEINCLUDESSUBTYPES

        public static final java.lang.String REFERENCEINCLUDESSUBTYPES
        Qualifier of the ClassAttributeAssignment.referenceIncludesSubTypes attribute
        See Also:
        Constant Field Values
      • FORMATDEFINITION

        public static final java.lang.String FORMATDEFINITION
        Qualifier of the ClassAttributeAssignment.formatDefinition attribute
        See Also:
        Constant Field Values
      • LISTABLE

        public static final java.lang.String LISTABLE
        Qualifier of the ClassAttributeAssignment.listable attribute
        See Also:
        Constant Field Values
      • COMPARABLE

        public static final java.lang.String COMPARABLE
        Qualifier of the ClassAttributeAssignment.comparable attribute
        See Also:
        Constant Field Values
      • VISIBILITY

        public static final java.lang.String VISIBILITY
        Qualifier of the ClassAttributeAssignment.visibility attribute
        See Also:
        Constant Field Values
      • ATTRIBUTEVALUES

        public static final java.lang.String ATTRIBUTEVALUES
        Qualifier of the ClassAttributeAssignment.attributeValues attribute
        See Also:
        Constant Field Values
      • ATTRIBUTEVALUEDISPLAYSTRING

        public static final java.lang.String ATTRIBUTEVALUEDISPLAYSTRING
        Qualifier of the ClassAttributeAssignment.attributeValueDisplayString 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

      • GeneratedClassAttributeAssignment

        public GeneratedClassAttributeAssignment()
    • Method Detail

      • getAttributeType

        public EnumerationValue getAttributeType​(SessionContext ctx)
        Generated method - Getter of the ClassAttributeAssignment.attributeType attribute.
        Returns:
        the attributeType - Type of attribute: string, number, boolean or range
      • getAttributeType

        public EnumerationValue getAttributeType()
        Generated method - Getter of the ClassAttributeAssignment.attributeType attribute.
        Returns:
        the attributeType - Type of attribute: string, number, boolean or range
      • setAttributeType

        public void setAttributeType​(SessionContext ctx,
                                     EnumerationValue value)
        Generated method - Setter of the ClassAttributeAssignment.attributeType attribute.
        Parameters:
        value - the attributeType - Type of attribute: string, number, boolean or range
      • setAttributeType

        public void setAttributeType​(EnumerationValue value)
        Generated method - Setter of the ClassAttributeAssignment.attributeType attribute.
        Parameters:
        value - the attributeType - Type of attribute: string, number, boolean or range
      • getAttributeValueDisplayString

        public abstract java.lang.String getAttributeValueDisplayString​(SessionContext ctx)
        Generated method - Getter of the ClassAttributeAssignment.attributeValueDisplayString attribute.
        Returns:
        the attributeValueDisplayString
      • getAttributeValueDisplayString

        public java.lang.String getAttributeValueDisplayString()
        Generated method - Getter of the ClassAttributeAssignment.attributeValueDisplayString attribute.
        Returns:
        the attributeValueDisplayString
      • getAllAttributeValueDisplayString

        public abstract java.util.Map<Language,​java.lang.String> getAllAttributeValueDisplayString​(SessionContext ctx)
        Generated method - Getter of the ClassAttributeAssignment.attributeValueDisplayString attribute.
        Returns:
        the localized attributeValueDisplayString
      • getAllAttributeValueDisplayString

        public java.util.Map<Language,​java.lang.String> getAllAttributeValueDisplayString()
        Generated method - Getter of the ClassAttributeAssignment.attributeValueDisplayString attribute.
        Returns:
        the localized attributeValueDisplayString
      • getAttributeValues

        public abstract java.util.List<ClassificationAttributeValue> getAttributeValues​(SessionContext ctx)
        Generated method - Getter of the ClassAttributeAssignment.attributeValues attribute.
        Returns:
        the attributeValues
      • getAttributeValues

        public java.util.List<ClassificationAttributeValue> getAttributeValues()
        Generated method - Getter of the ClassAttributeAssignment.attributeValues attribute.
        Returns:
        the attributeValues
      • setAttributeValues

        public abstract void setAttributeValues​(SessionContext ctx,
                                                java.util.List<ClassificationAttributeValue> value)
        Generated method - Setter of the ClassAttributeAssignment.attributeValues attribute.
        Parameters:
        value - the attributeValues
      • setAttributeValues

        public void setAttributeValues​(java.util.List<ClassificationAttributeValue> value)
        Generated method - Setter of the ClassAttributeAssignment.attributeValues attribute.
        Parameters:
        value - the attributeValues
      • getClassificationAttribute

        public ClassificationAttribute getClassificationAttribute​(SessionContext ctx)
        Generated method - Getter of the ClassAttributeAssignment.classificationAttribute attribute.
        Returns:
        the classificationAttribute
      • getClassificationAttribute

        public ClassificationAttribute getClassificationAttribute()
        Generated method - Getter of the ClassAttributeAssignment.classificationAttribute attribute.
        Returns:
        the classificationAttribute
      • setClassificationAttribute

        protected void setClassificationAttribute​(SessionContext ctx,
                                                  ClassificationAttribute value)
        Generated method - Setter of the ClassAttributeAssignment.classificationAttribute attribute.
        Parameters:
        value - the classificationAttribute
      • setClassificationAttribute

        protected void setClassificationAttribute​(ClassificationAttribute value)
        Generated method - Setter of the ClassAttributeAssignment.classificationAttribute attribute.
        Parameters:
        value - the classificationAttribute
      • getClassificationClass

        public ClassificationClass getClassificationClass​(SessionContext ctx)
        Generated method - Getter of the ClassAttributeAssignment.classificationClass attribute.
        Returns:
        the classificationClass
      • getClassificationClass

        public ClassificationClass getClassificationClass()
        Generated method - Getter of the ClassAttributeAssignment.classificationClass attribute.
        Returns:
        the classificationClass
      • setClassificationClass

        public void setClassificationClass​(SessionContext ctx,
                                           ClassificationClass value)
        Generated method - Setter of the ClassAttributeAssignment.classificationClass attribute.
        Parameters:
        value - the classificationClass
      • setClassificationClass

        public void setClassificationClass​(ClassificationClass value)
        Generated method - Setter of the ClassAttributeAssignment.classificationClass attribute.
        Parameters:
        value - the classificationClass
      • isComparable

        public java.lang.Boolean isComparable​(SessionContext ctx)
        Generated method - Getter of the ClassAttributeAssignment.comparable attribute.
        Returns:
        the comparable
      • isComparable

        public java.lang.Boolean isComparable()
        Generated method - Getter of the ClassAttributeAssignment.comparable attribute.
        Returns:
        the comparable
      • isComparableAsPrimitive

        public boolean isComparableAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the ClassAttributeAssignment.comparable attribute.
        Returns:
        the comparable
      • isComparableAsPrimitive

        public boolean isComparableAsPrimitive()
        Generated method - Getter of the ClassAttributeAssignment.comparable attribute.
        Returns:
        the comparable
      • setComparable

        public void setComparable​(SessionContext ctx,
                                  java.lang.Boolean value)
        Generated method - Setter of the ClassAttributeAssignment.comparable attribute.
        Parameters:
        value - the comparable
      • setComparable

        public void setComparable​(java.lang.Boolean value)
        Generated method - Setter of the ClassAttributeAssignment.comparable attribute.
        Parameters:
        value - the comparable
      • setComparable

        public void setComparable​(SessionContext ctx,
                                  boolean value)
        Generated method - Setter of the ClassAttributeAssignment.comparable attribute.
        Parameters:
        value - the comparable
      • setComparable

        public void setComparable​(boolean value)
        Generated method - Setter of the ClassAttributeAssignment.comparable attribute.
        Parameters:
        value - the comparable
      • getDescription

        public java.lang.String getDescription​(SessionContext ctx)
        Generated method - Getter of the ClassAttributeAssignment.description attribute.
        Returns:
        the description - description of attribute usage
      • getDescription

        public java.lang.String getDescription()
        Generated method - Getter of the ClassAttributeAssignment.description attribute.
        Returns:
        the description - description of attribute usage
      • getAllDescription

        public java.util.Map<Language,​java.lang.String> getAllDescription​(SessionContext ctx)
        Generated method - Getter of the ClassAttributeAssignment.description attribute.
        Returns:
        the localized description - description of attribute usage
      • getAllDescription

        public java.util.Map<Language,​java.lang.String> getAllDescription()
        Generated method - Getter of the ClassAttributeAssignment.description attribute.
        Returns:
        the localized description - description of attribute usage
      • setDescription

        public void setDescription​(SessionContext ctx,
                                   java.lang.String value)
        Generated method - Setter of the ClassAttributeAssignment.description attribute.
        Parameters:
        value - the description - description of attribute usage
      • setDescription

        public void setDescription​(java.lang.String value)
        Generated method - Setter of the ClassAttributeAssignment.description attribute.
        Parameters:
        value - the description - description of attribute usage
      • setAllDescription

        public void setAllDescription​(SessionContext ctx,
                                      java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the ClassAttributeAssignment.description attribute.
        Parameters:
        value - the description - description of attribute usage
      • setAllDescription

        public void setAllDescription​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the ClassAttributeAssignment.description attribute.
        Parameters:
        value - the description - description of attribute usage
      • getExternalID

        public java.lang.String getExternalID​(SessionContext ctx)
        Generated method - Getter of the ClassAttributeAssignment.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 ClassAttributeAssignment.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 ClassAttributeAssignment.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 ClassAttributeAssignment.externalID attribute.
        Parameters:
        value - the externalID - external identifier refering to the actual classification system definition
      • getFormatDefinition

        public java.lang.String getFormatDefinition​(SessionContext ctx)
        Generated method - Getter of the ClassAttributeAssignment.formatDefinition attribute.
        Returns:
        the formatDefinition - Format definition string: optionally used e.g. as number format
      • getFormatDefinition

        public java.lang.String getFormatDefinition()
        Generated method - Getter of the ClassAttributeAssignment.formatDefinition attribute.
        Returns:
        the formatDefinition - Format definition string: optionally used e.g. as number format
      • setFormatDefinition

        public void setFormatDefinition​(SessionContext ctx,
                                        java.lang.String value)
        Generated method - Setter of the ClassAttributeAssignment.formatDefinition attribute.
        Parameters:
        value - the formatDefinition - Format definition string: optionally used e.g. as number format
      • setFormatDefinition

        public void setFormatDefinition​(java.lang.String value)
        Generated method - Setter of the ClassAttributeAssignment.formatDefinition attribute.
        Parameters:
        value - the formatDefinition - Format definition string: optionally used e.g. as number format
      • isListable

        public java.lang.Boolean isListable​(SessionContext ctx)
        Generated method - Getter of the ClassAttributeAssignment.listable attribute.
        Returns:
        the listable
      • isListable

        public java.lang.Boolean isListable()
        Generated method - Getter of the ClassAttributeAssignment.listable attribute.
        Returns:
        the listable
      • isListableAsPrimitive

        public boolean isListableAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the ClassAttributeAssignment.listable attribute.
        Returns:
        the listable
      • isListableAsPrimitive

        public boolean isListableAsPrimitive()
        Generated method - Getter of the ClassAttributeAssignment.listable attribute.
        Returns:
        the listable
      • setListable

        public void setListable​(SessionContext ctx,
                                java.lang.Boolean value)
        Generated method - Setter of the ClassAttributeAssignment.listable attribute.
        Parameters:
        value - the listable
      • setListable

        public void setListable​(java.lang.Boolean value)
        Generated method - Setter of the ClassAttributeAssignment.listable attribute.
        Parameters:
        value - the listable
      • setListable

        public void setListable​(SessionContext ctx,
                                boolean value)
        Generated method - Setter of the ClassAttributeAssignment.listable attribute.
        Parameters:
        value - the listable
      • setListable

        public void setListable​(boolean value)
        Generated method - Setter of the ClassAttributeAssignment.listable attribute.
        Parameters:
        value - the listable
      • isLocalized

        public java.lang.Boolean isLocalized​(SessionContext ctx)
        Generated method - Getter of the ClassAttributeAssignment.localized attribute.
        Returns:
        the localized
      • isLocalized

        public java.lang.Boolean isLocalized()
        Generated method - Getter of the ClassAttributeAssignment.localized attribute.
        Returns:
        the localized
      • isLocalizedAsPrimitive

        public boolean isLocalizedAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the ClassAttributeAssignment.localized attribute.
        Returns:
        the localized
      • isLocalizedAsPrimitive

        public boolean isLocalizedAsPrimitive()
        Generated method - Getter of the ClassAttributeAssignment.localized attribute.
        Returns:
        the localized
      • setLocalized

        public void setLocalized​(SessionContext ctx,
                                 java.lang.Boolean value)
        Generated method - Setter of the ClassAttributeAssignment.localized attribute.
        Parameters:
        value - the localized
      • setLocalized

        public void setLocalized​(java.lang.Boolean value)
        Generated method - Setter of the ClassAttributeAssignment.localized attribute.
        Parameters:
        value - the localized
      • setLocalized

        public void setLocalized​(SessionContext ctx,
                                 boolean value)
        Generated method - Setter of the ClassAttributeAssignment.localized attribute.
        Parameters:
        value - the localized
      • setLocalized

        public void setLocalized​(boolean value)
        Generated method - Setter of the ClassAttributeAssignment.localized attribute.
        Parameters:
        value - the localized
      • isMandatory

        public java.lang.Boolean isMandatory​(SessionContext ctx)
        Generated method - Getter of the ClassAttributeAssignment.mandatory attribute.
        Returns:
        the mandatory
      • isMandatory

        public java.lang.Boolean isMandatory()
        Generated method - Getter of the ClassAttributeAssignment.mandatory attribute.
        Returns:
        the mandatory
      • isMandatoryAsPrimitive

        public boolean isMandatoryAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the ClassAttributeAssignment.mandatory attribute.
        Returns:
        the mandatory
      • isMandatoryAsPrimitive

        public boolean isMandatoryAsPrimitive()
        Generated method - Getter of the ClassAttributeAssignment.mandatory attribute.
        Returns:
        the mandatory
      • setMandatory

        public void setMandatory​(SessionContext ctx,
                                 java.lang.Boolean value)
        Generated method - Setter of the ClassAttributeAssignment.mandatory attribute.
        Parameters:
        value - the mandatory
      • setMandatory

        public void setMandatory​(java.lang.Boolean value)
        Generated method - Setter of the ClassAttributeAssignment.mandatory attribute.
        Parameters:
        value - the mandatory
      • setMandatory

        public void setMandatory​(SessionContext ctx,
                                 boolean value)
        Generated method - Setter of the ClassAttributeAssignment.mandatory attribute.
        Parameters:
        value - the mandatory
      • setMandatory

        public void setMandatory​(boolean value)
        Generated method - Setter of the ClassAttributeAssignment.mandatory attribute.
        Parameters:
        value - the mandatory
      • isMultiValued

        public java.lang.Boolean isMultiValued​(SessionContext ctx)
        Generated method - Getter of the ClassAttributeAssignment.multiValued attribute.
        Returns:
        the multiValued
      • isMultiValued

        public java.lang.Boolean isMultiValued()
        Generated method - Getter of the ClassAttributeAssignment.multiValued attribute.
        Returns:
        the multiValued
      • isMultiValuedAsPrimitive

        public boolean isMultiValuedAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the ClassAttributeAssignment.multiValued attribute.
        Returns:
        the multiValued
      • isMultiValuedAsPrimitive

        public boolean isMultiValuedAsPrimitive()
        Generated method - Getter of the ClassAttributeAssignment.multiValued attribute.
        Returns:
        the multiValued
      • setMultiValued

        public void setMultiValued​(SessionContext ctx,
                                   java.lang.Boolean value)
        Generated method - Setter of the ClassAttributeAssignment.multiValued attribute.
        Parameters:
        value - the multiValued
      • setMultiValued

        public void setMultiValued​(java.lang.Boolean value)
        Generated method - Setter of the ClassAttributeAssignment.multiValued attribute.
        Parameters:
        value - the multiValued
      • setMultiValued

        public void setMultiValued​(SessionContext ctx,
                                   boolean value)
        Generated method - Setter of the ClassAttributeAssignment.multiValued attribute.
        Parameters:
        value - the multiValued
      • setMultiValued

        public void setMultiValued​(boolean value)
        Generated method - Setter of the ClassAttributeAssignment.multiValued attribute.
        Parameters:
        value - the multiValued
      • getPosition

        public java.lang.Integer getPosition​(SessionContext ctx)
        Generated method - Getter of the ClassAttributeAssignment.position attribute.
        Returns:
        the position
      • getPosition

        public java.lang.Integer getPosition()
        Generated method - Getter of the ClassAttributeAssignment.position attribute.
        Returns:
        the position
      • getPositionAsPrimitive

        public int getPositionAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the ClassAttributeAssignment.position attribute.
        Returns:
        the position
      • getPositionAsPrimitive

        public int getPositionAsPrimitive()
        Generated method - Getter of the ClassAttributeAssignment.position attribute.
        Returns:
        the position
      • setPosition

        public void setPosition​(SessionContext ctx,
                                java.lang.Integer value)
        Generated method - Setter of the ClassAttributeAssignment.position attribute.
        Parameters:
        value - the position
      • setPosition

        public void setPosition​(java.lang.Integer value)
        Generated method - Setter of the ClassAttributeAssignment.position attribute.
        Parameters:
        value - the position
      • setPosition

        public void setPosition​(SessionContext ctx,
                                int value)
        Generated method - Setter of the ClassAttributeAssignment.position attribute.
        Parameters:
        value - the position
      • setPosition

        public void setPosition​(int value)
        Generated method - Setter of the ClassAttributeAssignment.position attribute.
        Parameters:
        value - the position
      • isRange

        public java.lang.Boolean isRange​(SessionContext ctx)
        Generated method - Getter of the ClassAttributeAssignment.range attribute.
        Returns:
        the range
      • isRange

        public java.lang.Boolean isRange()
        Generated method - Getter of the ClassAttributeAssignment.range attribute.
        Returns:
        the range
      • isRangeAsPrimitive

        public boolean isRangeAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the ClassAttributeAssignment.range attribute.
        Returns:
        the range
      • isRangeAsPrimitive

        public boolean isRangeAsPrimitive()
        Generated method - Getter of the ClassAttributeAssignment.range attribute.
        Returns:
        the range
      • setRange

        public void setRange​(SessionContext ctx,
                             java.lang.Boolean value)
        Generated method - Setter of the ClassAttributeAssignment.range attribute.
        Parameters:
        value - the range
      • setRange

        public void setRange​(java.lang.Boolean value)
        Generated method - Setter of the ClassAttributeAssignment.range attribute.
        Parameters:
        value - the range
      • setRange

        public void setRange​(SessionContext ctx,
                             boolean value)
        Generated method - Setter of the ClassAttributeAssignment.range attribute.
        Parameters:
        value - the range
      • setRange

        public void setRange​(boolean value)
        Generated method - Setter of the ClassAttributeAssignment.range attribute.
        Parameters:
        value - the range
      • isReferenceIncludesSubTypes

        public java.lang.Boolean isReferenceIncludesSubTypes​(SessionContext ctx)
        Generated method - Getter of the ClassAttributeAssignment.referenceIncludesSubTypes attribute.
        Returns:
        the referenceIncludesSubTypes
      • isReferenceIncludesSubTypes

        public java.lang.Boolean isReferenceIncludesSubTypes()
        Generated method - Getter of the ClassAttributeAssignment.referenceIncludesSubTypes attribute.
        Returns:
        the referenceIncludesSubTypes
      • isReferenceIncludesSubTypesAsPrimitive

        public boolean isReferenceIncludesSubTypesAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the ClassAttributeAssignment.referenceIncludesSubTypes attribute.
        Returns:
        the referenceIncludesSubTypes
      • isReferenceIncludesSubTypesAsPrimitive

        public boolean isReferenceIncludesSubTypesAsPrimitive()
        Generated method - Getter of the ClassAttributeAssignment.referenceIncludesSubTypes attribute.
        Returns:
        the referenceIncludesSubTypes
      • setReferenceIncludesSubTypes

        public void setReferenceIncludesSubTypes​(SessionContext ctx,
                                                 java.lang.Boolean value)
        Generated method - Setter of the ClassAttributeAssignment.referenceIncludesSubTypes attribute.
        Parameters:
        value - the referenceIncludesSubTypes
      • setReferenceIncludesSubTypes

        public void setReferenceIncludesSubTypes​(java.lang.Boolean value)
        Generated method - Setter of the ClassAttributeAssignment.referenceIncludesSubTypes attribute.
        Parameters:
        value - the referenceIncludesSubTypes
      • setReferenceIncludesSubTypes

        public void setReferenceIncludesSubTypes​(SessionContext ctx,
                                                 boolean value)
        Generated method - Setter of the ClassAttributeAssignment.referenceIncludesSubTypes attribute.
        Parameters:
        value - the referenceIncludesSubTypes
      • setReferenceIncludesSubTypes

        public void setReferenceIncludesSubTypes​(boolean value)
        Generated method - Setter of the ClassAttributeAssignment.referenceIncludesSubTypes attribute.
        Parameters:
        value - the referenceIncludesSubTypes
      • getReferenceType

        public ComposedType getReferenceType​(SessionContext ctx)
        Generated method - Getter of the ClassAttributeAssignment.referenceType attribute.
        Returns:
        the referenceType
      • getReferenceType

        public ComposedType getReferenceType()
        Generated method - Getter of the ClassAttributeAssignment.referenceType attribute.
        Returns:
        the referenceType
      • setReferenceType

        public void setReferenceType​(SessionContext ctx,
                                     ComposedType value)
        Generated method - Setter of the ClassAttributeAssignment.referenceType attribute.
        Parameters:
        value - the referenceType
      • setReferenceType

        public void setReferenceType​(ComposedType value)
        Generated method - Setter of the ClassAttributeAssignment.referenceType attribute.
        Parameters:
        value - the referenceType
      • isSearchable

        public java.lang.Boolean isSearchable​(SessionContext ctx)
        Generated method - Getter of the ClassAttributeAssignment.searchable attribute.
        Returns:
        the searchable
      • isSearchable

        public java.lang.Boolean isSearchable()
        Generated method - Getter of the ClassAttributeAssignment.searchable attribute.
        Returns:
        the searchable
      • isSearchableAsPrimitive

        public boolean isSearchableAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the ClassAttributeAssignment.searchable attribute.
        Returns:
        the searchable
      • isSearchableAsPrimitive

        public boolean isSearchableAsPrimitive()
        Generated method - Getter of the ClassAttributeAssignment.searchable attribute.
        Returns:
        the searchable
      • setSearchable

        public void setSearchable​(SessionContext ctx,
                                  java.lang.Boolean value)
        Generated method - Setter of the ClassAttributeAssignment.searchable attribute.
        Parameters:
        value - the searchable
      • setSearchable

        public void setSearchable​(java.lang.Boolean value)
        Generated method - Setter of the ClassAttributeAssignment.searchable attribute.
        Parameters:
        value - the searchable
      • setSearchable

        public void setSearchable​(SessionContext ctx,
                                  boolean value)
        Generated method - Setter of the ClassAttributeAssignment.searchable attribute.
        Parameters:
        value - the searchable
      • setSearchable

        public void setSearchable​(boolean value)
        Generated method - Setter of the ClassAttributeAssignment.searchable attribute.
        Parameters:
        value - the searchable
      • getSystemVersion

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

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

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

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

        public ClassificationAttributeUnit getUnit()
        Generated method - Getter of the ClassAttributeAssignment.unit attribute.
        Returns:
        the unit
      • setUnit

        public void setUnit​(ClassificationAttributeUnit value)
        Generated method - Setter of the ClassAttributeAssignment.unit attribute.
        Parameters:
        value - the unit
      • getVisibility

        public EnumerationValue getVisibility​(SessionContext ctx)
        Generated method - Getter of the ClassAttributeAssignment.visibility attribute.
        Returns:
        the visibility - Visibility of attribute: visible, not_visible, visible_in_base or visible_in_variant
      • getVisibility

        public EnumerationValue getVisibility()
        Generated method - Getter of the ClassAttributeAssignment.visibility attribute.
        Returns:
        the visibility - Visibility of attribute: visible, not_visible, visible_in_base or visible_in_variant
      • setVisibility

        public void setVisibility​(SessionContext ctx,
                                  EnumerationValue value)
        Generated method - Setter of the ClassAttributeAssignment.visibility attribute.
        Parameters:
        value - the visibility - Visibility of attribute: visible, not_visible, visible_in_base or visible_in_variant
      • setVisibility

        public void setVisibility​(EnumerationValue value)
        Generated method - Setter of the ClassAttributeAssignment.visibility attribute.
        Parameters:
        value - the visibility - Visibility of attribute: visible, not_visible, visible_in_base or visible_in_variant