java.io.Serializable
public class Excludes
extends java.lang.Object
implements java.io.Serializable
Constructor | Description |
---|---|
Excludes() |
Modifier and Type | Method | Description |
---|---|---|
void |
addExclude(int index,
Exclude vExclude) |
|
void |
addExclude(Exclude vExclude) |
|
java.util.Enumeration |
enumerateExclude() |
Method enumerateExclude.
|
Exclude[] |
getExclude() |
Method getExclude.Returns the contents of the collection in
an Array.
|
Exclude |
getExclude(int index) |
Method getExclude.
|
int |
getExcludeCount() |
Method getExcludeCount.
|
boolean |
isValid() |
Method isValid.
|
java.util.Iterator |
iterateExclude() |
Method iterateExclude.
|
void |
marshal(java.io.Writer out) |
|
void |
marshal(org.xml.sax.ContentHandler handler) |
|
void |
removeAllExclude() |
|
boolean |
removeExclude(Exclude vExclude) |
Method removeExclude.
|
Exclude |
removeExcludeAt(int index) |
Method removeExcludeAt.
|
void |
setExclude(int index,
Exclude vExclude) |
|
void |
setExclude(Exclude[] vExcludeArray) |
|
static Excludes |
unmarshalExcludes(java.io.Reader reader) |
Method unmarshalExcludes.
|
void |
validate() |
public void addExclude(Exclude vExclude) throws java.lang.IndexOutOfBoundsException
vExclude
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addExclude(int index, Exclude vExclude) throws java.lang.IndexOutOfBoundsException
index
- vExclude
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic java.util.Enumeration enumerateExclude()
public Exclude getExclude(int index) throws java.lang.IndexOutOfBoundsException
index
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic Exclude[] getExclude()
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 getExcludeCount()
public boolean isValid()
public java.util.Iterator iterateExclude()
public void marshal(java.io.Writer out) throws MarshalException, ValidationException
out
- MarshalException
- if object is
null or if any SAXException is thrown during marshalingValidationException
- if this
object is an invalid instance according to the schemapublic void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, MarshalException, ValidationException
handler
- java.io.IOException
- if an IOException occurs during
marshalingValidationException
- if this
object is an invalid instance according to the schemaMarshalException
- if object is
null or if any SAXException is thrown during marshalingpublic void removeAllExclude()
public boolean removeExclude(Exclude vExclude)
vExclude
- public Exclude removeExcludeAt(int index)
index
- public void setExclude(int index, Exclude vExclude) throws java.lang.IndexOutOfBoundsException
index
- vExclude
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setExclude(Exclude[] vExcludeArray)
vExcludeArray
- public static Excludes unmarshalExcludes(java.io.Reader reader) throws MarshalException, ValidationException
reader
- MarshalException
- if object is
null or if any SAXException is thrown during marshalingValidationException
- if this
object is an invalid instance according to the schemapublic void validate() throws ValidationException
ValidationException
- if this
object is an invalid instance according to the schemaIntalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com