Class GeneratedZoneDeliveryMode

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

public abstract class GeneratedZoneDeliveryMode extends DeliveryMode
Generated class for type ZoneDeliveryMode.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedZoneDeliveryMode

      public GeneratedZoneDeliveryMode()
  • Method Details

    • getDefaultAttributeModes

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

      public Boolean isNet(SessionContext ctx)
      Generated method - Getter of the ZoneDeliveryMode.net attribute.
      Returns:
      the net
    • isNet

      public Boolean isNet()
      Generated method - Getter of the ZoneDeliveryMode.net attribute.
      Returns:
      the net
    • isNetAsPrimitive

      public boolean isNetAsPrimitive(SessionContext ctx)
      Generated method - Getter of the ZoneDeliveryMode.net attribute.
      Returns:
      the net
    • isNetAsPrimitive

      public boolean isNetAsPrimitive()
      Generated method - Getter of the ZoneDeliveryMode.net attribute.
      Returns:
      the net
    • setNet

      public void setNet(SessionContext ctx, Boolean value)
      Generated method - Setter of the ZoneDeliveryMode.net attribute.
      Parameters:
      value - the net
    • setNet

      public void setNet(Boolean value)
      Generated method - Setter of the ZoneDeliveryMode.net attribute.
      Parameters:
      value - the net
    • setNet

      public void setNet(SessionContext ctx, boolean value)
      Generated method - Setter of the ZoneDeliveryMode.net attribute.
      Parameters:
      value - the net
    • setNet

      public void setNet(boolean value)
      Generated method - Setter of the ZoneDeliveryMode.net attribute.
      Parameters:
      value - the net
    • getPropertyName

      public String getPropertyName(SessionContext ctx)
      Generated method - Getter of the ZoneDeliveryMode.propertyName attribute.
      Returns:
      the propertyName
    • getPropertyName

      public String getPropertyName()
      Generated method - Getter of the ZoneDeliveryMode.propertyName attribute.
      Returns:
      the propertyName
    • setPropertyName

      public void setPropertyName(SessionContext ctx, String value)
      Generated method - Setter of the ZoneDeliveryMode.propertyName attribute.
      Parameters:
      value - the propertyName
    • setPropertyName

      public void setPropertyName(String value)
      Generated method - Setter of the ZoneDeliveryMode.propertyName attribute.
      Parameters:
      value - the propertyName
    • getValues

      public Set<ZoneDeliveryModeValue> getValues(SessionContext ctx)
      Generated method - Getter of the ZoneDeliveryMode.values attribute.
      Returns:
      the values
    • getValues

      public Set<ZoneDeliveryModeValue> getValues()
      Generated method - Getter of the ZoneDeliveryMode.values attribute.
      Returns:
      the values
    • setValues

      public void setValues(SessionContext ctx, Set<ZoneDeliveryModeValue> value)
      Generated method - Setter of the ZoneDeliveryMode.values attribute.
      Parameters:
      value - the values
    • setValues

      public void setValues(Set<ZoneDeliveryModeValue> value)
      Generated method - Setter of the ZoneDeliveryMode.values attribute.
      Parameters:
      value - the values
    • addToValues

      public void addToValues(SessionContext ctx, ZoneDeliveryModeValue value)
      Generated method - Adds value to values.
      Parameters:
      value - the item to add to values
    • addToValues

      public void addToValues(ZoneDeliveryModeValue value)
      Generated method - Adds value to values.
      Parameters:
      value - the item to add to values
    • removeFromValues

      public void removeFromValues(SessionContext ctx, ZoneDeliveryModeValue value)
      Generated method - Removes value from values.
      Parameters:
      value - the item to remove from values
    • removeFromValues

      public void removeFromValues(ZoneDeliveryModeValue value)
      Generated method - Removes value from values.
      Parameters:
      value - the item to remove from values