com.ibm.commerce.order.facade.datatypes

Interface SyncQuoteDataAreaType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.util.List getQuote()
      Returns the value of the 'Quote' 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()
      • getQuote

        java.util.List getQuote()
        Returns the value of the 'Quote' containment reference list. The list contents are of type QuoteType. The Quote noun.
        Returns:
        the value of the 'Quote' containment reference list.
        See Also:
        OrderPackage.getSyncQuoteDataAreaType_Quote()