org.castor.jdo.conf
Class Mapping

java.lang.Object
  extended byorg.castor.jdo.conf.Mapping
All Implemented Interfaces:
java.io.Serializable

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

Class Mapping.

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

Constructor Summary
Mapping()
           
 
Method Summary
 java.lang.String getHref()
          Returns the value of field 'href'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setHref(java.lang.String href)
          Sets the value of field 'href'.
static Mapping unmarshal(java.io.Reader reader)
          Method unmarshal
 void validate()
          Method validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mapping

public Mapping()
Method Detail

getHref

public java.lang.String getHref()
Returns the value of field 'href'.

Returns:
String

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

setHref

public void setHref(java.lang.String href)
Sets the value of field 'href'.

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

unmarshal

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

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


Copyright 2008 null. All Rights Reserved.