Class GeneratedVariantType

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

public abstract class GeneratedVariantType extends ComposedType
Generated class for type VariantType.
See Also:
  • Field Details

    • VARIANTATTRIBUTES

      public static final String VARIANTATTRIBUTES
      Qualifier of the VariantType.variantAttributes attribute
      See Also:
    • VALIDPRODUCTBASETYPES

      public static final String VALIDPRODUCTBASETYPES
      Qualifier of the VariantType.validProductBaseTypes attribute
      See Also:
  • Constructor Details

    • GeneratedVariantType

      public GeneratedVariantType()
  • Method Details

    • getValidProductBaseTypes

      public abstract Collection<ComposedType> getValidProductBaseTypes(SessionContext ctx)
      Generated method - Getter of the VariantType.validProductBaseTypes attribute.
      Returns:
      the validProductBaseTypes
    • getValidProductBaseTypes

      public Collection<ComposedType> getValidProductBaseTypes()
      Generated method - Getter of the VariantType.validProductBaseTypes attribute.
      Returns:
      the validProductBaseTypes
    • getVariantAttributes

      public abstract List<VariantAttributeDescriptor> getVariantAttributes(SessionContext ctx)
      Generated method - Getter of the VariantType.variantAttributes attribute.
      Returns:
      the variantAttributes
    • getVariantAttributes

      public List<VariantAttributeDescriptor> getVariantAttributes()
      Generated method - Getter of the VariantType.variantAttributes attribute.
      Returns:
      the variantAttributes
    • setVariantAttributes

      public abstract void setVariantAttributes(SessionContext ctx, List<VariantAttributeDescriptor> value)
      Generated method - Setter of the VariantType.variantAttributes attribute.
      Parameters:
      value - the variantAttributes
    • setVariantAttributes

      public void setVariantAttributes(List<VariantAttributeDescriptor> value)
      Generated method - Setter of the VariantType.variantAttributes attribute.
      Parameters:
      value - the variantAttributes