com.ibm.commerce.oagis9.datatypes

Interface SuccessMessageType



  • public interface SuccessMessageType
    A representation of the model object 'Success Message Type'. The processing was a success. Possible, non-fatal warning messages may appear here.

    The following features are supported:

    See Also:
    Oagis9Package.getSuccessMessageType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      com.ibm.commerce.oagis9.datatypes.UserAreaType getUserArea()
      Returns the value of the 'User Area' containment reference.
      java.util.List getWarningProcessMessage()
      Returns the value of the 'Warning Process Message' containment reference list.
      void setUserArea(com.ibm.commerce.oagis9.datatypes.UserAreaType value)
      Sets the value of the 'User Area' containment reference.
    • Method Detail

      • getWarningProcessMessage

        java.util.List getWarningProcessMessage()
        Returns the value of the 'Warning Process Message' containment reference list. The list contents are of type MessageType. Non-fatal warning message encountered during processing.
        Returns:
        the value of the 'Warning Process Message' containment reference list.
        See Also:
        Oagis9Package.getSuccessMessageType_WarningProcessMessage()
      • getUserArea

        com.ibm.commerce.oagis9.datatypes.UserAreaType getUserArea()
        Returns the value of the 'User Area' containment reference. Allows the user of OAGIS to extend the specification in order to provide additional information that is not captured in OAGIS.
        Returns:
        the value of the 'User Area' containment reference.
        See Also:
        setUserArea(UserAreaType), Oagis9Package.getSuccessMessageType_UserArea()
      • setUserArea

        void setUserArea(com.ibm.commerce.oagis9.datatypes.UserAreaType value)
        Sets the value of the 'User Area' containment reference.
        Parameters:
        value - the new value of the 'User Area' containment reference.
        See Also:
        getUserArea()