generated
Class Urllist

java.lang.Object
  extended bygenerated.Urllist
All Implemented Interfaces:
java.io.Serializable

public class Urllist
extends java.lang.Object
implements java.io.Serializable

Class Urllist.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
Urllist()
           
 
Method Summary
 void addUrlentry(int index, java.lang.Object vUrlentry)
          Method addUrlentry
 void addUrlentry(java.lang.Object vUrlentry)
          Method addUrlentry
 java.util.Enumeration enumerateUrlentry()
          Method enumerateUrlentry
 java.lang.Object[] getUrlentry()
          Method getUrlentry
 java.lang.Object getUrlentry(int index)
          Method getUrlentry
 int getUrlentryCount()
          Method getUrlentryCount
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void removeAllUrlentry()
          Method removeAllUrlentry
 java.lang.Object removeUrlentry(int index)
          Method removeUrlentry
 void setUrlentry(int index, java.lang.Object vUrlentry)
          Method setUrlentry
 void setUrlentry(java.lang.Object[] urlentryArray)
          Method setUrlentry
static java.lang.Object unmarshal(java.io.Reader reader)
          Method unmarshal
 void validate()
          Method validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Urllist

public Urllist()
Method Detail

addUrlentry

public void addUrlentry(java.lang.Object vUrlentry)
                 throws java.lang.IndexOutOfBoundsException
Method addUrlentry

Parameters:
vUrlentry -
Throws:
java.lang.IndexOutOfBoundsException

addUrlentry

public void addUrlentry(int index,
                        java.lang.Object vUrlentry)
                 throws java.lang.IndexOutOfBoundsException
Method addUrlentry

Parameters:
index -
vUrlentry -
Throws:
java.lang.IndexOutOfBoundsException

enumerateUrlentry

public java.util.Enumeration enumerateUrlentry()
Method enumerateUrlentry


getUrlentry

public java.lang.Object getUrlentry(int index)
                             throws java.lang.IndexOutOfBoundsException
Method getUrlentry

Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

getUrlentry

public java.lang.Object[] getUrlentry()
Method getUrlentry


getUrlentryCount

public int getUrlentryCount()
Method getUrlentryCount


isValid

public boolean isValid()
Method isValid


marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
out -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
handler -
Throws:
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

removeAllUrlentry

public void removeAllUrlentry()
Method removeAllUrlentry


removeUrlentry

public java.lang.Object removeUrlentry(int index)
Method removeUrlentry

Parameters:
index -

setUrlentry

public void setUrlentry(int index,
                        java.lang.Object vUrlentry)
                 throws java.lang.IndexOutOfBoundsException
Method setUrlentry

Parameters:
index -
vUrlentry -
Throws:
java.lang.IndexOutOfBoundsException

setUrlentry

public void setUrlentry(java.lang.Object[] urlentryArray)
Method setUrlentry

Parameters:
urlentryArray -

unmarshal

public static java.lang.Object unmarshal(java.io.Reader reader)
                                  throws org.exolab.castor.xml.MarshalException,
                                         org.exolab.castor.xml.ValidationException
Method unmarshal

Parameters:
reader -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Method validate

Throws:
org.exolab.castor.xml.ValidationException