com.retek.component.internet.xmlgen
Class WebColorListType

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

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

Class WebColorListType.

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

Constructor Summary
WebColorListType()
           
 
Method Summary
 void addColor(Color vColor)
          Method addColor
 void addColor(int index, Color vColor)
          Method addColor
 java.util.Enumeration enumerateColor()
          Method enumerateColor
 Color[] getColor()
          Method getColor
 Color getColor(int index)
          Method getColor
 int getColorCount()
          Method getColorCount
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void removeAllColor()
          Method removeAllColor
 Color removeColor(int index)
          Method removeColor
 void setColor(Color[] colorArray)
          Method setColor
 void setColor(int index, Color vColor)
          Method setColor
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

WebColorListType

public WebColorListType()
Method Detail

addColor

public void addColor(Color vColor)
              throws java.lang.IndexOutOfBoundsException
Method addColor

Parameters:
vColor -
Throws:
java.lang.IndexOutOfBoundsException

addColor

public void addColor(int index,
                     Color vColor)
              throws java.lang.IndexOutOfBoundsException
Method addColor

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

enumerateColor

public java.util.Enumeration enumerateColor()
Method enumerateColor


getColor

public Color getColor(int index)
               throws java.lang.IndexOutOfBoundsException
Method getColor

Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

getColor

public Color[] getColor()
Method getColor


getColorCount

public int getColorCount()
Method getColorCount


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

removeAllColor

public void removeAllColor()
Method removeAllColor


removeColor

public Color removeColor(int index)
Method removeColor

Parameters:
index -

setColor

public void setColor(int index,
                     Color vColor)
              throws java.lang.IndexOutOfBoundsException
Method setColor

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

setColor

public void setColor(Color[] colorArray)
Method setColor

Parameters:
colorArray -

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