Class GeneratedClassAttributeAssignment

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
ClassAttributeAssignment

public abstract class GeneratedClassAttributeAssignment extends GenericItem
Generated class for type ClassAttributeAssignment.
See Also:
  • Field Details

    • CLASSIFICATIONCLASS

      public static final String CLASSIFICATIONCLASS
      Qualifier of the ClassAttributeAssignment.classificationClass attribute
      See Also:
    • CLASSIFICATIONATTRIBUTE

      public static final String CLASSIFICATIONATTRIBUTE
      Qualifier of the ClassAttributeAssignment.classificationAttribute attribute
      See Also:
    • DESCRIPTION

      public static final String DESCRIPTION
      Qualifier of the ClassAttributeAssignment.description attribute
      See Also:
    • SYSTEMVERSION

      public static final String SYSTEMVERSION
      Qualifier of the ClassAttributeAssignment.systemVersion attribute
      See Also:
    • POSITION

      public static final String POSITION
      Qualifier of the ClassAttributeAssignment.position attribute
      See Also:
    • EXTERNALID

      public static final String EXTERNALID
      Qualifier of the ClassAttributeAssignment.externalID attribute
      See Also:
    • UNIT

      public static final String UNIT
      Qualifier of the ClassAttributeAssignment.unit attribute
      See Also:
    • MANDATORY

      public static final String MANDATORY
      Qualifier of the ClassAttributeAssignment.mandatory attribute
      See Also:
    • LOCALIZED

      public static final String LOCALIZED
      Qualifier of the ClassAttributeAssignment.localized attribute
      See Also:
    • RANGE

      public static final String RANGE
      Qualifier of the ClassAttributeAssignment.range attribute
      See Also:
    • MULTIVALUED

      public static final String MULTIVALUED
      Qualifier of the ClassAttributeAssignment.multiValued attribute
      See Also:
    • SEARCHABLE

      public static final String SEARCHABLE
      Qualifier of the ClassAttributeAssignment.searchable attribute
      See Also:
    • ATTRIBUTETYPE

      public static final String ATTRIBUTETYPE
      Qualifier of the ClassAttributeAssignment.attributeType attribute
      See Also:
    • REFERENCETYPE

      public static final String REFERENCETYPE
      Qualifier of the ClassAttributeAssignment.referenceType attribute
      See Also:
    • REFERENCEINCLUDESSUBTYPES

      public static final String REFERENCEINCLUDESSUBTYPES
      Qualifier of the ClassAttributeAssignment.referenceIncludesSubTypes attribute
      See Also:
    • FORMATDEFINITION

      public static final String FORMATDEFINITION
      Qualifier of the ClassAttributeAssignment.formatDefinition attribute
      See Also:
    • LISTABLE

      public static final String LISTABLE
      Qualifier of the ClassAttributeAssignment.listable attribute
      See Also:
    • COMPARABLE

      public static final String COMPARABLE
      Qualifier of the ClassAttributeAssignment.comparable attribute
      See Also:
    • VISIBILITY

      public static final String VISIBILITY
      Qualifier of the ClassAttributeAssignment.visibility attribute
      See Also:
    • ATTRIBUTEVALUES

      public static final String ATTRIBUTEVALUES
      Qualifier of the ClassAttributeAssignment.attributeValues attribute
      See Also:
    • ATTRIBUTEVALUEDISPLAYSTRING

      public static final String ATTRIBUTEVALUEDISPLAYSTRING
      Qualifier of the ClassAttributeAssignment.attributeValueDisplayString attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedClassAttributeAssignment

      public GeneratedClassAttributeAssignment()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • 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 String getAttributeValueDisplayString(SessionContext ctx)
      Generated method - Getter of the ClassAttributeAssignment.attributeValueDisplayString attribute.
      Returns:
      the attributeValueDisplayString
    • getAttributeValueDisplayString

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

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

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

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

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

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

      public void setAttributeValues(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 Boolean isComparable(SessionContext ctx)
      Generated method - Getter of the ClassAttributeAssignment.comparable attribute.
      Returns:
      the comparable
    • isComparable

      public 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, 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
    • 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 String getDescription(SessionContext ctx)
      Generated method - Getter of the ClassAttributeAssignment.description attribute.
      Returns:
      the description - description of attribute usage
    • getDescription

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

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

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

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

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

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

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

      public 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 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, 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(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 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 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, 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(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 Boolean isListable(SessionContext ctx)
      Generated method - Getter of the ClassAttributeAssignment.listable attribute.
      Returns:
      the listable
    • isListable

      public 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, 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
    • 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 Boolean isLocalized(SessionContext ctx)
      Generated method - Getter of the ClassAttributeAssignment.localized attribute.
      Returns:
      the localized
    • isLocalized

      public 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, 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
    • 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 Boolean isMandatory(SessionContext ctx)
      Generated method - Getter of the ClassAttributeAssignment.mandatory attribute.
      Returns:
      the mandatory
    • isMandatory

      public 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, 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
    • 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 Boolean isMultiValued(SessionContext ctx)
      Generated method - Getter of the ClassAttributeAssignment.multiValued attribute.
      Returns:
      the multiValued
    • isMultiValued

      public 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, 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
    • 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 Integer getPosition(SessionContext ctx)
      Generated method - Getter of the ClassAttributeAssignment.position attribute.
      Returns:
      the position
    • getPosition

      public 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, Integer value)
      Generated method - Setter of the ClassAttributeAssignment.position attribute.
      Parameters:
      value - the position
    • setPosition

      public void setPosition(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 Boolean isRange(SessionContext ctx)
      Generated method - Getter of the ClassAttributeAssignment.range attribute.
      Returns:
      the range
    • isRange

      public 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, 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
    • 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 Boolean isReferenceIncludesSubTypes(SessionContext ctx)
      Generated method - Getter of the ClassAttributeAssignment.referenceIncludesSubTypes attribute.
      Returns:
      the referenceIncludesSubTypes
    • isReferenceIncludesSubTypes

      public 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, 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
    • 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 Boolean isSearchable(SessionContext ctx)
      Generated method - Getter of the ClassAttributeAssignment.searchable attribute.
      Returns:
      the searchable
    • isSearchable

      public 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, 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
    • 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

      Generated method - Getter of the ClassAttributeAssignment.unit attribute.
      Returns:
      the unit
    • getUnit

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

      public void setUnit(SessionContext ctx, ClassificationAttributeUnit value)
      Generated method - Setter of the ClassAttributeAssignment.unit attribute.
      Parameters:
      value - 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