net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee
Interface EjbNameType

All Superinterfaces:
XsdNMTOKENType
All Known Implementing Classes:
EjbNameTypeImpl

public interface EjbNameType
extends XsdNMTOKENType

The ejb-nameType specifies an enterprise bean's name. It is used by ejb-name elements. This name is assigned by the ejb-jar file producer to name the enterprise bean in the ejb-jar file's deployment descriptor. The name must be unique among the names of the enterprise beans in the same ejb-jar file. There is no architected relationship between the used ejb-name in the deployment descriptor and the JNDI name that the Deployer will assign to the enterprise bean's home. The name for an entity bean must conform to the lexical rules for an NMTOKEN. Example: EmployeeService

Java class for ejb-nameType complex type.

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

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


Method Summary
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.XsdNMTOKENType
getId, getValue, setId, setValue
 



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