4.1.0.610 20071213

ch.ecma.csta.binding
Class AppearanceList

java.lang.Object
  extended by ch.ecma.csta.CastorObject
      extended by ch.ecma.csta.binding.AppearanceList
All Implemented Interfaces:
java.io.Serializable

public class AppearanceList
extends ch.ecma.csta.CastorObject
implements java.io.Serializable

Class AppearanceList.

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

Constructor Summary
AppearanceList()
           
 
Method Summary
 void addAppearance(int index, java.lang.String vAppearance)
          Method addAppearance
 void addAppearance(java.lang.String vAppearance)
          Method addAppearance
 java.util.Enumeration enumerateAppearance()
          Method enumerateAppearance
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 java.lang.String[] getAppearance()
          Method getAppearance
 java.lang.String getAppearance(int index)
          Method getAppearance
 int getAppearanceCount()
          Method getAppearanceCount
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void removeAllAppearance()
          Method removeAllAppearance
 java.lang.String removeAppearance(int index)
          Method removeAppearance
 void setAppearance(int index, java.lang.String vAppearance)
          Method setAppearance
 void setAppearance(java.lang.String[] appearanceArray)
          Method setAppearance
static AppearanceList unmarshalAppearanceList(java.io.Reader reader)
          Method unmarshalAppearanceList
 void validate()
          Method validate
 
Methods inherited from class ch.ecma.csta.CastorObject
getOldSessionID, hashCode, setOldSessionID, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AppearanceList

public AppearanceList()
Method Detail

addAppearance

public void addAppearance(java.lang.String vAppearance)
                   throws java.lang.IndexOutOfBoundsException
Method addAppearance

Parameters:
vAppearance -
Throws:
java.lang.IndexOutOfBoundsException

addAppearance

public void addAppearance(int index,
                          java.lang.String vAppearance)
                   throws java.lang.IndexOutOfBoundsException
Method addAppearance

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

enumerateAppearance

public java.util.Enumeration enumerateAppearance()
Method enumerateAppearance

Returns:
Enumeration

equals

public boolean equals(java.lang.Object obj)
Note: hashCode() has not been overriden

Overrides:
equals in class ch.ecma.csta.CastorObject
Parameters:
obj -
Returns:
boolean

getAppearance

public java.lang.String getAppearance(int index)
                               throws java.lang.IndexOutOfBoundsException
Method getAppearance

Parameters:
index -
Returns:
String
Throws:
java.lang.IndexOutOfBoundsException

getAppearance

public java.lang.String[] getAppearance()
Method getAppearance

Returns:
String

getAppearanceCount

public int getAppearanceCount()
Method getAppearanceCount

Returns:
int

isValid

public boolean isValid()
Method isValid

Returns:
boolean

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

removeAllAppearance

public void removeAllAppearance()
Method removeAllAppearance


removeAppearance

public java.lang.String removeAppearance(int index)
Method removeAppearance

Parameters:
index -
Returns:
String

setAppearance

public void setAppearance(int index,
                          java.lang.String vAppearance)
                   throws java.lang.IndexOutOfBoundsException
Method setAppearance

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

setAppearance

public void setAppearance(java.lang.String[] appearanceArray)
Method setAppearance

Parameters:
appearanceArray -

unmarshalAppearanceList

public static AppearanceList unmarshalAppearanceList(java.io.Reader reader)
                                              throws org.exolab.castor.xml.MarshalException,
                                                     org.exolab.castor.xml.ValidationException
Method unmarshalAppearanceList

Parameters:
reader -
Returns:
AppearanceList
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

4.1.0.610 20071213

Copyright 2004 Avaya Inc All Rights Reserved.