OOP2002Example
Class Gewicht

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

public class Gewicht
extends GewichtType
implements java.io.Serializable

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

Field Summary
 
Fields inherited from class OOP2002Example.GewichtType
 
Constructor Summary
Gewicht()
           
 
Method Summary
 boolean isValid()
           
 void marshal(org.xml.sax.DocumentHandler handler)
           
 void marshal(java.io.Writer out)
           
static OOP2002Example.Gewicht unmarshal(java.io.Reader reader)
           
 void validate()
           
 
Methods inherited from class OOP2002Example.GewichtType
getLeergewicht, getZulGesamtgewicht, hasLeergewicht, setLeergewicht, setZulGesamtgewicht
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Gewicht

public Gewicht()
Method Detail

isValid

public boolean isValid()
Overrides:
isValid in class GewichtType

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Specified by:
marshal in class GewichtType
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
Specified by:
marshal in class GewichtType
Parameters:
handler -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

unmarshal

public static OOP2002Example.Gewicht 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
Overrides:
validate in class GewichtType
org.exolab.castor.xml.ValidationException