OOP2002Example
Class Farbe

java.lang.Object
  |
  +--OOP2002Example.Farbe
All Implemented Interfaces:
java.io.Serializable

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

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

Field Summary
private  OOP2002Example.types.NameType _name
           
 
Constructor Summary
Farbe()
           
 
Method Summary
 OOP2002Example.types.NameType getName()
           
 boolean isValid()
           
 void marshal(org.xml.sax.DocumentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setName(OOP2002Example.types.NameType name)
           
static OOP2002Example.Farbe unmarshal(java.io.Reader reader)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_name

private OOP2002Example.types.NameType _name
Constructor Detail

Farbe

public Farbe()
Method Detail

getName

public OOP2002Example.types.NameType getName()

isValid

public boolean isValid()

marshal

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

marshal

public void marshal(org.xml.sax.DocumentHandler handler)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Parameters:
handler -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

setName

public void setName(OOP2002Example.types.NameType name)
Parameters:
name -

unmarshal

public static OOP2002Example.Farbe unmarshal(java.io.Reader reader)
                                      throws org.exolab.castor.xml.MarshalException,
                                             org.exolab.castor.xml.ValidationException
Parameters:
reader -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

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