Class GeneratedAttributeValueAssignment

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

public abstract class GeneratedAttributeValueAssignment extends GenericItem
Generated class for type AttributeValueAssignment.
See Also:
  • Field Details

    • VALUE

      public static final String VALUE
      Qualifier of the AttributeValueAssignment.value attribute
      See Also:
    • ATTRIBUTEASSIGNMENT

      public static final String ATTRIBUTEASSIGNMENT
      Qualifier of the AttributeValueAssignment.attributeAssignment attribute
      See Also:
    • ATTRIBUTE

      public static final String ATTRIBUTE
      Qualifier of the AttributeValueAssignment.attribute attribute
      See Also:
    • SYSTEMVERSION

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

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

      public static final String EXTERNALID
      Qualifier of the AttributeValueAssignment.externalID attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedAttributeValueAssignment

      public GeneratedAttributeValueAssignment()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getAttribute

      public ClassificationAttribute getAttribute(SessionContext ctx)
      Generated method - Getter of the AttributeValueAssignment.attribute attribute.
      Returns:
      the attribute
    • getAttribute

      public ClassificationAttribute getAttribute()
      Generated method - Getter of the AttributeValueAssignment.attribute attribute.
      Returns:
      the attribute
    • setAttribute

      protected void setAttribute(SessionContext ctx, ClassificationAttribute value)
      Generated method - Setter of the AttributeValueAssignment.attribute attribute.
      Parameters:
      value - the attribute
    • setAttribute

      protected void setAttribute(ClassificationAttribute value)
      Generated method - Setter of the AttributeValueAssignment.attribute attribute.
      Parameters:
      value - the attribute
    • getAttributeAssignment

      public ClassAttributeAssignment getAttributeAssignment(SessionContext ctx)
      Generated method - Getter of the AttributeValueAssignment.attributeAssignment attribute.
      Returns:
      the attributeAssignment
    • getAttributeAssignment

      public ClassAttributeAssignment getAttributeAssignment()
      Generated method - Getter of the AttributeValueAssignment.attributeAssignment attribute.
      Returns:
      the attributeAssignment
    • setAttributeAssignment

      protected void setAttributeAssignment(SessionContext ctx, ClassAttributeAssignment value)
      Generated method - Setter of the AttributeValueAssignment.attributeAssignment attribute.
      Parameters:
      value - the attributeAssignment
    • setAttributeAssignment

      protected void setAttributeAssignment(ClassAttributeAssignment value)
      Generated method - Setter of the AttributeValueAssignment.attributeAssignment attribute.
      Parameters:
      value - the attributeAssignment
    • getExternalID

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

      public String getExternalID()
      Generated method - Getter of the AttributeValueAssignment.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 AttributeValueAssignment.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 AttributeValueAssignment.externalID attribute.
      Parameters:
      value - the externalID - external identifier refering to the actual classification system definition
    • getPosition

      public Integer getPosition(SessionContext ctx)
      Generated method - Getter of the AttributeValueAssignment.position attribute.
      Returns:
      the position
    • getPosition

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

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

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

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

      public void setPosition(Integer value)
      Generated method - Setter of the AttributeValueAssignment.position attribute.
      Parameters:
      value - the position
    • setPosition

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

      public void setPosition(int value)
      Generated method - Setter of the AttributeValueAssignment.position attribute.
      Parameters:
      value - the position
    • getSystemVersion

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

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

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

      protected void setSystemVersion(ClassificationSystemVersion value)
      Generated method - Setter of the AttributeValueAssignment.systemVersion attribute.
      Parameters:
      value - the systemVersion
    • getValue

      Generated method - Getter of the AttributeValueAssignment.value attribute.
      Returns:
      the value
    • getValue

      public ClassificationAttributeValue getValue()
      Generated method - Getter of the AttributeValueAssignment.value attribute.
      Returns:
      the value
    • setValue

      protected void setValue(SessionContext ctx, ClassificationAttributeValue value)
      Generated method - Setter of the AttributeValueAssignment.value attribute.
      Parameters:
      value - the value
    • setValue

      protected void setValue(ClassificationAttributeValue value)
      Generated method - Setter of the AttributeValueAssignment.value attribute.
      Parameters:
      value - the value