com.ibm.commerce.campaigns.cache

Class EMarketingSpotInvocationList

  • java.lang.Object
    • com.ibm.etools.xmlschema.beans.BaseType
      • com.ibm.etools.xmlschema.beans.ComplexType
        • com.ibm.commerce.campaigns.cache.EMarketingSpotInvocationList
  • All Implemented Interfaces:
    java.io.Serializable


    public class EMarketingSpotInvocationList
    extends com.ibm.etools.xmlschema.beans.ComplexType
    This class represents the complex type
    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
      StoreUsage getStoreUsage(int index)
      Gets the StoreUsage complex type at the position indicated.
      int getStoreUsageCount()
      Gets the number of StoreUsage objects stored in the EmarketingSpotInvocationList.
      boolean removeStoreUsage(int index)
      Removes the StoreUsage object at the position indicated.
      void setStoreUsage(int index, StoreUsage StoreUsage)
      Sets a StoreUsage complex type at the position indicated.
      • Methods inherited from class com.ibm.etools.xmlschema.beans.ComplexType

        getAttributeBooleanValue, getAttributeByteValue, getAttributeDateValue, getAttributeDoubleValue, getAttributeFloatValue, getAttributeIntegerValue, getAttributeLongValue, getAttributeShortValue, getAttributeValue, getAttributeValue, getElementBooleanValue, getElementByteValue, getElementDateValue, getElementDoubleValue, getElementFloatValue, getElementIntegerValue, getElementLongValue, getElementShortValue, removeAttribute, removeElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue
      • Methods inherited from class com.ibm.etools.xmlschema.beans.BaseType

        getElementBooleanValue, getElementByteValue, getElementDateValue, getElementDoubleValue, getElementFloatValue, getElementIntegerValue, getElementLongValue, getElementName, getElementShortValue, getElementValue, getElementValue, getElementValue, getElementValue, getElementValue, getPrefix, getXMLAttribute, getXMLElement, isAttributeQualified, isElementQualified, removeElement, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, sizeOfElement, updateElementValue, updateElementValue, updateElementValue, updateElementValue, updateElementValue, updateElementValue, updateElementValue, updateElementValue, updateElementValue
      • 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

      • EMarketingSpotInvocationList

        public EMarketingSpotInvocationList()
    • Method Detail

      • getStoreUsage

        public StoreUsage getStoreUsage(int index)
        Gets the StoreUsage complex type at the position indicated.
        Parameters:
        index - the position in the list of StoreUsage objects in which to get the StoreUsage object.
        Returns:
        the StoreUsage complex type at the position indicated.
      • getStoreUsageCount

        public int getStoreUsageCount()
        Gets the number of StoreUsage objects stored in the EmarketingSpotInvocationList.
        Returns:
        the number of StoreUsage objects stored in the EmarketingSpotInvocationList.
      • removeStoreUsage

        public boolean removeStoreUsage(int index)
        Removes the StoreUsage object at the position indicated.
        Parameters:
        index - the index of the StoreUsage object to remove.
        Returns:
        true if the removal was successful, false otherwise.
      • setStoreUsage

        public void setStoreUsage(int index,
                                  StoreUsage StoreUsage)
        Sets a StoreUsage complex type at the position indicated.
        Parameters:
        index - the position in the list of StoreUsage objects in which to set the passed in StoreUsage object.
        StoreUsage - the StoreUsage complex type to add.