com.retek.component.internet.xmlgen
Class WebDifferentiatorListType

java.lang.Object
  extended bycom.retek.component.internet.xmlgen.WebDifferentiatorListType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
WebDifferentiatorList

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

Class WebDifferentiatorListType.

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

Constructor Summary
WebDifferentiatorListType()
           
 
Method Summary
 void addWebDifferentiator(int index, WebDifferentiator vWebDifferentiator)
          Method addWebDifferentiator
 void addWebDifferentiator(WebDifferentiator vWebDifferentiator)
          Method addWebDifferentiator
 java.util.Enumeration enumerateWebDifferentiator()
          Method enumerateWebDifferentiator
 WebDifferentiator[] getWebDifferentiator()
          Method getWebDifferentiator
 WebDifferentiator getWebDifferentiator(int index)
          Method getWebDifferentiator
 int getWebDifferentiatorCount()
          Method getWebDifferentiatorCount
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void removeAllWebDifferentiator()
          Method removeAllWebDifferentiator
 WebDifferentiator removeWebDifferentiator(int index)
          Method removeWebDifferentiator
 void setWebDifferentiator(int index, WebDifferentiator vWebDifferentiator)
          Method setWebDifferentiator
 void setWebDifferentiator(WebDifferentiator[] webDifferentiatorArray)
          Method setWebDifferentiator
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

WebDifferentiatorListType

public WebDifferentiatorListType()
Method Detail

addWebDifferentiator

public void addWebDifferentiator(WebDifferentiator vWebDifferentiator)
                          throws java.lang.IndexOutOfBoundsException
Method addWebDifferentiator

Parameters:
vWebDifferentiator -
Throws:
java.lang.IndexOutOfBoundsException

addWebDifferentiator

public void addWebDifferentiator(int index,
                                 WebDifferentiator vWebDifferentiator)
                          throws java.lang.IndexOutOfBoundsException
Method addWebDifferentiator

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

enumerateWebDifferentiator

public java.util.Enumeration enumerateWebDifferentiator()
Method enumerateWebDifferentiator


getWebDifferentiator

public WebDifferentiator getWebDifferentiator(int index)
                                       throws java.lang.IndexOutOfBoundsException
Method getWebDifferentiator

Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

getWebDifferentiator

public WebDifferentiator[] getWebDifferentiator()
Method getWebDifferentiator


getWebDifferentiatorCount

public int getWebDifferentiatorCount()
Method getWebDifferentiatorCount


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

removeAllWebDifferentiator

public void removeAllWebDifferentiator()
Method removeAllWebDifferentiator


removeWebDifferentiator

public WebDifferentiator removeWebDifferentiator(int index)
Method removeWebDifferentiator

Parameters:
index -

setWebDifferentiator

public void setWebDifferentiator(int index,
                                 WebDifferentiator vWebDifferentiator)
                          throws java.lang.IndexOutOfBoundsException
Method setWebDifferentiator

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

setWebDifferentiator

public void setWebDifferentiator(WebDifferentiator[] webDifferentiatorArray)
Method setWebDifferentiator

Parameters:
webDifferentiatorArray -

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


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28