net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.javaee
Class EjbRefNameType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.javaee.String
      extended by net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.javaee.JndiNameType
          extended by net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.javaee.EjbRefNameType
All Implemented Interfaces:
Serializable, Cloneable

public class EjbRefNameType
extends JndiNameType
implements Serializable, Cloneable

The ejb-ref-name element contains the name of an EJB reference. The EJB reference is an entry in the Deployment Component's environment and is relative to the java:comp/env context. The name must be unique within the Deployment Component. It is recommended that name is prefixed with "ejb/". Example: ejb/Payroll

Java class for ejb-ref-nameType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ejb-ref-nameType">
   <simpleContent>
     <restriction base="<http://java.sun.com/xml/ns/javaee>jndi-nameType">
     </restriction>
   </simpleContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.javaee.String
id, value
 
Constructor Summary
EjbRefNameType()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.javaee.EjbRefNameType instance.
EjbRefNameType(EjbRefNameType o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.javaee.EjbRefNameType instance by copying a given instance.
 
Method Summary
 EjbRefNameType clone()
          Creates and returns a copy of this object.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.javaee.String
getId, getValue, setId, setValue
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EjbRefNameType

public EjbRefNameType()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.javaee.EjbRefNameType instance.


EjbRefNameType

public EjbRefNameType(EjbRefNameType o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.javaee.EjbRefNameType instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

clone

public EjbRefNameType clone()
Creates and returns a copy of this object.

Overrides:
clone in class JndiNameType
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.