Class SAPHTTPDestinationModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class SAPHTTPDestinationModel
    extends ItemModel
    Generated model class for type SAPHTTPDestination first defined at extension sapcoreconfiguration.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • HTTPDESTINATIONNAME

        public static final java.lang.String HTTPDESTINATIONNAME
        Generated constant - Attribute key of SAPHTTPDestination.httpDestinationName attribute defined at extension sapcoreconfiguration.
        See Also:
        Constant Field Values
      • TARGETURL

        public static final java.lang.String TARGETURL
        Generated constant - Attribute key of SAPHTTPDestination.targetURL attribute defined at extension sapcoreconfiguration.
        See Also:
        Constant Field Values
      • AUTHENTICATIONTYPE

        public static final java.lang.String AUTHENTICATIONTYPE
        Generated constant - Attribute key of SAPHTTPDestination.authenticationType attribute defined at extension sapcoreconfiguration.
        See Also:
        Constant Field Values
      • USERID

        public static final java.lang.String USERID
        Generated constant - Attribute key of SAPHTTPDestination.userid attribute defined at extension sapcoreconfiguration.
        See Also:
        Constant Field Values
      • PASSWORD

        public static final java.lang.String PASSWORD
        Generated constant - Attribute key of SAPHTTPDestination.password attribute defined at extension sapcoreconfiguration.
        See Also:
        Constant Field Values
      • OBJSPECIFICHTTPDESTINATION

        public static final java.lang.String OBJSPECIFICHTTPDESTINATION
        Generated constant - Attribute key of SAPHTTPDestination.objSpecificHTTPDestination attribute defined at extension sapcpiomsreturnsexchange.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SAPHTTPDestinationModel

        public SAPHTTPDestinationModel()
        Generated constructor - Default constructor for generic creation.
      • SAPHTTPDestinationModel

        public SAPHTTPDestinationModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • SAPHTTPDestinationModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SAPHTTPDestinationModel​(ItemModel _owner)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - for all mandatory and initial attributes.
        Parameters:
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getAuthenticationType

        @Accessor(qualifier="authenticationType",
                  type=GETTER)
        public HTTPAuthenticationType getAuthenticationType()
        Generated method - Getter of the SAPHTTPDestination.authenticationType attribute defined at extension sapcoreconfiguration.
        Returns:
        the authenticationType - Authentication type
      • getHttpDestinationName

        @Accessor(qualifier="httpDestinationName",
                  type=GETTER)
        public java.lang.String getHttpDestinationName()
        Generated method - Getter of the SAPHTTPDestination.httpDestinationName attribute defined at extension sapcoreconfiguration.
        Returns:
        the httpDestinationName - HTTP Destination name
      • getObjSpecificHTTPDestination

        @Accessor(qualifier="objSpecificHTTPDestination",
                  type=GETTER)
        public java.util.Set<ExtendedSAPHTTPDestinationModel> getObjSpecificHTTPDestination()
        Generated method - Getter of the SAPHTTPDestination.objSpecificHTTPDestination attribute defined at extension sapcpiomsreturnsexchange. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the objSpecificHTTPDestination
      • getPassword

        @Accessor(qualifier="password",
                  type=GETTER)
        public java.lang.String getPassword()
        Generated method - Getter of the SAPHTTPDestination.password attribute defined at extension sapcoreconfiguration.
        Returns:
        the password - Password for the logon to the SAP system
      • getTargetURL

        @Accessor(qualifier="targetURL",
                  type=GETTER)
        public java.lang.String getTargetURL()
        Generated method - Getter of the SAPHTTPDestination.targetURL attribute defined at extension sapcoreconfiguration.
        Returns:
        the targetURL - URL of the target system
      • getUserid

        @Accessor(qualifier="userid",
                  type=GETTER)
        public java.lang.String getUserid()
        Generated method - Getter of the SAPHTTPDestination.userid attribute defined at extension sapcoreconfiguration.
        Returns:
        the userid - User ID for the logon to the SAP system
      • setAuthenticationType

        @Accessor(qualifier="authenticationType",
                  type=SETTER)
        public void setAuthenticationType​(HTTPAuthenticationType value)
        Generated method - Setter of SAPHTTPDestination.authenticationType attribute defined at extension sapcoreconfiguration.
        Parameters:
        value - the authenticationType - Authentication type
      • setHttpDestinationName

        @Accessor(qualifier="httpDestinationName",
                  type=SETTER)
        public void setHttpDestinationName​(java.lang.String value)
        Generated method - Setter of SAPHTTPDestination.httpDestinationName attribute defined at extension sapcoreconfiguration.
        Parameters:
        value - the httpDestinationName - HTTP Destination name
      • setObjSpecificHTTPDestination

        @Accessor(qualifier="objSpecificHTTPDestination",
                  type=SETTER)
        public void setObjSpecificHTTPDestination​(java.util.Set<ExtendedSAPHTTPDestinationModel> value)
        Generated method - Setter of SAPHTTPDestination.objSpecificHTTPDestination attribute defined at extension sapcpiomsreturnsexchange.
        Parameters:
        value - the objSpecificHTTPDestination
      • setPassword

        @Accessor(qualifier="password",
                  type=SETTER)
        public void setPassword​(java.lang.String value)
        Generated method - Setter of SAPHTTPDestination.password attribute defined at extension sapcoreconfiguration.
        Parameters:
        value - the password - Password for the logon to the SAP system
      • setTargetURL

        @Accessor(qualifier="targetURL",
                  type=SETTER)
        public void setTargetURL​(java.lang.String value)
        Generated method - Setter of SAPHTTPDestination.targetURL attribute defined at extension sapcoreconfiguration.
        Parameters:
        value - the targetURL - URL of the target system
      • setUserid

        @Accessor(qualifier="userid",
                  type=SETTER)
        public void setUserid​(java.lang.String value)
        Generated method - Setter of SAPHTTPDestination.userid attribute defined at extension sapcoreconfiguration.
        Parameters:
        value - the userid - User ID for the logon to the SAP system