public class EMarketingSpotInvocationList
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 |
---|
EMarketingSpotInvocationList() |
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.
|
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 StoreUsage getStoreUsage(int index)
index
- the position in the list of StoreUsage objects in which to get the StoreUsage object.public int getStoreUsageCount()
public boolean removeStoreUsage(int index)
index
- the index of the StoreUsage object to remove.public void setStoreUsage(int index, StoreUsage StoreUsage)
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.