com.ibm.commerce.oagis9.datatypes

Interface ConfirmBODDataAreaType



  • public interface ConfirmBODDataAreaType
    A representation of the model object 'Confirm BOD Data Area Type'.

    The following features are supported:

    See Also:
    Oagis9Package.getConfirmBODDataAreaType()
    • Method Detail

      • getConfirm

        ConfirmType getConfirm()
        Returns the value of the 'Confirm' containment reference. The Confirm verb is used to respond to a request to confirm the receipt of information by the receiving system. The request for confirmation is set by the sending application in the ApplicationArea\Sender\Confirmation field of the original BOD. The Confirm conveys the result of the original request i.e. whether or not the message was understood and was successfully processed. An example of this is Confirm BOD.
        Returns:
        the value of the 'Confirm' containment reference.
        See Also:
        setConfirm(ConfirmType), Oagis9Package.getConfirmBODDataAreaType_Confirm()
      • setConfirm

        void setConfirm(ConfirmType value)
        Sets the value of the 'Confirm' containment reference.
        Parameters:
        value - the new value of the 'Confirm' containment reference.
        See Also:
        getConfirm()
      • getBOD

        java.util.List getBOD()
        Returns the value of the 'BOD' containment reference list. The list contents are of type BODType. The outcome of processing a specific BOD. Describes overall/summary outcome, plus the outcome of processing each noun of the BOD. Includes noun-specific error and/or warning messaages encountered during processing. May include summary and/or roll-up messages at the BOD level.
        Returns:
        the value of the 'BOD' containment reference list.
        See Also:
        Oagis9Package.getConfirmBODDataAreaType_BOD()