Class GeneratedSAPDigitalPaymentConfiguration

    • Field Detail

      • NAME

        public static final java.lang.String NAME
        Qualifier of the SAPDigitalPaymentConfiguration.name attribute
        See Also:
        Constant Field Values
      • SAPDIGITALPAYMENTCLIENT

        public static final java.lang.String SAPDIGITALPAYMENTCLIENT
        Qualifier of the SAPDigitalPaymentConfiguration.sapDigitalpaymentClient attribute
        See Also:
        Constant Field Values
      • BASEURL

        public static final java.lang.String BASEURL
        Qualifier of the SAPDigitalPaymentConfiguration.baseUrl attribute
        See Also:
        Constant Field Values
      • PAYMENTAUTHTYPE

        public static final java.lang.String PAYMENTAUTHTYPE
        Qualifier of the SAPDigitalPaymentConfiguration.paymentAuthType attribute
        See Also:
        Constant Field Values
      • COMPANYCODE

        public static final java.lang.String COMPANYCODE
        Qualifier of the SAPDigitalPaymentConfiguration.companyCode attribute
        See Also:
        Constant Field Values
      • CUSTOMERCOUNTRY

        public static final java.lang.String CUSTOMERCOUNTRY
        Qualifier of the SAPDigitalPaymentConfiguration.customerCountry attribute
        See Also:
        Constant Field Values
      • PAYMENTMETHOD

        public static final java.lang.String PAYMENTMETHOD
        Qualifier of the SAPDigitalPaymentConfiguration.paymentMethod attribute
        See Also:
        Constant Field Values
      • CUSTOMPARAM

        public static final java.lang.String CUSTOMPARAM
        Qualifier of the SAPDigitalPaymentConfiguration.customParam attribute
        See Also:
        Constant Field Values
      • MAXRETRY

        public static final java.lang.String MAXRETRY
        Qualifier of the SAPDigitalPaymentConfiguration.maxRetry attribute
        See Also:
        Constant Field Values
      • RETRYINTERVAL

        public static final java.lang.String RETRYINTERVAL
        Qualifier of the SAPDigitalPaymentConfiguration.retryInterval attribute
        See Also:
        Constant Field Values
      • TIMEOUT

        public static final java.lang.String TIMEOUT
        Qualifier of the SAPDigitalPaymentConfiguration.timeOut attribute
        See Also:
        Constant Field Values
      • POLLCARDDELAY

        public static final java.lang.String POLLCARDDELAY
        Qualifier of the SAPDigitalPaymentConfiguration.pollCardDelay attribute
        See Also:
        Constant Field Values
      • BASESTORES

        public static final java.lang.String BASESTORES
        Qualifier of the SAPDigitalPaymentConfiguration.baseStores 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

      • GeneratedSAPDigitalPaymentConfiguration

        public GeneratedSAPDigitalPaymentConfiguration()
    • Method Detail

      • getBaseStores

        public java.util.Collection<BaseStore> getBaseStores​(SessionContext ctx)
        Generated method - Getter of the SAPDigitalPaymentConfiguration.baseStores attribute.
        Returns:
        the baseStores
      • getBaseStores

        public java.util.Collection<BaseStore> getBaseStores()
        Generated method - Getter of the SAPDigitalPaymentConfiguration.baseStores attribute.
        Returns:
        the baseStores
      • setBaseStores

        public void setBaseStores​(SessionContext ctx,
                                  java.util.Collection<BaseStore> value)
        Generated method - Setter of the SAPDigitalPaymentConfiguration.baseStores attribute.
        Parameters:
        value - the baseStores
      • setBaseStores

        public void setBaseStores​(java.util.Collection<BaseStore> value)
        Generated method - Setter of the SAPDigitalPaymentConfiguration.baseStores attribute.
        Parameters:
        value - the baseStores
      • addToBaseStores

        public void addToBaseStores​(SessionContext ctx,
                                    BaseStore value)
        Generated method - Adds value to baseStores.
        Parameters:
        value - the item to add to baseStores
      • addToBaseStores

        public void addToBaseStores​(BaseStore value)
        Generated method - Adds value to baseStores.
        Parameters:
        value - the item to add to baseStores
      • removeFromBaseStores

        public void removeFromBaseStores​(SessionContext ctx,
                                         BaseStore value)
        Generated method - Removes value from baseStores.
        Parameters:
        value - the item to remove from baseStores
      • removeFromBaseStores

        public void removeFromBaseStores​(BaseStore value)
        Generated method - Removes value from baseStores.
        Parameters:
        value - the item to remove from baseStores
      • getBaseUrl

        public java.lang.String getBaseUrl​(SessionContext ctx)
        Generated method - Getter of the SAPDigitalPaymentConfiguration.baseUrl attribute.
        Returns:
        the baseUrl - Base URL for SAP Digital Payment
      • getBaseUrl

        public java.lang.String getBaseUrl()
        Generated method - Getter of the SAPDigitalPaymentConfiguration.baseUrl attribute.
        Returns:
        the baseUrl - Base URL for SAP Digital Payment
      • setBaseUrl

        public void setBaseUrl​(SessionContext ctx,
                               java.lang.String value)
        Generated method - Setter of the SAPDigitalPaymentConfiguration.baseUrl attribute.
        Parameters:
        value - the baseUrl - Base URL for SAP Digital Payment
      • setBaseUrl

        public void setBaseUrl​(java.lang.String value)
        Generated method - Setter of the SAPDigitalPaymentConfiguration.baseUrl attribute.
        Parameters:
        value - the baseUrl - Base URL for SAP Digital Payment
      • getCompanyCode

        public java.lang.String getCompanyCode​(SessionContext ctx)
        Generated method - Getter of the SAPDigitalPaymentConfiguration.companyCode attribute.
        Returns:
        the companyCode - Company Code - routing parameter for determining PSP
      • getCompanyCode

        public java.lang.String getCompanyCode()
        Generated method - Getter of the SAPDigitalPaymentConfiguration.companyCode attribute.
        Returns:
        the companyCode - Company Code - routing parameter for determining PSP
      • setCompanyCode

        public void setCompanyCode​(SessionContext ctx,
                                   java.lang.String value)
        Generated method - Setter of the SAPDigitalPaymentConfiguration.companyCode attribute.
        Parameters:
        value - the companyCode - Company Code - routing parameter for determining PSP
      • setCompanyCode

        public void setCompanyCode​(java.lang.String value)
        Generated method - Setter of the SAPDigitalPaymentConfiguration.companyCode attribute.
        Parameters:
        value - the companyCode - Company Code - routing parameter for determining PSP
      • getCustomerCountry

        public java.lang.String getCustomerCountry​(SessionContext ctx)
        Generated method - Getter of the SAPDigitalPaymentConfiguration.customerCountry attribute.
        Returns:
        the customerCountry - Custom Country - routing parameter for determining PSP
      • getCustomerCountry

        public java.lang.String getCustomerCountry()
        Generated method - Getter of the SAPDigitalPaymentConfiguration.customerCountry attribute.
        Returns:
        the customerCountry - Custom Country - routing parameter for determining PSP
      • setCustomerCountry

        public void setCustomerCountry​(SessionContext ctx,
                                       java.lang.String value)
        Generated method - Setter of the SAPDigitalPaymentConfiguration.customerCountry attribute.
        Parameters:
        value - the customerCountry - Custom Country - routing parameter for determining PSP
      • setCustomerCountry

        public void setCustomerCountry​(java.lang.String value)
        Generated method - Setter of the SAPDigitalPaymentConfiguration.customerCountry attribute.
        Parameters:
        value - the customerCountry - Custom Country - routing parameter for determining PSP
      • getCustomParam

        public java.lang.String getCustomParam​(SessionContext ctx)
        Generated method - Getter of the SAPDigitalPaymentConfiguration.customParam attribute.
        Returns:
        the customParam - Custom parameter - routing parameter for determining PSP
      • getCustomParam

        public java.lang.String getCustomParam()
        Generated method - Getter of the SAPDigitalPaymentConfiguration.customParam attribute.
        Returns:
        the customParam - Custom parameter - routing parameter for determining PSP
      • setCustomParam

        public void setCustomParam​(SessionContext ctx,
                                   java.lang.String value)
        Generated method - Setter of the SAPDigitalPaymentConfiguration.customParam attribute.
        Parameters:
        value - the customParam - Custom parameter - routing parameter for determining PSP
      • setCustomParam

        public void setCustomParam​(java.lang.String value)
        Generated method - Setter of the SAPDigitalPaymentConfiguration.customParam attribute.
        Parameters:
        value - the customParam - Custom parameter - routing parameter for determining PSP
      • getMaxRetry

        public java.lang.Integer getMaxRetry​(SessionContext ctx)
        Generated method - Getter of the SAPDigitalPaymentConfiguration.maxRetry attribute.
        Returns:
        the maxRetry - Maximum number of retries
      • getMaxRetry

        public java.lang.Integer getMaxRetry()
        Generated method - Getter of the SAPDigitalPaymentConfiguration.maxRetry attribute.
        Returns:
        the maxRetry - Maximum number of retries
      • getMaxRetryAsPrimitive

        public int getMaxRetryAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the SAPDigitalPaymentConfiguration.maxRetry attribute.
        Returns:
        the maxRetry - Maximum number of retries
      • getMaxRetryAsPrimitive

        public int getMaxRetryAsPrimitive()
        Generated method - Getter of the SAPDigitalPaymentConfiguration.maxRetry attribute.
        Returns:
        the maxRetry - Maximum number of retries
      • setMaxRetry

        public void setMaxRetry​(SessionContext ctx,
                                java.lang.Integer value)
        Generated method - Setter of the SAPDigitalPaymentConfiguration.maxRetry attribute.
        Parameters:
        value - the maxRetry - Maximum number of retries
      • setMaxRetry

        public void setMaxRetry​(java.lang.Integer value)
        Generated method - Setter of the SAPDigitalPaymentConfiguration.maxRetry attribute.
        Parameters:
        value - the maxRetry - Maximum number of retries
      • setMaxRetry

        public void setMaxRetry​(SessionContext ctx,
                                int value)
        Generated method - Setter of the SAPDigitalPaymentConfiguration.maxRetry attribute.
        Parameters:
        value - the maxRetry - Maximum number of retries
      • setMaxRetry

        public void setMaxRetry​(int value)
        Generated method - Setter of the SAPDigitalPaymentConfiguration.maxRetry attribute.
        Parameters:
        value - the maxRetry - Maximum number of retries
      • getName

        public java.lang.String getName​(SessionContext ctx)
        Generated method - Getter of the SAPDigitalPaymentConfiguration.name attribute.
        Returns:
        the name - Sap Digital Payment configuration name
      • getName

        public java.lang.String getName()
        Generated method - Getter of the SAPDigitalPaymentConfiguration.name attribute.
        Returns:
        the name - Sap Digital Payment configuration name
      • setName

        public void setName​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the SAPDigitalPaymentConfiguration.name attribute.
        Parameters:
        value - the name - Sap Digital Payment configuration name
      • setName

        public void setName​(java.lang.String value)
        Generated method - Setter of the SAPDigitalPaymentConfiguration.name attribute.
        Parameters:
        value - the name - Sap Digital Payment configuration name
      • getPaymentAuthType

        public EnumerationValue getPaymentAuthType​(SessionContext ctx)
        Generated method - Getter of the SAPDigitalPaymentConfiguration.paymentAuthType attribute.
        Returns:
        the paymentAuthType - Payment authentication type enum
      • getPaymentAuthType

        public EnumerationValue getPaymentAuthType()
        Generated method - Getter of the SAPDigitalPaymentConfiguration.paymentAuthType attribute.
        Returns:
        the paymentAuthType - Payment authentication type enum
      • setPaymentAuthType

        public void setPaymentAuthType​(SessionContext ctx,
                                       EnumerationValue value)
        Generated method - Setter of the SAPDigitalPaymentConfiguration.paymentAuthType attribute.
        Parameters:
        value - the paymentAuthType - Payment authentication type enum
      • setPaymentAuthType

        public void setPaymentAuthType​(EnumerationValue value)
        Generated method - Setter of the SAPDigitalPaymentConfiguration.paymentAuthType attribute.
        Parameters:
        value - the paymentAuthType - Payment authentication type enum
      • getPaymentMethod

        public java.lang.String getPaymentMethod​(SessionContext ctx)
        Generated method - Getter of the SAPDigitalPaymentConfiguration.paymentMethod attribute.
        Returns:
        the paymentMethod - Payment Method - routing parameter for determining PSP
      • getPaymentMethod

        public java.lang.String getPaymentMethod()
        Generated method - Getter of the SAPDigitalPaymentConfiguration.paymentMethod attribute.
        Returns:
        the paymentMethod - Payment Method - routing parameter for determining PSP
      • setPaymentMethod

        public void setPaymentMethod​(SessionContext ctx,
                                     java.lang.String value)
        Generated method - Setter of the SAPDigitalPaymentConfiguration.paymentMethod attribute.
        Parameters:
        value - the paymentMethod - Payment Method - routing parameter for determining PSP
      • setPaymentMethod

        public void setPaymentMethod​(java.lang.String value)
        Generated method - Setter of the SAPDigitalPaymentConfiguration.paymentMethod attribute.
        Parameters:
        value - the paymentMethod - Payment Method - routing parameter for determining PSP
      • getPollCardDelay

        public java.lang.Integer getPollCardDelay​(SessionContext ctx)
        Generated method - Getter of the SAPDigitalPaymentConfiguration.pollCardDelay attribute.
        Returns:
        the pollCardDelay - Poll card delay in milliseconds
      • getPollCardDelay

        public java.lang.Integer getPollCardDelay()
        Generated method - Getter of the SAPDigitalPaymentConfiguration.pollCardDelay attribute.
        Returns:
        the pollCardDelay - Poll card delay in milliseconds
      • getPollCardDelayAsPrimitive

        public int getPollCardDelayAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the SAPDigitalPaymentConfiguration.pollCardDelay attribute.
        Returns:
        the pollCardDelay - Poll card delay in milliseconds
      • getPollCardDelayAsPrimitive

        public int getPollCardDelayAsPrimitive()
        Generated method - Getter of the SAPDigitalPaymentConfiguration.pollCardDelay attribute.
        Returns:
        the pollCardDelay - Poll card delay in milliseconds
      • setPollCardDelay

        public void setPollCardDelay​(SessionContext ctx,
                                     java.lang.Integer value)
        Generated method - Setter of the SAPDigitalPaymentConfiguration.pollCardDelay attribute.
        Parameters:
        value - the pollCardDelay - Poll card delay in milliseconds
      • setPollCardDelay

        public void setPollCardDelay​(java.lang.Integer value)
        Generated method - Setter of the SAPDigitalPaymentConfiguration.pollCardDelay attribute.
        Parameters:
        value - the pollCardDelay - Poll card delay in milliseconds
      • setPollCardDelay

        public void setPollCardDelay​(SessionContext ctx,
                                     int value)
        Generated method - Setter of the SAPDigitalPaymentConfiguration.pollCardDelay attribute.
        Parameters:
        value - the pollCardDelay - Poll card delay in milliseconds
      • setPollCardDelay

        public void setPollCardDelay​(int value)
        Generated method - Setter of the SAPDigitalPaymentConfiguration.pollCardDelay attribute.
        Parameters:
        value - the pollCardDelay - Poll card delay in milliseconds
      • getRetryInterval

        public java.lang.Integer getRetryInterval​(SessionContext ctx)
        Generated method - Getter of the SAPDigitalPaymentConfiguration.retryInterval attribute.
        Returns:
        the retryInterval - Retry interval in milliseconds
      • getRetryInterval

        public java.lang.Integer getRetryInterval()
        Generated method - Getter of the SAPDigitalPaymentConfiguration.retryInterval attribute.
        Returns:
        the retryInterval - Retry interval in milliseconds
      • getRetryIntervalAsPrimitive

        public int getRetryIntervalAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the SAPDigitalPaymentConfiguration.retryInterval attribute.
        Returns:
        the retryInterval - Retry interval in milliseconds
      • getRetryIntervalAsPrimitive

        public int getRetryIntervalAsPrimitive()
        Generated method - Getter of the SAPDigitalPaymentConfiguration.retryInterval attribute.
        Returns:
        the retryInterval - Retry interval in milliseconds
      • setRetryInterval

        public void setRetryInterval​(SessionContext ctx,
                                     java.lang.Integer value)
        Generated method - Setter of the SAPDigitalPaymentConfiguration.retryInterval attribute.
        Parameters:
        value - the retryInterval - Retry interval in milliseconds
      • setRetryInterval

        public void setRetryInterval​(java.lang.Integer value)
        Generated method - Setter of the SAPDigitalPaymentConfiguration.retryInterval attribute.
        Parameters:
        value - the retryInterval - Retry interval in milliseconds
      • setRetryInterval

        public void setRetryInterval​(SessionContext ctx,
                                     int value)
        Generated method - Setter of the SAPDigitalPaymentConfiguration.retryInterval attribute.
        Parameters:
        value - the retryInterval - Retry interval in milliseconds
      • setRetryInterval

        public void setRetryInterval​(int value)
        Generated method - Setter of the SAPDigitalPaymentConfiguration.retryInterval attribute.
        Parameters:
        value - the retryInterval - Retry interval in milliseconds
      • getSapDigitalpaymentClient

        public SAPDigitalPaymentClient getSapDigitalpaymentClient​(SessionContext ctx)
        Generated method - Getter of the SAPDigitalPaymentConfiguration.sapDigitalpaymentClient attribute.
        Returns:
        the sapDigitalpaymentClient - Sap Digital Payment client
      • getSapDigitalpaymentClient

        public SAPDigitalPaymentClient getSapDigitalpaymentClient()
        Generated method - Getter of the SAPDigitalPaymentConfiguration.sapDigitalpaymentClient attribute.
        Returns:
        the sapDigitalpaymentClient - Sap Digital Payment client
      • setSapDigitalpaymentClient

        public void setSapDigitalpaymentClient​(SessionContext ctx,
                                               SAPDigitalPaymentClient value)
        Generated method - Setter of the SAPDigitalPaymentConfiguration.sapDigitalpaymentClient attribute.
        Parameters:
        value - the sapDigitalpaymentClient - Sap Digital Payment client
      • setSapDigitalpaymentClient

        public void setSapDigitalpaymentClient​(SAPDigitalPaymentClient value)
        Generated method - Setter of the SAPDigitalPaymentConfiguration.sapDigitalpaymentClient attribute.
        Parameters:
        value - the sapDigitalpaymentClient - Sap Digital Payment client
      • getTimeOut

        public java.lang.Integer getTimeOut​(SessionContext ctx)
        Generated method - Getter of the SAPDigitalPaymentConfiguration.timeOut attribute.
        Returns:
        the timeOut - Timeout interval in millseconds
      • getTimeOut

        public java.lang.Integer getTimeOut()
        Generated method - Getter of the SAPDigitalPaymentConfiguration.timeOut attribute.
        Returns:
        the timeOut - Timeout interval in millseconds
      • getTimeOutAsPrimitive

        public int getTimeOutAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the SAPDigitalPaymentConfiguration.timeOut attribute.
        Returns:
        the timeOut - Timeout interval in millseconds
      • getTimeOutAsPrimitive

        public int getTimeOutAsPrimitive()
        Generated method - Getter of the SAPDigitalPaymentConfiguration.timeOut attribute.
        Returns:
        the timeOut - Timeout interval in millseconds
      • setTimeOut

        public void setTimeOut​(SessionContext ctx,
                               java.lang.Integer value)
        Generated method - Setter of the SAPDigitalPaymentConfiguration.timeOut attribute.
        Parameters:
        value - the timeOut - Timeout interval in millseconds
      • setTimeOut

        public void setTimeOut​(java.lang.Integer value)
        Generated method - Setter of the SAPDigitalPaymentConfiguration.timeOut attribute.
        Parameters:
        value - the timeOut - Timeout interval in millseconds
      • setTimeOut

        public void setTimeOut​(SessionContext ctx,
                               int value)
        Generated method - Setter of the SAPDigitalPaymentConfiguration.timeOut attribute.
        Parameters:
        value - the timeOut - Timeout interval in millseconds
      • setTimeOut

        public void setTimeOut​(int value)
        Generated method - Setter of the SAPDigitalPaymentConfiguration.timeOut attribute.
        Parameters:
        value - the timeOut - Timeout interval in millseconds