net.sourceforge.ccxjc.it.model.pub.collections.valueclass.javaee
Class EjbRefNameType
java.lang.Object
net.sourceforge.ccxjc.it.model.pub.collections.valueclass.javaee.String
net.sourceforge.ccxjc.it.model.pub.collections.valueclass.javaee.JndiNameType
net.sourceforge.ccxjc.it.model.pub.collections.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
| Fields inherited from class net.sourceforge.ccxjc.it.model.pub.collections.valueclass.javaee.String |
id, value |
|
Constructor Summary |
EjbRefNameType()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.javaee.EjbRefNameType instance. |
EjbRefNameType(EjbRefNameType o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.javaee.EjbRefNameType instance by copying a given instance. |
EjbRefNameType
public EjbRefNameType()
- Creates a new
net.sourceforge.ccxjc.it.model.pub.collections.valueclass.javaee.EjbRefNameType instance.
EjbRefNameType
public EjbRefNameType(EjbRefNameType o)
- Creates a new
net.sourceforge.ccxjc.it.model.pub.collections.valueclass.javaee.EjbRefNameType instance by copying a given instance.
- Parameters:
o - The instance to copy or null.
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.