addExclude
public void addExclude(int index,
Exclude vExclude)
throws java.lang.IndexOutOfBoundsException
addExclude
public void addExclude(Exclude vExclude)
throws java.lang.IndexOutOfBoundsException
enumerateExclude
public java.util.Enumeration enumerateExclude()
Method enumerateExclude.
- an Enumeration over all possible elements of this
collection
getExclude
public Exclude[] getExclude()
Method getExclude.Returns the contents of the collection in
an Array.
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.
- this collection as an Array
getExclude
public Exclude getExclude(int index)
throws java.lang.IndexOutOfBoundsException
Method getExclude.
- the value of the
org.exolab.castor.builder.binding.xml.Exclude at the given
index
getExcludeCount
public int getExcludeCount()
Method getExcludeCount.
- the size of this collection
isValid
public boolean isValid()
Method isValid.
- true if this object is valid according to the schema
iterateExclude
public java.util.Iterator iterateExclude()
Method iterateExclude.
- an Iterator over all possible elements in this
collection
removeAllExclude
public void removeAllExclude()
removeExclude
public boolean removeExclude(Exclude vExclude)
Method removeExclude.
- true if the object was removed from the collection.
removeExcludeAt
public Exclude removeExcludeAt(int index)
Method removeExcludeAt.
- the element removed from the collection
setExclude
public void setExclude(int index,
Exclude vExclude)
throws java.lang.IndexOutOfBoundsException
setExclude
public void setExclude(Exclude[] vExcludeArray)