org.openejb.alt.config.ejb11
Class SecurityRoleRef

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

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

Class SecurityRoleRef.

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

Constructor Summary
SecurityRoleRef()
           
 
Method Summary
 java.lang.String getDescription()
          Returns the value of field 'description'.
 java.lang.String getId()
          Returns the value of field 'id'.
 java.lang.String getRoleLink()
          Returns the value of field 'roleLink'.
 java.lang.String getRoleName()
          Returns the value of field 'roleName'.
 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 setId(java.lang.String id)
          Sets the value of field 'id'.
 void setRoleLink(java.lang.String roleLink)
          Sets the value of field 'roleLink'.
 void setRoleName(java.lang.String roleName)
          Sets the value of field 'roleName'.
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

SecurityRoleRef

public SecurityRoleRef()
Method Detail

getDescription

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

Returns:
the value of field 'description'.

getId

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

Returns:
the value of field 'id'.

getRoleLink

public java.lang.String getRoleLink()
Returns the value of field 'roleLink'.

Returns:
the value of field 'roleLink'.

getRoleName

public java.lang.String getRoleName()
Returns the value of field 'roleName'.

Returns:
the value of field 'roleName'.

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'.

setId

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

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

setRoleLink

public void setRoleLink(java.lang.String roleLink)
Sets the value of field 'roleLink'.

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

setRoleName

public void setRoleName(java.lang.String roleName)
Sets the value of field 'roleName'.

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

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.