commgrids.nuggets.wiley.schema
Class JTLSortGroup

java.lang.Object
  extended bycommgrids.nuggets.wiley.schema.JTLSortGroup
All Implemented Interfaces:
java.io.Serializable

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

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

Constructor Summary
JTLSortGroup()
           
 
Method Summary
 java.lang.String getJTLDisplay()
          Returns the value of field 'JTLDisplay'.
 java.lang.String getJTLSort()
          Returns the value of field 'JTLSort'.
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setJTLDisplay(java.lang.String JTLDisplay)
          Sets the value of field 'JTLDisplay'.
 void setJTLSort(java.lang.String JTLSort)
          Sets the value of field 'JTLSort'.
static JTLSortGroup 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

JTLSortGroup

public JTLSortGroup()
Method Detail

getJTLDisplay

public java.lang.String getJTLDisplay()
Returns the value of field 'JTLDisplay'.

Returns:
the value of field 'JTLDisplay'.

getJTLSort

public java.lang.String getJTLSort()
Returns the value of field 'JTLSort'.

Returns:
the value of field 'JTLSort'.

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

setJTLDisplay

public void setJTLDisplay(java.lang.String JTLDisplay)
Sets the value of field 'JTLDisplay'.

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

setJTLSort

public void setJTLSort(java.lang.String JTLSort)
Sets the value of field 'JTLSort'.

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

unmarshal

public static JTLSortGroup 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