public class StoreUsage
extends com.ibm.etools.xmlschema.beans.ComplexType
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
StoreUsage() |
Modifier and Type | Method and Description |
---|---|
EMarketingSpotInvoker |
getEMarketingSpotInvoker(int index)
Gets the EMarketingSpotInvoker complex type at the position indicated.
|
int |
getEMarketingSpotInvokerCount()
Gets the number of EMarketingSpotInvoker objects stored in this StoreUsage object.
|
java.lang.String |
getStoreId()
Gets the store ID of this StoreUsage object.
|
boolean |
removeEMarketingSpotInvoker(int index)
Removes the EMarketingSpotInvoker object at the position indicated.
|
boolean |
removeStoreId()
Removes the store ID of this StoreUsage object.
|
void |
setEMarketingSpotInvoker(int index,
EMarketingSpotInvoker EMarketingSpotInvoker)
Sets an EMarketingSpotInvoker complex type at the position indicated.
|
void |
setStoreId(java.lang.String storeId)
Sets the store ID of this StoreUsage object.
|
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
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
public static final java.lang.String COPYRIGHT
public EMarketingSpotInvoker getEMarketingSpotInvoker(int index)
index
- the position in the list of EMarketingSpotInvoker objects in which to get the EMarketingSpotInvoker object.public int getEMarketingSpotInvokerCount()
public java.lang.String getStoreId()
public boolean removeEMarketingSpotInvoker(int index)
index
- the index of the EMarketingSpotInvoker object to remove.public boolean removeStoreId()
public void setEMarketingSpotInvoker(int index, EMarketingSpotInvoker EMarketingSpotInvoker)
index
- the position in the list of EMarketingSpotInvoker objects in which to set the passed in EMarketingSpotInvoker object.StoreUsage
- the StoreUsage complex type to add.public void setStoreId(java.lang.String storeId)
storeId
- the store ID of this StoreUsage object.