commgrids.nuggets.wiley.userconfig
Class Userconfig

java.lang.Object
  extended bycommgrids.nuggets.wiley.userconfig.Userconfig
All Implemented Interfaces:
java.io.Serializable

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

Comment describing your root element

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

Constructor Summary
Userconfig()
           
 
Method Summary
 Screennames getScreennames()
          Returns the value of field 'screennames'.
 Screenview getScreenview()
          Returns the value of field 'screenview'.
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setScreennames(Screennames screennames)
          Sets the value of field 'screennames'.
 void setScreenview(Screenview screenview)
          Sets the value of field 'screenview'.
static Userconfig 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
 

Constructor Detail

Userconfig

public Userconfig()
Method Detail

getScreennames

public Screennames getScreennames()
Returns the value of field 'screennames'.

Returns:
the value of field 'screennames'.

getScreenview

public Screenview getScreenview()
Returns the value of field 'screenview'.

Returns:
the value of field 'screenview'.

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 -
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
Parameters:
handler -
Throws:
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

setScreennames

public void setScreennames(Screennames screennames)
Sets the value of field 'screennames'.

Parameters:
screennames - the value of field 'screennames'.

setScreenview

public void setScreenview(Screenview screenview)
Sets the value of field 'screenview'.

Parameters:
screenview - the value of field 'screenview'.

unmarshal

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

validate

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