Class GeneratedPaymentSubscriptionResult

    • Field Detail

      • CARTID

        public static final java.lang.String CARTID
        Qualifier of the PaymentSubscriptionResult.cartId attribute
        See Also:
        Constant Field Values
      • SUCCESS

        public static final java.lang.String SUCCESS
        Qualifier of the PaymentSubscriptionResult.success attribute
        See Also:
        Constant Field Values
      • RESULT

        public static final java.lang.String RESULT
        Qualifier of the PaymentSubscriptionResult.result 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

      • GeneratedPaymentSubscriptionResult

        public GeneratedPaymentSubscriptionResult()
    • Method Detail

      • getCartId

        public java.lang.String getCartId​(SessionContext ctx)
        Generated method - Getter of the PaymentSubscriptionResult.cartId attribute.
        Returns:
        the cartId
      • getCartId

        public java.lang.String getCartId()
        Generated method - Getter of the PaymentSubscriptionResult.cartId attribute.
        Returns:
        the cartId
      • setCartId

        public void setCartId​(SessionContext ctx,
                              java.lang.String value)
        Generated method - Setter of the PaymentSubscriptionResult.cartId attribute.
        Parameters:
        value - the cartId
      • setCartId

        public void setCartId​(java.lang.String value)
        Generated method - Setter of the PaymentSubscriptionResult.cartId attribute.
        Parameters:
        value - the cartId
      • getResult

        public java.lang.Object getResult​(SessionContext ctx)
        Generated method - Getter of the PaymentSubscriptionResult.result attribute.
        Returns:
        the result - Serialized result object
      • getResult

        public java.lang.Object getResult()
        Generated method - Getter of the PaymentSubscriptionResult.result attribute.
        Returns:
        the result - Serialized result object
      • setResult

        public void setResult​(SessionContext ctx,
                              java.lang.Object value)
        Generated method - Setter of the PaymentSubscriptionResult.result attribute.
        Parameters:
        value - the result - Serialized result object
      • setResult

        public void setResult​(java.lang.Object value)
        Generated method - Setter of the PaymentSubscriptionResult.result attribute.
        Parameters:
        value - the result - Serialized result object
      • isSuccess

        public java.lang.Boolean isSuccess​(SessionContext ctx)
        Generated method - Getter of the PaymentSubscriptionResult.success attribute.
        Returns:
        the success - Define if subscription was successful.
      • isSuccess

        public java.lang.Boolean isSuccess()
        Generated method - Getter of the PaymentSubscriptionResult.success attribute.
        Returns:
        the success - Define if subscription was successful.
      • isSuccessAsPrimitive

        public boolean isSuccessAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the PaymentSubscriptionResult.success attribute.
        Returns:
        the success - Define if subscription was successful.
      • isSuccessAsPrimitive

        public boolean isSuccessAsPrimitive()
        Generated method - Getter of the PaymentSubscriptionResult.success attribute.
        Returns:
        the success - Define if subscription was successful.
      • setSuccess

        public void setSuccess​(SessionContext ctx,
                               java.lang.Boolean value)
        Generated method - Setter of the PaymentSubscriptionResult.success attribute.
        Parameters:
        value - the success - Define if subscription was successful.
      • setSuccess

        public void setSuccess​(java.lang.Boolean value)
        Generated method - Setter of the PaymentSubscriptionResult.success attribute.
        Parameters:
        value - the success - Define if subscription was successful.
      • setSuccess

        public void setSuccess​(SessionContext ctx,
                               boolean value)
        Generated method - Setter of the PaymentSubscriptionResult.success attribute.
        Parameters:
        value - the success - Define if subscription was successful.
      • setSuccess

        public void setSuccess​(boolean value)
        Generated method - Setter of the PaymentSubscriptionResult.success attribute.
        Parameters:
        value - the success - Define if subscription was successful.