http://java.sun.com/xml/ns/j2ee
complexType fully-qualified-classType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://java.sun.com/xml/ns/j2ee}fully-qualified-classType (restriction)

Documentation

	The elements that use this type designate the name of a
	Java class or interface.  The name is in the form of a
	"binary name", as defined in the JLS.  This is the form
	of name used in Class.forName().  Tools that need the
	canonical name (the name used in source code) will need
	to convert this binary name to the canonical name.

      
Properties
This component is not nillable.

Model
<...>

</...>

Local Usage
homeType, listenerType, local-homeType, localType, message-destination-typeType, port-component-refType, remoteType, resource-env-refType, resource-refType, service-ref_handlerType, service-refType

Source
<xsd:complexType name="fully-qualified-classType">
<xsd:simpleContent>
<xsd:restriction base="j2ee:string"/>
</xsd:simpleContent>
</xsd:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.