com.ibm.commerce.order.facade.datatypes

Interface SyncOrderDataAreaType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.util.List getOrder()
      Returns the value of the 'Order' containment reference list.
      com.ibm.commerce.oagis9.datatypes.SyncType getSync()
      Returns the value of the 'Sync' containment reference.
      void setSync(com.ibm.commerce.oagis9.datatypes.SyncType value)
      Sets the value of the 'Sync' containment reference.
    • Method Detail

      • setSync

        void setSync(com.ibm.commerce.oagis9.datatypes.SyncType value)
        Sets the value of the 'Sync' containment reference.
        Parameters:
        value - the new value of the 'Sync' containment reference.
        See Also:
        getSync()
      • getOrder

        java.util.List getOrder()
        Returns the value of the 'Order' containment reference list. The list contents are of type OrderType. The Order noun.
        Returns:
        the value of the 'Order' containment reference list.
        See Also:
        OrderPackage.getSyncOrderDataAreaType_Order()