public class BulkJobErrors
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
BulkJobErrors() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBulkJobError(BulkJobError vBulkJobError) |
void |
addBulkJobError(int index,
BulkJobError vBulkJobError) |
java.util.Enumeration<? extends BulkJobError> |
enumerateBulkJobError()
Method enumerateBulkJobError.
|
BulkJobError[] |
getBulkJobError()
Method getBulkJobError.Returns the contents of the
collection in an Array.
|
BulkJobError |
getBulkJobError(int index)
Method getBulkJobError.
|
int |
getBulkJobErrorCount()
Method getBulkJobErrorCount.
|
boolean |
isValid()
Method isValid.
|
java.util.Iterator<? extends BulkJobError> |
iterateBulkJobError()
Method iterateBulkJobError.
|
void |
marshal(org.xml.sax.ContentHandler handler) |
void |
marshal(java.io.Writer out) |
void |
removeAllBulkJobError() |
boolean |
removeBulkJobError(BulkJobError vBulkJobError)
Method removeBulkJobError.
|
BulkJobError |
removeBulkJobErrorAt(int index)
Method removeBulkJobErrorAt.
|
void |
setBulkJobError(BulkJobError[] vBulkJobErrorArray) |
void |
setBulkJobError(int index,
BulkJobError vBulkJobError) |
static BulkJobErrors |
unmarshal(java.io.Reader reader)
Method unmarshal.
|
void |
validate() |
public void addBulkJobError(BulkJobError vBulkJobError) throws java.lang.IndexOutOfBoundsException
vBulkJobError - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void addBulkJobError(int index,
BulkJobError vBulkJobError)
throws java.lang.IndexOutOfBoundsException
index - vBulkJobError - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic java.util.Enumeration<? extends BulkJobError> enumerateBulkJobError()
public BulkJobError getBulkJobError(int index) throws java.lang.IndexOutOfBoundsException
index - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic BulkJobError[] getBulkJobError()
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 getBulkJobErrorCount()
public boolean isValid()
public java.util.Iterator<? extends BulkJobError> iterateBulkJobError()
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 removeAllBulkJobError()
public boolean removeBulkJobError(BulkJobError vBulkJobError)
vBulkJobError - public BulkJobError removeBulkJobErrorAt(int index)
index - public void setBulkJobError(int index,
BulkJobError vBulkJobError)
throws java.lang.IndexOutOfBoundsException
index - vBulkJobError - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void setBulkJobError(BulkJobError[] vBulkJobErrorArray)
vBulkJobErrorArray - public static BulkJobErrors 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.