Class GeneratedSAPHTTPDestination

    • Field Detail

      • HTTPDESTINATIONNAME

        public static final java.lang.String HTTPDESTINATIONNAME
        Qualifier of the SAPHTTPDestination.httpDestinationName attribute
        See Also:
        Constant Field Values
      • TARGETURL

        public static final java.lang.String TARGETURL
        Qualifier of the SAPHTTPDestination.targetURL attribute
        See Also:
        Constant Field Values
      • AUTHENTICATIONTYPE

        public static final java.lang.String AUTHENTICATIONTYPE
        Qualifier of the SAPHTTPDestination.authenticationType attribute
        See Also:
        Constant Field Values
      • USERID

        public static final java.lang.String USERID
        Qualifier of the SAPHTTPDestination.userid attribute
        See Also:
        Constant Field Values
      • PASSWORD

        public static final java.lang.String PASSWORD
        Qualifier of the SAPHTTPDestination.password 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

      • GeneratedSAPHTTPDestination

        public GeneratedSAPHTTPDestination()
    • Method Detail

      • getAuthenticationType

        public EnumerationValue getAuthenticationType​(SessionContext ctx)
        Generated method - Getter of the SAPHTTPDestination.authenticationType attribute.
        Returns:
        the authenticationType - Authentication type
      • getAuthenticationType

        public EnumerationValue getAuthenticationType()
        Generated method - Getter of the SAPHTTPDestination.authenticationType attribute.
        Returns:
        the authenticationType - Authentication type
      • setAuthenticationType

        public void setAuthenticationType​(SessionContext ctx,
                                          EnumerationValue value)
        Generated method - Setter of the SAPHTTPDestination.authenticationType attribute.
        Parameters:
        value - the authenticationType - Authentication type
      • setAuthenticationType

        public void setAuthenticationType​(EnumerationValue value)
        Generated method - Setter of the SAPHTTPDestination.authenticationType attribute.
        Parameters:
        value - the authenticationType - Authentication type
      • getHttpDestinationName

        public java.lang.String getHttpDestinationName​(SessionContext ctx)
        Generated method - Getter of the SAPHTTPDestination.httpDestinationName attribute.
        Returns:
        the httpDestinationName - HTTP Destination name
      • getHttpDestinationName

        public java.lang.String getHttpDestinationName()
        Generated method - Getter of the SAPHTTPDestination.httpDestinationName attribute.
        Returns:
        the httpDestinationName - HTTP Destination name
      • setHttpDestinationName

        public void setHttpDestinationName​(SessionContext ctx,
                                           java.lang.String value)
        Generated method - Setter of the SAPHTTPDestination.httpDestinationName attribute.
        Parameters:
        value - the httpDestinationName - HTTP Destination name
      • setHttpDestinationName

        public void setHttpDestinationName​(java.lang.String value)
        Generated method - Setter of the SAPHTTPDestination.httpDestinationName attribute.
        Parameters:
        value - the httpDestinationName - HTTP Destination name
      • getPassword

        public java.lang.String getPassword​(SessionContext ctx)
        Generated method - Getter of the SAPHTTPDestination.password attribute.
        Returns:
        the password - Password for the logon to the SAP system
      • getPassword

        public java.lang.String getPassword()
        Generated method - Getter of the SAPHTTPDestination.password attribute.
        Returns:
        the password - Password for the logon to the SAP system
      • setPassword

        public void setPassword​(SessionContext ctx,
                                java.lang.String value)
        Generated method - Setter of the SAPHTTPDestination.password attribute.
        Parameters:
        value - the password - Password for the logon to the SAP system
      • setPassword

        public void setPassword​(java.lang.String value)
        Generated method - Setter of the SAPHTTPDestination.password attribute.
        Parameters:
        value - the password - Password for the logon to the SAP system
      • getTargetURL

        public java.lang.String getTargetURL​(SessionContext ctx)
        Generated method - Getter of the SAPHTTPDestination.targetURL attribute.
        Returns:
        the targetURL - URL of the target system
      • getTargetURL

        public java.lang.String getTargetURL()
        Generated method - Getter of the SAPHTTPDestination.targetURL attribute.
        Returns:
        the targetURL - URL of the target system
      • setTargetURL

        public void setTargetURL​(SessionContext ctx,
                                 java.lang.String value)
        Generated method - Setter of the SAPHTTPDestination.targetURL attribute.
        Parameters:
        value - the targetURL - URL of the target system
      • setTargetURL

        public void setTargetURL​(java.lang.String value)
        Generated method - Setter of the SAPHTTPDestination.targetURL attribute.
        Parameters:
        value - the targetURL - URL of the target system
      • getUserid

        public java.lang.String getUserid​(SessionContext ctx)
        Generated method - Getter of the SAPHTTPDestination.userid attribute.
        Returns:
        the userid - User ID for the logon to the SAP system
      • getUserid

        public java.lang.String getUserid()
        Generated method - Getter of the SAPHTTPDestination.userid attribute.
        Returns:
        the userid - User ID for the logon to the SAP system
      • setUserid

        public void setUserid​(SessionContext ctx,
                              java.lang.String value)
        Generated method - Setter of the SAPHTTPDestination.userid attribute.
        Parameters:
        value - the userid - User ID for the logon to the SAP system
      • setUserid

        public void setUserid​(java.lang.String value)
        Generated method - Setter of the SAPHTTPDestination.userid attribute.
        Parameters:
        value - the userid - User ID for the logon to the SAP system