com.ibm.commerce.giftcenter.facade.datatypes

Interface GiftCenterFactory

  • All Superinterfaces:
    org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier


    public interface GiftCenterFactory
    extends org.eclipse.emf.ecore.EFactory
    The Factory for the model. It provides a create method for each non-abstract class of the model.
    See Also:
    GiftCenterPackage
    • Field Detail

      • eINSTANCE

        static final GiftCenterFactory eINSTANCE
        The singleton instance of the factory.
    • Method Detail

      • createAcknowledgeGiftListDataAreaType

        AcknowledgeGiftListDataAreaType createAcknowledgeGiftListDataAreaType()
        Returns a new object of class 'Acknowledge Gift List Data Area Type'.
        Returns:
        a new object of class 'Acknowledge Gift List Data Area Type'.
      • createAcknowledgeGiftListType

        AcknowledgeGiftListType createAcknowledgeGiftListType()
        Returns a new object of class 'Acknowledge Gift List Type'.
        Returns:
        a new object of class 'Acknowledge Gift List Type'.
      • createChangeGiftListDataAreaType

        ChangeGiftListDataAreaType createChangeGiftListDataAreaType()
        Returns a new object of class 'Change Gift List Data Area Type'.
        Returns:
        a new object of class 'Change Gift List Data Area Type'.
      • createChangeGiftListType

        ChangeGiftListType createChangeGiftListType()
        Returns a new object of class 'Change Gift List Type'.
        Returns:
        a new object of class 'Change Gift List Type'.
      • createDocumentRoot

        DocumentRoot createDocumentRoot()
        Returns a new object of class 'Document Root'.
        Returns:
        a new object of class 'Document Root'.
      • createEmailRecipientsType

        EmailRecipientsType createEmailRecipientsType()
        Returns a new object of class 'Email Recipients Type'.
        Returns:
        a new object of class 'Email Recipients Type'.
      • createGetGiftListDataAreaType

        GetGiftListDataAreaType createGetGiftListDataAreaType()
        Returns a new object of class 'Get Gift List Data Area Type'.
        Returns:
        a new object of class 'Get Gift List Data Area Type'.
      • createGetGiftListType

        GetGiftListType createGetGiftListType()
        Returns a new object of class 'Get Gift List Type'.
        Returns:
        a new object of class 'Get Gift List Type'.
      • createGiftListAccessSpecifierType

        GiftListAccessSpecifierType createGiftListAccessSpecifierType()
        Returns a new object of class 'Gift List Access Specifier Type'.
        Returns:
        a new object of class 'Gift List Access Specifier Type'.
      • createGiftListAnnouncementType

        GiftListAnnouncementType createGiftListAnnouncementType()
        Returns a new object of class 'Gift List Announcement Type'.
        Returns:
        a new object of class 'Gift List Announcement Type'.
      • createGiftListDescriptionType

        GiftListDescriptionType createGiftListDescriptionType()
        Returns a new object of class 'Gift List Description Type'.
        Returns:
        a new object of class 'Gift List Description Type'.
      • createGiftListEventInformationType

        GiftListEventInformationType createGiftListEventInformationType()
        Returns a new object of class 'Gift List Event Information Type'.
        Returns:
        a new object of class 'Gift List Event Information Type'.
      • createGiftListItemType

        GiftListItemType createGiftListItemType()
        Returns a new object of class 'Gift List Item Type'.
        Returns:
        a new object of class 'Gift List Item Type'.
      • createGiftListPurchaseRecordType

        GiftListPurchaseRecordType createGiftListPurchaseRecordType()
        Returns a new object of class 'Gift List Purchase Record Type'.
        Returns:
        a new object of class 'Gift List Purchase Record Type'.
      • createGiftListRegistrantType

        GiftListRegistrantType createGiftListRegistrantType()
        Returns a new object of class 'Gift List Registrant Type'.
        Returns:
        a new object of class 'Gift List Registrant Type'.
      • createGiftListType

        GiftListType createGiftListType()
        Returns a new object of class 'Gift List Type'.
        Returns:
        a new object of class 'Gift List Type'.
      • createProcessGiftListDataAreaType

        ProcessGiftListDataAreaType createProcessGiftListDataAreaType()
        Returns a new object of class 'Process Gift List Data Area Type'.
        Returns:
        a new object of class 'Process Gift List Data Area Type'.
      • createProcessGiftListType

        ProcessGiftListType createProcessGiftListType()
        Returns a new object of class 'Process Gift List Type'.
        Returns:
        a new object of class 'Process Gift List Type'.
      • createPurchasedItemDetailsType

        PurchasedItemDetailsType createPurchasedItemDetailsType()
        Returns a new object of class 'Purchased Item Details Type'.
        Returns:
        a new object of class 'Purchased Item Details Type'.
      • createPurchaseRecordIdentifierType

        PurchaseRecordIdentifierType createPurchaseRecordIdentifierType()
        Returns a new object of class 'Purchase Record Identifier Type'.
        Returns:
        a new object of class 'Purchase Record Identifier Type'.
      • createRespondGiftListDataAreaType

        RespondGiftListDataAreaType createRespondGiftListDataAreaType()
        Returns a new object of class 'Respond Gift List Data Area Type'.
        Returns:
        a new object of class 'Respond Gift List Data Area Type'.
      • createRespondGiftListType

        RespondGiftListType createRespondGiftListType()
        Returns a new object of class 'Respond Gift List Type'.
        Returns:
        a new object of class 'Respond Gift List Type'.
      • createShowGiftListDataAreaType

        ShowGiftListDataAreaType createShowGiftListDataAreaType()
        Returns a new object of class 'Show Gift List Data Area Type'.
        Returns:
        a new object of class 'Show Gift List Data Area Type'.
      • createShowGiftListType

        ShowGiftListType createShowGiftListType()
        Returns a new object of class 'Show Gift List Type'.
        Returns:
        a new object of class 'Show Gift List Type'.
      • getGiftCenterPackage

        GiftCenterPackage getGiftCenterPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.