Class ExtendedSAPHTTPDestinationModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class ExtendedSAPHTTPDestinationModel
    extends ItemModel
    Generated model class for type ExtendedSAPHTTPDestination first defined at extension sapcpiomsreturnsexchange.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String _HTTPDESTINATION2EXTENDEDSAPHTTPDESTINATION
        Generated relation code constant for relation HTTPDestination2ExtendedSAPHTTPDestination defining source attribute httpDestination in extension sapcpiomsreturnsexchange.
        See Also:
        Constant Field Values
      • OBJECTTYPE

        public static final java.lang.String OBJECTTYPE
        Generated constant - Attribute key of ExtendedSAPHTTPDestination.objectType attribute defined at extension sapcpiomsreturnsexchange.
        See Also:
        Constant Field Values
      • HTTPDESTINATIONNAME

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

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

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

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

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

      • ExtendedSAPHTTPDestinationModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public ExtendedSAPHTTPDestinationModel​(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 ExtendedSAPHTTPDestination.authenticationType attribute defined at extension sapcpiomsreturnsexchange.
        Returns:
        the authenticationType - Authentication type
      • getHttpDestination

        @Accessor(qualifier="httpDestination",
                  type=GETTER)
        public SAPHTTPDestinationModel getHttpDestination()
        Generated method - Getter of the ExtendedSAPHTTPDestination.httpDestination attribute defined at extension sapcpiomsreturnsexchange.
        Returns:
        the httpDestination
      • getHttpDestinationName

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

        @Accessor(qualifier="objectType",
                  type=GETTER)
        public ComposedTypeModel getObjectType()
        Generated method - Getter of the ExtendedSAPHTTPDestination.objectType attribute defined at extension sapcpiomsreturnsexchange.
        Returns:
        the objectType - HTTP Destination Object Type
      • getTargetURL

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

        @Accessor(qualifier="userid",
                  type=GETTER)
        public java.lang.String getUserid()
        Generated method - Getter of the ExtendedSAPHTTPDestination.userid attribute defined at extension sapcpiomsreturnsexchange.
        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 ExtendedSAPHTTPDestination.authenticationType attribute defined at extension sapcpiomsreturnsexchange.
        Parameters:
        value - the authenticationType - Authentication type
      • setHttpDestination

        @Accessor(qualifier="httpDestination",
                  type=SETTER)
        public void setHttpDestination​(SAPHTTPDestinationModel value)
        Generated method - Setter of ExtendedSAPHTTPDestination.httpDestination attribute defined at extension sapcpiomsreturnsexchange.
        Parameters:
        value - the httpDestination
      • setHttpDestinationName

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

        @Accessor(qualifier="objectType",
                  type=SETTER)
        public void setObjectType​(ComposedTypeModel value)
        Generated method - Setter of ExtendedSAPHTTPDestination.objectType attribute defined at extension sapcpiomsreturnsexchange.
        Parameters:
        value - the objectType - HTTP Destination Object Type
      • setTargetURL

        @Accessor(qualifier="targetURL",
                  type=SETTER)
        public void setTargetURL​(java.lang.String value)
        Generated method - Setter of ExtendedSAPHTTPDestination.targetURL attribute defined at extension sapcpiomsreturnsexchange.
        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 ExtendedSAPHTTPDestination.userid attribute defined at extension sapcpiomsreturnsexchange.
        Parameters:
        value - the userid - User ID for the logon to the SAP system