Class GeneratedZoneDeliveryMode

    • Field Detail

      • PROPERTYNAME

        public static final java.lang.String PROPERTYNAME
        Qualifier of the ZoneDeliveryMode.propertyName attribute
        See Also:
        Constant Field Values
      • NET

        public static final java.lang.String NET
        Qualifier of the ZoneDeliveryMode.net attribute
        See Also:
        Constant Field Values
      • VALUES

        public static final java.lang.String VALUES
        Qualifier of the ZoneDeliveryMode.values 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

      • GeneratedZoneDeliveryMode

        public GeneratedZoneDeliveryMode()
    • Method Detail

      • isNet

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

        public java.lang.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,
                           java.lang.Boolean value)
        Generated method - Setter of the ZoneDeliveryMode.net attribute.
        Parameters:
        value - the net
      • setNet

        public void setNet​(java.lang.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 java.lang.String getPropertyName​(SessionContext ctx)
        Generated method - Getter of the ZoneDeliveryMode.propertyName attribute.
        Returns:
        the propertyName
      • getPropertyName

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

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

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

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

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

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

        public void setValues​(java.util.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