Class Excludes

java.lang.Object
org.exolab.castor.builder.binding.xml.Excludes
All Implemented Interfaces:
Serializable

public class Excludes extends Object implements Serializable
Class Excludes.
Version:
$Revision$ $Date$
See Also:
  • Constructor Details

    • Excludes

      public Excludes()
  • Method Details

    • addExclude

      public void addExclude(Exclude vExclude) throws IndexOutOfBoundsException
      Parameters:
      vExclude -
      Throws:
      IndexOutOfBoundsException - if the index given is outside the bounds of the collection
    • addExclude

      public void addExclude(int index, Exclude vExclude) throws IndexOutOfBoundsException
      Parameters:
      index -
      vExclude -
      Throws:
      IndexOutOfBoundsException - if the index given is outside the bounds of the collection
    • enumerateExclude

      public Enumeration enumerateExclude()
      Method enumerateExclude.
      Returns:
      an Enumeration over all possible elements of this collection
    • getExclude

      public Exclude getExclude(int index) throws IndexOutOfBoundsException
      Method getExclude.
      Parameters:
      index -
      Returns:
      the value of the org.exolab.castor.builder.binding.xml.Exclude at the given index
      Throws:
      IndexOutOfBoundsException - if the index given is outside the bounds of the 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.

      Returns:
      this collection as an Array
    • getExcludeCount

      public int getExcludeCount()
      Method getExcludeCount.
      Returns:
      the size of this collection
    • isValid

      public boolean isValid()
      Method isValid.
      Returns:
      true if this object is valid according to the schema
    • iterateExclude

      public Iterator iterateExclude()
      Method iterateExclude.
      Returns:
      an Iterator over all possible elements in this collection
    • marshal

      public void marshal(Writer out) throws MarshalException, ValidationException
      Parameters:
      out -
      Throws:
      MarshalException - if object is null or if any SAXException is thrown during marshaling
      ValidationException - if this object is an invalid instance according to the schema
    • marshal

      public void marshal(ContentHandler handler) throws IOException, MarshalException, ValidationException
      Parameters:
      handler -
      Throws:
      IOException - if an IOException occurs during marshaling
      ValidationException - if this object is an invalid instance according to the schema
      MarshalException - if object is null or if any SAXException is thrown during marshaling
    • removeAllExclude

      public void removeAllExclude()
    • removeExclude

      public boolean removeExclude(Exclude vExclude)
      Method removeExclude.
      Parameters:
      vExclude -
      Returns:
      true if the object was removed from the collection.
    • removeExcludeAt

      public Exclude removeExcludeAt(int index)
      Method removeExcludeAt.
      Parameters:
      index -
      Returns:
      the element removed from the collection
    • setExclude

      public void setExclude(int index, Exclude vExclude) throws IndexOutOfBoundsException
      Parameters:
      index -
      vExclude -
      Throws:
      IndexOutOfBoundsException - if the index given is outside the bounds of the collection
    • setExclude

      public void setExclude(Exclude[] vExcludeArray)
      Parameters:
      vExcludeArray -
    • unmarshalExcludes

      public static Excludes unmarshalExcludes(Reader reader) throws MarshalException, ValidationException
      Method unmarshalExcludes.
      Parameters:
      reader -
      Returns:
      the unmarshaled org.exolab.castor.builder.binding.xml.Excludes
      Throws:
      MarshalException - if object is null or if any SAXException is thrown during marshaling
      ValidationException - if this object is an invalid instance according to the schema
    • validate

      public void validate() throws ValidationException
      Throws:
      ValidationException - if this object is an invalid instance according to the schema