com.ibm.commerce.oagis9.datatypes

Interface BODFailureMessageType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.util.List getErrorProcessMessage()
      Returns the value of the 'Error Process Message' containment reference list.
      java.util.List getNounFailureMessage()
      Returns the value of the 'Noun Failure Message' containment reference list.
      java.util.List getNounSuccessMessage()
      Returns the value of the 'Noun Success Message' containment reference list.
      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

      • getErrorProcessMessage

        java.util.List getErrorProcessMessage()
        Returns the value of the 'Error Process Message' containment reference list. The list contents are of type MessageType. Error message encountered during processing.
        Returns:
        the value of the 'Error Process Message' containment reference list.
        See Also:
        Oagis9Package.getBODFailureMessageType_ErrorProcessMessage()
      • 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.getBODFailureMessageType_WarningProcessMessage()
      • getNounFailureMessage

        java.util.List getNounFailureMessage()
        Returns the value of the 'Noun Failure Message' containment reference list. The list contents are of type FailureMessageType. Indicates that the processing of this noun has failed, and provides error and warning messages that arose during the processing of the noun.
        Returns:
        the value of the 'Noun Failure Message' containment reference list.
        See Also:
        Oagis9Package.getBODFailureMessageType_NounFailureMessage()
      • getNounSuccessMessage

        java.util.List getNounSuccessMessage()
        Returns the value of the 'Noun Success Message' containment reference list. The list contents are of type SuccessMessageType. Indicates that the processing of this noun has succeeded; may provide non-fatal warning messages that arose during the processing of the noun.
        Returns:
        the value of the 'Noun Success Message' containment reference list.
        See Also:
        Oagis9Package.getBODFailureMessageType_NounSuccessMessage()
      • 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.getBODFailureMessageType_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()