Class GeneratedOutboundRequest

    • Field Detail

      • DESTINATION

        public static final java.lang.String DESTINATION
        Qualifier of the OutboundRequest.destination attribute
        See Also:
        Constant Field Values
      • SAPPASSPORT

        public static final java.lang.String SAPPASSPORT
        Qualifier of the OutboundRequest.sapPassport attribute
        See Also:
        Constant Field Values
      • ERROR

        public static final java.lang.String ERROR
        Qualifier of the OutboundRequest.error 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

      • GeneratedOutboundRequest

        public GeneratedOutboundRequest()
    • Method Detail

      • getDestination

        public java.lang.String getDestination​(SessionContext ctx)
        Generated method - Getter of the OutboundRequest.destination attribute.
        Returns:
        the destination
      • getDestination

        public java.lang.String getDestination()
        Generated method - Getter of the OutboundRequest.destination attribute.
        Returns:
        the destination
      • setDestination

        public void setDestination​(SessionContext ctx,
                                   java.lang.String value)
        Generated method - Setter of the OutboundRequest.destination attribute.
        Parameters:
        value - the destination
      • setDestination

        public void setDestination​(java.lang.String value)
        Generated method - Setter of the OutboundRequest.destination attribute.
        Parameters:
        value - the destination
      • getError

        public java.lang.String getError​(SessionContext ctx)
        Generated method - Getter of the OutboundRequest.error attribute.
        Returns:
        the error
      • getError

        public java.lang.String getError()
        Generated method - Getter of the OutboundRequest.error attribute.
        Returns:
        the error
      • setError

        public void setError​(SessionContext ctx,
                             java.lang.String value)
        Generated method - Setter of the OutboundRequest.error attribute.
        Parameters:
        value - the error
      • setError

        public void setError​(java.lang.String value)
        Generated method - Setter of the OutboundRequest.error attribute.
        Parameters:
        value - the error
      • getSapPassport

        public java.lang.String getSapPassport​(SessionContext ctx)
        Generated method - Getter of the OutboundRequest.sapPassport attribute.
        Returns:
        the sapPassport
      • getSapPassport

        public java.lang.String getSapPassport()
        Generated method - Getter of the OutboundRequest.sapPassport attribute.
        Returns:
        the sapPassport
      • setSapPassport

        public void setSapPassport​(SessionContext ctx,
                                   java.lang.String value)
        Generated method - Setter of the OutboundRequest.sapPassport attribute.
        Parameters:
        value - the sapPassport
      • setSapPassport

        public void setSapPassport​(java.lang.String value)
        Generated method - Setter of the OutboundRequest.sapPassport attribute.
        Parameters:
        value - the sapPassport