public class ActivityItems
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ActivityItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBouncedMessageActivity(BouncedMessageActivity vBouncedMessageActivity) |
void |
addBouncedMessageActivity(int index,
BouncedMessageActivity vBouncedMessageActivity) |
void |
addClickActivity(ClickActivity vClickActivity) |
void |
addClickActivity(int index,
ClickActivity vClickActivity) |
void |
addDeliveredMessageActivity(DeliveredMessageActivity vDeliveredMessageActivity) |
void |
addDeliveredMessageActivity(int index,
DeliveredMessageActivity vDeliveredMessageActivity) |
void |
addInboundEmailActivity(InboundEmailActivity vInboundEmailActivity) |
void |
addInboundEmailActivity(int index,
InboundEmailActivity vInboundEmailActivity) |
void |
addJobErrorActivity(int index,
JobErrorActivity vJobErrorActivity) |
void |
addJobErrorActivity(JobErrorActivity vJobErrorActivity) |
void |
addOpenActivity(int index,
OpenActivity vOpenActivity) |
void |
addOpenActivity(OpenActivity vOpenActivity) |
void |
addRenderErrorActivity(int index,
RenderErrorActivity vRenderErrorActivity) |
void |
addRenderErrorActivity(RenderErrorActivity vRenderErrorActivity) |
void |
addRequestActivity(int index,
RequestActivity vRequestActivity) |
void |
addRequestActivity(RequestActivity vRequestActivity) |
void |
addSmsDeliveredActivity(int index,
SmsDeliveredActivity vSmsDeliveredActivity) |
void |
addSmsDeliveredActivity(SmsDeliveredActivity vSmsDeliveredActivity) |
void |
addSmsDeliveryFailureActivity(int index,
SmsDeliveryFailureActivity vSmsDeliveryFailureActivity) |
void |
addSmsDeliveryFailureActivity(SmsDeliveryFailureActivity vSmsDeliveryFailureActivity) |
void |
addSmsInboundActivity(int index,
SmsInboundActivity vSmsInboundActivity) |
void |
addSmsInboundActivity(SmsInboundActivity vSmsInboundActivity) |
void |
addSmsRenderErrorActivity(int index,
SmsRenderErrorActivity vSmsRenderErrorActivity) |
void |
addSmsRenderErrorActivity(SmsRenderErrorActivity vSmsRenderErrorActivity) |
void |
addSpamComplaintActivity(int index,
SpamComplaintActivity vSpamComplaintActivity) |
void |
addSpamComplaintActivity(SpamComplaintActivity vSpamComplaintActivity) |
void |
addUnsubActivity(int index,
UnsubActivity vUnsubActivity) |
void |
addUnsubActivity(UnsubActivity vUnsubActivity) |
java.util.Enumeration<? extends BouncedMessageActivity> |
enumerateBouncedMessageActivity()
Method enumerateBouncedMessageActivity.
|
java.util.Enumeration<? extends ClickActivity> |
enumerateClickActivity()
Method enumerateClickActivity.
|
java.util.Enumeration<? extends DeliveredMessageActivity> |
enumerateDeliveredMessageActivity()
Method enumerateDeliveredMessageActivity.
|
java.util.Enumeration<? extends InboundEmailActivity> |
enumerateInboundEmailActivity()
Method enumerateInboundEmailActivity.
|
java.util.Enumeration<? extends JobErrorActivity> |
enumerateJobErrorActivity()
Method enumerateJobErrorActivity.
|
java.util.Enumeration<? extends OpenActivity> |
enumerateOpenActivity()
Method enumerateOpenActivity.
|
java.util.Enumeration<? extends RenderErrorActivity> |
enumerateRenderErrorActivity()
Method enumerateRenderErrorActivity.
|
java.util.Enumeration<? extends RequestActivity> |
enumerateRequestActivity()
Method enumerateRequestActivity.
|
java.util.Enumeration<? extends SmsDeliveredActivity> |
enumerateSmsDeliveredActivity()
Method enumerateSmsDeliveredActivity.
|
java.util.Enumeration<? extends SmsDeliveryFailureActivity> |
enumerateSmsDeliveryFailureActivity()
Method enumerateSmsDeliveryFailureActivity.
|
java.util.Enumeration<? extends SmsInboundActivity> |
enumerateSmsInboundActivity()
Method enumerateSmsInboundActivity.
|
java.util.Enumeration<? extends SmsRenderErrorActivity> |
enumerateSmsRenderErrorActivity()
Method enumerateSmsRenderErrorActivity.
|
java.util.Enumeration<? extends SpamComplaintActivity> |
enumerateSpamComplaintActivity()
Method enumerateSpamComplaintActivity.
|
java.util.Enumeration<? extends UnsubActivity> |
enumerateUnsubActivity()
Method enumerateUnsubActivity.
|
BouncedMessageActivity[] |
getBouncedMessageActivity()
Method getBouncedMessageActivity.Returns the contents of the
collection in an Array.
|
BouncedMessageActivity |
getBouncedMessageActivity(int index)
Method getBouncedMessageActivity.
|
int |
getBouncedMessageActivityCount()
Method getBouncedMessageActivityCount.
|
ClickActivity[] |
getClickActivity()
Method getClickActivity.Returns the contents of the
collection in an Array.
|
ClickActivity |
getClickActivity(int index)
Method getClickActivity.
|
int |
getClickActivityCount()
Method getClickActivityCount.
|
DeliveredMessageActivity[] |
getDeliveredMessageActivity()
Method getDeliveredMessageActivity.Returns the contents of
the collection in an Array.
|
DeliveredMessageActivity |
getDeliveredMessageActivity(int index)
Method getDeliveredMessageActivity.
|
int |
getDeliveredMessageActivityCount()
Method getDeliveredMessageActivityCount.
|
InboundEmailActivity[] |
getInboundEmailActivity()
Method getInboundEmailActivity.Returns the contents of the
collection in an Array.
|
InboundEmailActivity |
getInboundEmailActivity(int index)
Method getInboundEmailActivity.
|
int |
getInboundEmailActivityCount()
Method getInboundEmailActivityCount.
|
JobErrorActivity[] |
getJobErrorActivity()
Method getJobErrorActivity.Returns the contents of the
collection in an Array.
|
JobErrorActivity |
getJobErrorActivity(int index)
Method getJobErrorActivity.
|
int |
getJobErrorActivityCount()
Method getJobErrorActivityCount.
|
OpenActivity[] |
getOpenActivity()
Method getOpenActivity.Returns the contents of the
collection in an Array.
|
OpenActivity |
getOpenActivity(int index)
Method getOpenActivity.
|
int |
getOpenActivityCount()
Method getOpenActivityCount.
|
RenderErrorActivity[] |
getRenderErrorActivity()
Method getRenderErrorActivity.Returns the contents of the
collection in an Array.
|
RenderErrorActivity |
getRenderErrorActivity(int index)
Method getRenderErrorActivity.
|
int |
getRenderErrorActivityCount()
Method getRenderErrorActivityCount.
|
RequestActivity[] |
getRequestActivity()
Method getRequestActivity.Returns the contents of the
collection in an Array.
|
RequestActivity |
getRequestActivity(int index)
Method getRequestActivity.
|
int |
getRequestActivityCount()
Method getRequestActivityCount.
|
SmsDeliveredActivity[] |
getSmsDeliveredActivity()
Method getSmsDeliveredActivity.Returns the contents of the
collection in an Array.
|
SmsDeliveredActivity |
getSmsDeliveredActivity(int index)
Method getSmsDeliveredActivity.
|
int |
getSmsDeliveredActivityCount()
Method getSmsDeliveredActivityCount.
|
SmsDeliveryFailureActivity[] |
getSmsDeliveryFailureActivity()
Method getSmsDeliveryFailureActivity.Returns the contents of
the collection in an Array.
|
SmsDeliveryFailureActivity |
getSmsDeliveryFailureActivity(int index)
Method getSmsDeliveryFailureActivity.
|
int |
getSmsDeliveryFailureActivityCount()
Method getSmsDeliveryFailureActivityCount.
|
SmsInboundActivity[] |
getSmsInboundActivity()
Method getSmsInboundActivity.Returns the contents of the
collection in an Array.
|
SmsInboundActivity |
getSmsInboundActivity(int index)
Method getSmsInboundActivity.
|
int |
getSmsInboundActivityCount()
Method getSmsInboundActivityCount.
|
SmsRenderErrorActivity[] |
getSmsRenderErrorActivity()
Method getSmsRenderErrorActivity.Returns the contents of the
collection in an Array.
|
SmsRenderErrorActivity |
getSmsRenderErrorActivity(int index)
Method getSmsRenderErrorActivity.
|
int |
getSmsRenderErrorActivityCount()
Method getSmsRenderErrorActivityCount.
|
SpamComplaintActivity[] |
getSpamComplaintActivity()
Method getSpamComplaintActivity.Returns the contents of the
collection in an Array.
|
SpamComplaintActivity |
getSpamComplaintActivity(int index)
Method getSpamComplaintActivity.
|
int |
getSpamComplaintActivityCount()
Method getSpamComplaintActivityCount.
|
UnsubActivity[] |
getUnsubActivity()
Method getUnsubActivity.Returns the contents of the
collection in an Array.
|
UnsubActivity |
getUnsubActivity(int index)
Method getUnsubActivity.
|
int |
getUnsubActivityCount()
Method getUnsubActivityCount.
|
boolean |
isValid()
Method isValid.
|
java.util.Iterator<? extends BouncedMessageActivity> |
iterateBouncedMessageActivity()
Method iterateBouncedMessageActivity.
|
java.util.Iterator<? extends ClickActivity> |
iterateClickActivity()
Method iterateClickActivity.
|
java.util.Iterator<? extends DeliveredMessageActivity> |
iterateDeliveredMessageActivity()
Method iterateDeliveredMessageActivity.
|
java.util.Iterator<? extends InboundEmailActivity> |
iterateInboundEmailActivity()
Method iterateInboundEmailActivity.
|
java.util.Iterator<? extends JobErrorActivity> |
iterateJobErrorActivity()
Method iterateJobErrorActivity.
|
java.util.Iterator<? extends OpenActivity> |
iterateOpenActivity()
Method iterateOpenActivity.
|
java.util.Iterator<? extends RenderErrorActivity> |
iterateRenderErrorActivity()
Method iterateRenderErrorActivity.
|
java.util.Iterator<? extends RequestActivity> |
iterateRequestActivity()
Method iterateRequestActivity.
|
java.util.Iterator<? extends SmsDeliveredActivity> |
iterateSmsDeliveredActivity()
Method iterateSmsDeliveredActivity.
|
java.util.Iterator<? extends SmsDeliveryFailureActivity> |
iterateSmsDeliveryFailureActivity()
Method iterateSmsDeliveryFailureActivity.
|
java.util.Iterator<? extends SmsInboundActivity> |
iterateSmsInboundActivity()
Method iterateSmsInboundActivity.
|
java.util.Iterator<? extends SmsRenderErrorActivity> |
iterateSmsRenderErrorActivity()
Method iterateSmsRenderErrorActivity.
|
java.util.Iterator<? extends SpamComplaintActivity> |
iterateSpamComplaintActivity()
Method iterateSpamComplaintActivity.
|
java.util.Iterator<? extends UnsubActivity> |
iterateUnsubActivity()
Method iterateUnsubActivity.
|
void |
marshal(org.xml.sax.ContentHandler handler) |
void |
marshal(java.io.Writer out) |
void |
removeAllBouncedMessageActivity() |
void |
removeAllClickActivity() |
void |
removeAllDeliveredMessageActivity() |
void |
removeAllInboundEmailActivity() |
void |
removeAllJobErrorActivity() |
void |
removeAllOpenActivity() |
void |
removeAllRenderErrorActivity() |
void |
removeAllRequestActivity() |
void |
removeAllSmsDeliveredActivity() |
void |
removeAllSmsDeliveryFailureActivity() |
void |
removeAllSmsInboundActivity() |
void |
removeAllSmsRenderErrorActivity() |
void |
removeAllSpamComplaintActivity() |
void |
removeAllUnsubActivity() |
boolean |
removeBouncedMessageActivity(BouncedMessageActivity vBouncedMessageActivity)
Method removeBouncedMessageActivity.
|
BouncedMessageActivity |
removeBouncedMessageActivityAt(int index)
Method removeBouncedMessageActivityAt.
|
boolean |
removeClickActivity(ClickActivity vClickActivity)
Method removeClickActivity.
|
ClickActivity |
removeClickActivityAt(int index)
Method removeClickActivityAt.
|
boolean |
removeDeliveredMessageActivity(DeliveredMessageActivity vDeliveredMessageActivity)
Method removeDeliveredMessageActivity.
|
DeliveredMessageActivity |
removeDeliveredMessageActivityAt(int index)
Method removeDeliveredMessageActivityAt.
|
boolean |
removeInboundEmailActivity(InboundEmailActivity vInboundEmailActivity)
Method removeInboundEmailActivity.
|
InboundEmailActivity |
removeInboundEmailActivityAt(int index)
Method removeInboundEmailActivityAt.
|
boolean |
removeJobErrorActivity(JobErrorActivity vJobErrorActivity)
Method removeJobErrorActivity.
|
JobErrorActivity |
removeJobErrorActivityAt(int index)
Method removeJobErrorActivityAt.
|
boolean |
removeOpenActivity(OpenActivity vOpenActivity)
Method removeOpenActivity.
|
OpenActivity |
removeOpenActivityAt(int index)
Method removeOpenActivityAt.
|
boolean |
removeRenderErrorActivity(RenderErrorActivity vRenderErrorActivity)
Method removeRenderErrorActivity.
|
RenderErrorActivity |
removeRenderErrorActivityAt(int index)
Method removeRenderErrorActivityAt.
|
boolean |
removeRequestActivity(RequestActivity vRequestActivity)
Method removeRequestActivity.
|
RequestActivity |
removeRequestActivityAt(int index)
Method removeRequestActivityAt.
|
boolean |
removeSmsDeliveredActivity(SmsDeliveredActivity vSmsDeliveredActivity)
Method removeSmsDeliveredActivity.
|
SmsDeliveredActivity |
removeSmsDeliveredActivityAt(int index)
Method removeSmsDeliveredActivityAt.
|
boolean |
removeSmsDeliveryFailureActivity(SmsDeliveryFailureActivity vSmsDeliveryFailureActivity)
Method removeSmsDeliveryFailureActivity.
|
SmsDeliveryFailureActivity |
removeSmsDeliveryFailureActivityAt(int index)
Method removeSmsDeliveryFailureActivityAt.
|
boolean |
removeSmsInboundActivity(SmsInboundActivity vSmsInboundActivity)
Method removeSmsInboundActivity.
|
SmsInboundActivity |
removeSmsInboundActivityAt(int index)
Method removeSmsInboundActivityAt.
|
boolean |
removeSmsRenderErrorActivity(SmsRenderErrorActivity vSmsRenderErrorActivity)
Method removeSmsRenderErrorActivity.
|
SmsRenderErrorActivity |
removeSmsRenderErrorActivityAt(int index)
Method removeSmsRenderErrorActivityAt.
|
boolean |
removeSpamComplaintActivity(SpamComplaintActivity vSpamComplaintActivity)
Method removeSpamComplaintActivity.
|
SpamComplaintActivity |
removeSpamComplaintActivityAt(int index)
Method removeSpamComplaintActivityAt.
|
boolean |
removeUnsubActivity(UnsubActivity vUnsubActivity)
Method removeUnsubActivity.
|
UnsubActivity |
removeUnsubActivityAt(int index)
Method removeUnsubActivityAt.
|
void |
setBouncedMessageActivity(BouncedMessageActivity[] vBouncedMessageActivityArray) |
void |
setBouncedMessageActivity(int index,
BouncedMessageActivity vBouncedMessageActivity) |
void |
setClickActivity(ClickActivity[] vClickActivityArray) |
void |
setClickActivity(int index,
ClickActivity vClickActivity) |
void |
setDeliveredMessageActivity(DeliveredMessageActivity[] vDeliveredMessageActivityArray) |
void |
setDeliveredMessageActivity(int index,
DeliveredMessageActivity vDeliveredMessageActivity) |
void |
setInboundEmailActivity(InboundEmailActivity[] vInboundEmailActivityArray) |
void |
setInboundEmailActivity(int index,
InboundEmailActivity vInboundEmailActivity) |
void |
setJobErrorActivity(int index,
JobErrorActivity vJobErrorActivity) |
void |
setJobErrorActivity(JobErrorActivity[] vJobErrorActivityArray) |
void |
setOpenActivity(int index,
OpenActivity vOpenActivity) |
void |
setOpenActivity(OpenActivity[] vOpenActivityArray) |
void |
setRenderErrorActivity(int index,
RenderErrorActivity vRenderErrorActivity) |
void |
setRenderErrorActivity(RenderErrorActivity[] vRenderErrorActivityArray) |
void |
setRequestActivity(int index,
RequestActivity vRequestActivity) |
void |
setRequestActivity(RequestActivity[] vRequestActivityArray) |
void |
setSmsDeliveredActivity(int index,
SmsDeliveredActivity vSmsDeliveredActivity) |
void |
setSmsDeliveredActivity(SmsDeliveredActivity[] vSmsDeliveredActivityArray) |
void |
setSmsDeliveryFailureActivity(int index,
SmsDeliveryFailureActivity vSmsDeliveryFailureActivity) |
void |
setSmsDeliveryFailureActivity(SmsDeliveryFailureActivity[] vSmsDeliveryFailureActivityArray) |
void |
setSmsInboundActivity(int index,
SmsInboundActivity vSmsInboundActivity) |
void |
setSmsInboundActivity(SmsInboundActivity[] vSmsInboundActivityArray) |
void |
setSmsRenderErrorActivity(int index,
SmsRenderErrorActivity vSmsRenderErrorActivity) |
void |
setSmsRenderErrorActivity(SmsRenderErrorActivity[] vSmsRenderErrorActivityArray) |
void |
setSpamComplaintActivity(int index,
SpamComplaintActivity vSpamComplaintActivity) |
void |
setSpamComplaintActivity(SpamComplaintActivity[] vSpamComplaintActivityArray) |
void |
setUnsubActivity(int index,
UnsubActivity vUnsubActivity) |
void |
setUnsubActivity(UnsubActivity[] vUnsubActivityArray) |
static ActivityItems |
unmarshal(java.io.Reader reader)
Method unmarshal.
|
void |
validate() |
public void addBouncedMessageActivity(BouncedMessageActivity vBouncedMessageActivity) throws java.lang.IndexOutOfBoundsException
vBouncedMessageActivity - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void addBouncedMessageActivity(int index,
BouncedMessageActivity vBouncedMessageActivity)
throws java.lang.IndexOutOfBoundsException
index - vBouncedMessageActivity - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void addClickActivity(ClickActivity vClickActivity) throws java.lang.IndexOutOfBoundsException
vClickActivity - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void addClickActivity(int index,
ClickActivity vClickActivity)
throws java.lang.IndexOutOfBoundsException
index - vClickActivity - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void addDeliveredMessageActivity(DeliveredMessageActivity vDeliveredMessageActivity) throws java.lang.IndexOutOfBoundsException
vDeliveredMessageActivity - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void addDeliveredMessageActivity(int index,
DeliveredMessageActivity vDeliveredMessageActivity)
throws java.lang.IndexOutOfBoundsException
index - vDeliveredMessageActivity - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void addInboundEmailActivity(InboundEmailActivity vInboundEmailActivity) throws java.lang.IndexOutOfBoundsException
vInboundEmailActivity - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void addInboundEmailActivity(int index,
InboundEmailActivity vInboundEmailActivity)
throws java.lang.IndexOutOfBoundsException
index - vInboundEmailActivity - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void addJobErrorActivity(JobErrorActivity vJobErrorActivity) throws java.lang.IndexOutOfBoundsException
vJobErrorActivity - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void addJobErrorActivity(int index,
JobErrorActivity vJobErrorActivity)
throws java.lang.IndexOutOfBoundsException
index - vJobErrorActivity - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void addOpenActivity(OpenActivity vOpenActivity) throws java.lang.IndexOutOfBoundsException
vOpenActivity - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void addOpenActivity(int index,
OpenActivity vOpenActivity)
throws java.lang.IndexOutOfBoundsException
index - vOpenActivity - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void addRenderErrorActivity(RenderErrorActivity vRenderErrorActivity) throws java.lang.IndexOutOfBoundsException
vRenderErrorActivity - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void addRenderErrorActivity(int index,
RenderErrorActivity vRenderErrorActivity)
throws java.lang.IndexOutOfBoundsException
index - vRenderErrorActivity - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void addRequestActivity(RequestActivity vRequestActivity) throws java.lang.IndexOutOfBoundsException
vRequestActivity - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void addRequestActivity(int index,
RequestActivity vRequestActivity)
throws java.lang.IndexOutOfBoundsException
index - vRequestActivity - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void addSmsDeliveredActivity(SmsDeliveredActivity vSmsDeliveredActivity) throws java.lang.IndexOutOfBoundsException
vSmsDeliveredActivity - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void addSmsDeliveredActivity(int index,
SmsDeliveredActivity vSmsDeliveredActivity)
throws java.lang.IndexOutOfBoundsException
index - vSmsDeliveredActivity - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void addSmsDeliveryFailureActivity(SmsDeliveryFailureActivity vSmsDeliveryFailureActivity) throws java.lang.IndexOutOfBoundsException
vSmsDeliveryFailureActivity - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void addSmsDeliveryFailureActivity(int index,
SmsDeliveryFailureActivity vSmsDeliveryFailureActivity)
throws java.lang.IndexOutOfBoundsException
index - vSmsDeliveryFailureActivity - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void addSmsInboundActivity(SmsInboundActivity vSmsInboundActivity) throws java.lang.IndexOutOfBoundsException
vSmsInboundActivity - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void addSmsInboundActivity(int index,
SmsInboundActivity vSmsInboundActivity)
throws java.lang.IndexOutOfBoundsException
index - vSmsInboundActivity - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void addSmsRenderErrorActivity(SmsRenderErrorActivity vSmsRenderErrorActivity) throws java.lang.IndexOutOfBoundsException
vSmsRenderErrorActivity - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void addSmsRenderErrorActivity(int index,
SmsRenderErrorActivity vSmsRenderErrorActivity)
throws java.lang.IndexOutOfBoundsException
index - vSmsRenderErrorActivity - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void addSpamComplaintActivity(SpamComplaintActivity vSpamComplaintActivity) throws java.lang.IndexOutOfBoundsException
vSpamComplaintActivity - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void addSpamComplaintActivity(int index,
SpamComplaintActivity vSpamComplaintActivity)
throws java.lang.IndexOutOfBoundsException
index - vSpamComplaintActivity - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void addUnsubActivity(UnsubActivity vUnsubActivity) throws java.lang.IndexOutOfBoundsException
vUnsubActivity - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void addUnsubActivity(int index,
UnsubActivity vUnsubActivity)
throws java.lang.IndexOutOfBoundsException
index - vUnsubActivity - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic java.util.Enumeration<? extends BouncedMessageActivity> enumerateBouncedMessageActivity()
public java.util.Enumeration<? extends ClickActivity> enumerateClickActivity()
public java.util.Enumeration<? extends DeliveredMessageActivity> enumerateDeliveredMessageActivity()
public java.util.Enumeration<? extends InboundEmailActivity> enumerateInboundEmailActivity()
public java.util.Enumeration<? extends JobErrorActivity> enumerateJobErrorActivity()
public java.util.Enumeration<? extends OpenActivity> enumerateOpenActivity()
public java.util.Enumeration<? extends RenderErrorActivity> enumerateRenderErrorActivity()
public java.util.Enumeration<? extends RequestActivity> enumerateRequestActivity()
public java.util.Enumeration<? extends SmsDeliveredActivity> enumerateSmsDeliveredActivity()
public java.util.Enumeration<? extends SmsDeliveryFailureActivity> enumerateSmsDeliveryFailureActivity()
public java.util.Enumeration<? extends SmsInboundActivity> enumerateSmsInboundActivity()
public java.util.Enumeration<? extends SmsRenderErrorActivity> enumerateSmsRenderErrorActivity()
public java.util.Enumeration<? extends SpamComplaintActivity> enumerateSpamComplaintActivity()
public java.util.Enumeration<? extends UnsubActivity> enumerateUnsubActivity()
public BouncedMessageActivity getBouncedMessageActivity(int index) throws java.lang.IndexOutOfBoundsException
index - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic BouncedMessageActivity[] getBouncedMessageActivity()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public int getBouncedMessageActivityCount()
public ClickActivity getClickActivity(int index) throws java.lang.IndexOutOfBoundsException
index - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic ClickActivity[] getClickActivity()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public int getClickActivityCount()
public DeliveredMessageActivity getDeliveredMessageActivity(int index) throws java.lang.IndexOutOfBoundsException
index - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic DeliveredMessageActivity[] getDeliveredMessageActivity()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public int getDeliveredMessageActivityCount()
public InboundEmailActivity getInboundEmailActivity(int index) throws java.lang.IndexOutOfBoundsException
index - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic InboundEmailActivity[] getInboundEmailActivity()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public int getInboundEmailActivityCount()
public JobErrorActivity getJobErrorActivity(int index) throws java.lang.IndexOutOfBoundsException
index - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic JobErrorActivity[] getJobErrorActivity()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public int getJobErrorActivityCount()
public OpenActivity getOpenActivity(int index) throws java.lang.IndexOutOfBoundsException
index - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic OpenActivity[] getOpenActivity()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public int getOpenActivityCount()
public RenderErrorActivity getRenderErrorActivity(int index) throws java.lang.IndexOutOfBoundsException
index - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic RenderErrorActivity[] getRenderErrorActivity()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public int getRenderErrorActivityCount()
public RequestActivity getRequestActivity(int index) throws java.lang.IndexOutOfBoundsException
index - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic RequestActivity[] getRequestActivity()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public int getRequestActivityCount()
public SmsDeliveredActivity getSmsDeliveredActivity(int index) throws java.lang.IndexOutOfBoundsException
index - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic SmsDeliveredActivity[] getSmsDeliveredActivity()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public int getSmsDeliveredActivityCount()
public SmsDeliveryFailureActivity getSmsDeliveryFailureActivity(int index) throws java.lang.IndexOutOfBoundsException
index - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic SmsDeliveryFailureActivity[] getSmsDeliveryFailureActivity()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public int getSmsDeliveryFailureActivityCount()
public SmsInboundActivity getSmsInboundActivity(int index) throws java.lang.IndexOutOfBoundsException
index - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic SmsInboundActivity[] getSmsInboundActivity()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public int getSmsInboundActivityCount()
public SmsRenderErrorActivity getSmsRenderErrorActivity(int index) throws java.lang.IndexOutOfBoundsException
index - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic SmsRenderErrorActivity[] getSmsRenderErrorActivity()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public int getSmsRenderErrorActivityCount()
public SpamComplaintActivity getSpamComplaintActivity(int index) throws java.lang.IndexOutOfBoundsException
index - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic SpamComplaintActivity[] getSpamComplaintActivity()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public int getSpamComplaintActivityCount()
public UnsubActivity getUnsubActivity(int index) throws java.lang.IndexOutOfBoundsException
index - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic UnsubActivity[] getUnsubActivity()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public int getUnsubActivityCount()
public boolean isValid()
public java.util.Iterator<? extends BouncedMessageActivity> iterateBouncedMessageActivity()
public java.util.Iterator<? extends ClickActivity> iterateClickActivity()
public java.util.Iterator<? extends DeliveredMessageActivity> iterateDeliveredMessageActivity()
public java.util.Iterator<? extends InboundEmailActivity> iterateInboundEmailActivity()
public java.util.Iterator<? extends JobErrorActivity> iterateJobErrorActivity()
public java.util.Iterator<? extends OpenActivity> iterateOpenActivity()
public java.util.Iterator<? extends RenderErrorActivity> iterateRenderErrorActivity()
public java.util.Iterator<? extends RequestActivity> iterateRequestActivity()
public java.util.Iterator<? extends SmsDeliveredActivity> iterateSmsDeliveredActivity()
public java.util.Iterator<? extends SmsDeliveryFailureActivity> iterateSmsDeliveryFailureActivity()
public java.util.Iterator<? extends SmsInboundActivity> iterateSmsInboundActivity()
public java.util.Iterator<? extends SmsRenderErrorActivity> iterateSmsRenderErrorActivity()
public java.util.Iterator<? extends SpamComplaintActivity> iterateSpamComplaintActivity()
public java.util.Iterator<? extends UnsubActivity> iterateUnsubActivity()
public void marshal(java.io.Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
out - org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schemapublic void marshal(org.xml.sax.ContentHandler handler)
throws java.io.IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler - java.io.IOException - if an IOException occurs during
marshalingorg.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schemaorg.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshalingpublic void removeAllBouncedMessageActivity()
public void removeAllClickActivity()
public void removeAllDeliveredMessageActivity()
public void removeAllInboundEmailActivity()
public void removeAllJobErrorActivity()
public void removeAllOpenActivity()
public void removeAllRenderErrorActivity()
public void removeAllRequestActivity()
public void removeAllSmsDeliveredActivity()
public void removeAllSmsDeliveryFailureActivity()
public void removeAllSmsInboundActivity()
public void removeAllSmsRenderErrorActivity()
public void removeAllSpamComplaintActivity()
public void removeAllUnsubActivity()
public boolean removeBouncedMessageActivity(BouncedMessageActivity vBouncedMessageActivity)
vBouncedMessageActivity - public BouncedMessageActivity removeBouncedMessageActivityAt(int index)
index - public boolean removeClickActivity(ClickActivity vClickActivity)
vClickActivity - public ClickActivity removeClickActivityAt(int index)
index - public boolean removeDeliveredMessageActivity(DeliveredMessageActivity vDeliveredMessageActivity)
vDeliveredMessageActivity - public DeliveredMessageActivity removeDeliveredMessageActivityAt(int index)
index - public boolean removeInboundEmailActivity(InboundEmailActivity vInboundEmailActivity)
vInboundEmailActivity - public InboundEmailActivity removeInboundEmailActivityAt(int index)
index - public boolean removeJobErrorActivity(JobErrorActivity vJobErrorActivity)
vJobErrorActivity - public JobErrorActivity removeJobErrorActivityAt(int index)
index - public boolean removeOpenActivity(OpenActivity vOpenActivity)
vOpenActivity - public OpenActivity removeOpenActivityAt(int index)
index - public boolean removeRenderErrorActivity(RenderErrorActivity vRenderErrorActivity)
vRenderErrorActivity - public RenderErrorActivity removeRenderErrorActivityAt(int index)
index - public boolean removeRequestActivity(RequestActivity vRequestActivity)
vRequestActivity - public RequestActivity removeRequestActivityAt(int index)
index - public boolean removeSmsDeliveredActivity(SmsDeliveredActivity vSmsDeliveredActivity)
vSmsDeliveredActivity - public SmsDeliveredActivity removeSmsDeliveredActivityAt(int index)
index - public boolean removeSmsDeliveryFailureActivity(SmsDeliveryFailureActivity vSmsDeliveryFailureActivity)
vSmsDeliveryFailureActivity - public SmsDeliveryFailureActivity removeSmsDeliveryFailureActivityAt(int index)
index - public boolean removeSmsInboundActivity(SmsInboundActivity vSmsInboundActivity)
vSmsInboundActivity - public SmsInboundActivity removeSmsInboundActivityAt(int index)
index - public boolean removeSmsRenderErrorActivity(SmsRenderErrorActivity vSmsRenderErrorActivity)
vSmsRenderErrorActivity - public SmsRenderErrorActivity removeSmsRenderErrorActivityAt(int index)
index - public boolean removeSpamComplaintActivity(SpamComplaintActivity vSpamComplaintActivity)
vSpamComplaintActivity - public SpamComplaintActivity removeSpamComplaintActivityAt(int index)
index - public boolean removeUnsubActivity(UnsubActivity vUnsubActivity)
vUnsubActivity - public UnsubActivity removeUnsubActivityAt(int index)
index - public void setBouncedMessageActivity(int index,
BouncedMessageActivity vBouncedMessageActivity)
throws java.lang.IndexOutOfBoundsException
index - vBouncedMessageActivity - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void setBouncedMessageActivity(BouncedMessageActivity[] vBouncedMessageActivityArray)
vBouncedMessageActivityArray - public void setClickActivity(int index,
ClickActivity vClickActivity)
throws java.lang.IndexOutOfBoundsException
index - vClickActivity - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void setClickActivity(ClickActivity[] vClickActivityArray)
vClickActivityArray - public void setDeliveredMessageActivity(int index,
DeliveredMessageActivity vDeliveredMessageActivity)
throws java.lang.IndexOutOfBoundsException
index - vDeliveredMessageActivity - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void setDeliveredMessageActivity(DeliveredMessageActivity[] vDeliveredMessageActivityArray)
vDeliveredMessageActivityArray - public void setInboundEmailActivity(int index,
InboundEmailActivity vInboundEmailActivity)
throws java.lang.IndexOutOfBoundsException
index - vInboundEmailActivity - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void setInboundEmailActivity(InboundEmailActivity[] vInboundEmailActivityArray)
vInboundEmailActivityArray - public void setJobErrorActivity(int index,
JobErrorActivity vJobErrorActivity)
throws java.lang.IndexOutOfBoundsException
index - vJobErrorActivity - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void setJobErrorActivity(JobErrorActivity[] vJobErrorActivityArray)
vJobErrorActivityArray - public void setOpenActivity(int index,
OpenActivity vOpenActivity)
throws java.lang.IndexOutOfBoundsException
index - vOpenActivity - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void setOpenActivity(OpenActivity[] vOpenActivityArray)
vOpenActivityArray - public void setRenderErrorActivity(int index,
RenderErrorActivity vRenderErrorActivity)
throws java.lang.IndexOutOfBoundsException
index - vRenderErrorActivity - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void setRenderErrorActivity(RenderErrorActivity[] vRenderErrorActivityArray)
vRenderErrorActivityArray - public void setRequestActivity(int index,
RequestActivity vRequestActivity)
throws java.lang.IndexOutOfBoundsException
index - vRequestActivity - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void setRequestActivity(RequestActivity[] vRequestActivityArray)
vRequestActivityArray - public void setSmsDeliveredActivity(int index,
SmsDeliveredActivity vSmsDeliveredActivity)
throws java.lang.IndexOutOfBoundsException
index - vSmsDeliveredActivity - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void setSmsDeliveredActivity(SmsDeliveredActivity[] vSmsDeliveredActivityArray)
vSmsDeliveredActivityArray - public void setSmsDeliveryFailureActivity(int index,
SmsDeliveryFailureActivity vSmsDeliveryFailureActivity)
throws java.lang.IndexOutOfBoundsException
index - vSmsDeliveryFailureActivity - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void setSmsDeliveryFailureActivity(SmsDeliveryFailureActivity[] vSmsDeliveryFailureActivityArray)
vSmsDeliveryFailureActivityArray - public void setSmsInboundActivity(int index,
SmsInboundActivity vSmsInboundActivity)
throws java.lang.IndexOutOfBoundsException
index - vSmsInboundActivity - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void setSmsInboundActivity(SmsInboundActivity[] vSmsInboundActivityArray)
vSmsInboundActivityArray - public void setSmsRenderErrorActivity(int index,
SmsRenderErrorActivity vSmsRenderErrorActivity)
throws java.lang.IndexOutOfBoundsException
index - vSmsRenderErrorActivity - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void setSmsRenderErrorActivity(SmsRenderErrorActivity[] vSmsRenderErrorActivityArray)
vSmsRenderErrorActivityArray - public void setSpamComplaintActivity(int index,
SpamComplaintActivity vSpamComplaintActivity)
throws java.lang.IndexOutOfBoundsException
index - vSpamComplaintActivity - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void setSpamComplaintActivity(SpamComplaintActivity[] vSpamComplaintActivityArray)
vSpamComplaintActivityArray - public void setUnsubActivity(int index,
UnsubActivity vUnsubActivity)
throws java.lang.IndexOutOfBoundsException
index - vUnsubActivity - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void setUnsubActivity(UnsubActivity[] vUnsubActivityArray)
vUnsubActivityArray - public static ActivityItems unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader - org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schemapublic void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schemaCopyright © 2016. All Rights Reserved.