com.ibm.commerce.campaigns.cache

Class EMarketingSpotInvocationListFactory

  • java.lang.Object
    • com.ibm.etools.xmlschema.beans.Factory
      • com.ibm.commerce.campaigns.cache.EMarketingSpotInvocationListFactory
  • All Implemented Interfaces:
    java.io.Serializable


    public class EMarketingSpotInvocationListFactory
    extends com.ibm.etools.xmlschema.beans.Factory
    Provides convenience methods for creating Java beans for elements of an EMarketingSpotInvocationList xml document.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      EMarketingSpotInvocationList createEMarketingSpotInvocationList(java.lang.String elementName)
      Create the Java bean EMarketingSpotInvocationList for the element
      EMarketingSpotInvoker createEMarketingSpotInvoker(java.lang.String elementName)
      Create the Java bean EMarketingSpotInvoker for the element
      EMarketingSpotInvocationList createRoot(java.lang.String rootElementname)
      Create the Java bean EMarketingSpotInvocationList for the root element
      StoreUsage createStoreUsage(java.lang.String elementName)
      Create the Java bean StoreUsage for the element
      EMarketingSpotInvocationList loadDocument(java.lang.String filename)
      Create the Java bean EMarketingSpotInvocationList by loading the XML file
      • Methods inherited from class com.ibm.etools.xmlschema.beans.Factory

        addImportedFileInfo, createDOMElementFromComplexType, createDOMElementFromSimpleType, createRootDOMFromComplexType, createRootDOMFromSimpleType, getDocument, getDTDFileName, getEncoding, getEncodingTag, getNamespaceURI, getPackageName, getPrefix, getPublicId, getSystemId, getXMLFilename, getXSDFileName, isAttributeQualified, isElementQualified, loadDocument, loadDocument, loadDocument, save, save, save, setAttributeQualified, setDTDFileName, setElementQualified, setEncoding, setEncodingTag, setNamespaceURI, setPackageName, setPrefix, setPublicId, setSystemId, setXMLFilename, setXSDFileName
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • EMarketingSpotInvocationListFactory

        public EMarketingSpotInvocationListFactory()
        Null argument constructor. Calls super().
    • Method Detail

      • createEMarketingSpotInvocationList

        public EMarketingSpotInvocationList createEMarketingSpotInvocationList(java.lang.String elementName)
        Create the Java bean EMarketingSpotInvocationList for the element
        Parameters:
        elementName - The tag for the element
        Returns:
        EMarketingSpotInvocationList The Java bean representing this element
      • createEMarketingSpotInvoker

        public EMarketingSpotInvoker createEMarketingSpotInvoker(java.lang.String elementName)
        Create the Java bean EMarketingSpotInvoker for the element
        Parameters:
        elementName - The tag for the element
        Returns:
        EMarketingSpotInvoker The Java bean representing this element
      • createRoot

        public EMarketingSpotInvocationList createRoot(java.lang.String rootElementname)
        Create the Java bean EMarketingSpotInvocationList for the root element
        Parameters:
        rootElementname - The tag for the root element
        Returns:
        EMarketingSpotInvocationList The Java bean representing this element
      • createStoreUsage

        public StoreUsage createStoreUsage(java.lang.String elementName)
        Create the Java bean StoreUsage for the element
        Parameters:
        elementName - The tag for the element
        Returns:
        StoreUsage The Java bean representing this element
      • loadDocument

        public EMarketingSpotInvocationList loadDocument(java.lang.String filename)
        Create the Java bean EMarketingSpotInvocationList by loading the XML file
        Parameters:
        filename - The XML file name
        Returns:
        EMarketingSpotInvocationList The Java bean representing the root element