Class GeneratedCancellationEvent

    • Field Detail

      • REASON

        public static final java.lang.String REASON
        Qualifier of the CancellationEvent.reason 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

      • GeneratedCancellationEvent

        public GeneratedCancellationEvent()
    • Method Detail

      • getReason

        public java.lang.String getReason​(SessionContext ctx)
        Generated method - Getter of the CancellationEvent.reason attribute.
        Returns:
        the reason - Specifies the reason for this cancellation.
      • getReason

        public java.lang.String getReason()
        Generated method - Getter of the CancellationEvent.reason attribute.
        Returns:
        the reason - Specifies the reason for this cancellation.
      • setReason

        public void setReason​(SessionContext ctx,
                              java.lang.String value)
        Generated method - Setter of the CancellationEvent.reason attribute.
        Parameters:
        value - the reason - Specifies the reason for this cancellation.
      • setReason

        public void setReason​(java.lang.String value)
        Generated method - Setter of the CancellationEvent.reason attribute.
        Parameters:
        value - the reason - Specifies the reason for this cancellation.