org.openejb.alt.config.ejb11
Class EnvEntry

java.lang.Object
  extended by org.openejb.alt.config.ejb11.EnvEntry
All Implemented Interfaces:
java.io.Serializable

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

Class EnvEntry.

Version:
$Revision: 1104 $ $Date: 2004-03-30 16:44:02 -0800 (Tue, 30 Mar 2004) $
See Also:
Serialized Form

Constructor Summary
EnvEntry()
           
 
Method Summary
 java.lang.String getDescription()
          Returns the value of field 'description'.
 java.lang.String getEnvEntryName()
          Returns the value of field 'envEntryName'.
 java.lang.String getEnvEntryType()
          Returns the value of field 'envEntryType'.
 java.lang.String getEnvEntryValue()
          Returns the value of field 'envEntryValue'.
 java.lang.String getId()
          Returns the value of field 'id'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setDescription(java.lang.String description)
          Sets the value of field 'description'.
 void setEnvEntryName(java.lang.String envEntryName)
          Sets the value of field 'envEntryName'.
 void setEnvEntryType(java.lang.String envEntryType)
          Sets the value of field 'envEntryType'.
 void setEnvEntryValue(java.lang.String envEntryValue)
          Sets the value of field 'envEntryValue'.
 void setId(java.lang.String id)
          Sets the value of field 'id'.
static java.lang.Object 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

EnvEntry

public EnvEntry()
Method Detail

getDescription

public java.lang.String getDescription()
Returns the value of field 'description'.

Returns:
the value of field 'description'.

getEnvEntryName

public java.lang.String getEnvEntryName()
Returns the value of field 'envEntryName'.

Returns:
the value of field 'envEntryName'.

getEnvEntryType

public java.lang.String getEnvEntryType()
Returns the value of field 'envEntryType'.

Returns:
the value of field 'envEntryType'.

getEnvEntryValue

public java.lang.String getEnvEntryValue()
Returns the value of field 'envEntryValue'.

Returns:
the value of field 'envEntryValue'.

getId

public java.lang.String getId()
Returns the value of field 'id'.

Returns:
the value of field 'id'.

isValid

public boolean isValid()
Method isValid


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

setDescription

public void setDescription(java.lang.String description)
Sets the value of field 'description'.

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

setEnvEntryName

public void setEnvEntryName(java.lang.String envEntryName)
Sets the value of field 'envEntryName'.

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

setEnvEntryType

public void setEnvEntryType(java.lang.String envEntryType)
Sets the value of field 'envEntryType'.

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

setEnvEntryValue

public void setEnvEntryValue(java.lang.String envEntryValue)
Sets the value of field 'envEntryValue'.

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

setId

public void setId(java.lang.String id)
Sets the value of field 'id'.

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

unmarshal

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

Parameters:
reader -
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 © 1999-2011 OpenEJB. All Rights Reserved.