Class GeneratedSAPCPIConfiguration

    • Field Detail

      • NAME

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

        public static final java.lang.String USERNAME
        Qualifier of the SAPCPIConfiguration.username attribute
        See Also:
        Constant Field Values
      • PASSWORD

        public static final java.lang.String PASSWORD
        Qualifier of the SAPCPIConfiguration.password attribute
        See Also:
        Constant Field Values
      • BASEURL

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

        public static final java.lang.String PROXYURL
        Qualifier of the SAPCPIConfiguration.proxyUrl attribute
        See Also:
        Constant Field Values
      • IFLOWCONFIGURATION

        public static final java.lang.String IFLOWCONFIGURATION
        Qualifier of the SAPCPIConfiguration.iflowConfiguration 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

      • GeneratedSAPCPIConfiguration

        public GeneratedSAPCPIConfiguration()
    • Method Detail

      • getBaseUrl

        public java.lang.String getBaseUrl​(SessionContext ctx)
        Generated method - Getter of the SAPCPIConfiguration.baseUrl attribute.
        Returns:
        the baseUrl - Base URL of the CPI tenant.
      • getBaseUrl

        public java.lang.String getBaseUrl()
        Generated method - Getter of the SAPCPIConfiguration.baseUrl attribute.
        Returns:
        the baseUrl - Base URL of the CPI tenant.
      • setBaseUrl

        public void setBaseUrl​(SessionContext ctx,
                               java.lang.String value)
        Generated method - Setter of the SAPCPIConfiguration.baseUrl attribute.
        Parameters:
        value - the baseUrl - Base URL of the CPI tenant.
      • setBaseUrl

        public void setBaseUrl​(java.lang.String value)
        Generated method - Setter of the SAPCPIConfiguration.baseUrl attribute.
        Parameters:
        value - the baseUrl - Base URL of the CPI tenant.
      • getIflowConfiguration

        public java.util.List<IflowConfiguration> getIflowConfiguration​(SessionContext ctx)
        Generated method - Getter of the SAPCPIConfiguration.iflowConfiguration attribute.
        Returns:
        the iflowConfiguration - The List if Iflow Specific Configurations.
      • getIflowConfiguration

        public java.util.List<IflowConfiguration> getIflowConfiguration()
        Generated method - Getter of the SAPCPIConfiguration.iflowConfiguration attribute.
        Returns:
        the iflowConfiguration - The List if Iflow Specific Configurations.
      • setIflowConfiguration

        public void setIflowConfiguration​(SessionContext ctx,
                                          java.util.List<IflowConfiguration> value)
        Generated method - Setter of the SAPCPIConfiguration.iflowConfiguration attribute.
        Parameters:
        value - the iflowConfiguration - The List if Iflow Specific Configurations.
      • setIflowConfiguration

        public void setIflowConfiguration​(java.util.List<IflowConfiguration> value)
        Generated method - Setter of the SAPCPIConfiguration.iflowConfiguration attribute.
        Parameters:
        value - the iflowConfiguration - The List if Iflow Specific Configurations.
      • getName

        public java.lang.String getName​(SessionContext ctx)
        Generated method - Getter of the SAPCPIConfiguration.name attribute.
        Returns:
        the name - Name of the Configuration item.
      • getName

        public java.lang.String getName()
        Generated method - Getter of the SAPCPIConfiguration.name attribute.
        Returns:
        the name - Name of the Configuration item.
      • setName

        public void setName​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the SAPCPIConfiguration.name attribute.
        Parameters:
        value - the name - Name of the Configuration item.
      • setName

        public void setName​(java.lang.String value)
        Generated method - Setter of the SAPCPIConfiguration.name attribute.
        Parameters:
        value - the name - Name of the Configuration item.
      • getPassword

        public java.lang.String getPassword​(SessionContext ctx)
        Generated method - Getter of the SAPCPIConfiguration.password attribute.
        Returns:
        the password - Password of the CPI User.
      • getPassword

        public java.lang.String getPassword()
        Generated method - Getter of the SAPCPIConfiguration.password attribute.
        Returns:
        the password - Password of the CPI User.
      • setPassword

        public void setPassword​(SessionContext ctx,
                                java.lang.String value)
        Generated method - Setter of the SAPCPIConfiguration.password attribute.
        Parameters:
        value - the password - Password of the CPI User.
      • setPassword

        public void setPassword​(java.lang.String value)
        Generated method - Setter of the SAPCPIConfiguration.password attribute.
        Parameters:
        value - the password - Password of the CPI User.
      • getProxyUrl

        public java.lang.String getProxyUrl​(SessionContext ctx)
        Generated method - Getter of the SAPCPIConfiguration.proxyUrl attribute.
        Returns:
        the proxyUrl - Proxy if required for connection.
      • getProxyUrl

        public java.lang.String getProxyUrl()
        Generated method - Getter of the SAPCPIConfiguration.proxyUrl attribute.
        Returns:
        the proxyUrl - Proxy if required for connection.
      • setProxyUrl

        public void setProxyUrl​(SessionContext ctx,
                                java.lang.String value)
        Generated method - Setter of the SAPCPIConfiguration.proxyUrl attribute.
        Parameters:
        value - the proxyUrl - Proxy if required for connection.
      • setProxyUrl

        public void setProxyUrl​(java.lang.String value)
        Generated method - Setter of the SAPCPIConfiguration.proxyUrl attribute.
        Parameters:
        value - the proxyUrl - Proxy if required for connection.
      • getUsername

        public java.lang.String getUsername​(SessionContext ctx)
        Generated method - Getter of the SAPCPIConfiguration.username attribute.
        Returns:
        the username - Username of the CPI User.
      • getUsername

        public java.lang.String getUsername()
        Generated method - Getter of the SAPCPIConfiguration.username attribute.
        Returns:
        the username - Username of the CPI User.
      • setUsername

        public void setUsername​(SessionContext ctx,
                                java.lang.String value)
        Generated method - Setter of the SAPCPIConfiguration.username attribute.
        Parameters:
        value - the username - Username of the CPI User.
      • setUsername

        public void setUsername​(java.lang.String value)
        Generated method - Setter of the SAPCPIConfiguration.username attribute.
        Parameters:
        value - the username - Username of the CPI User.