javaee:localType

The localType defines the fully-qualified name of an
enterprise bean's local interface.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xsd:ID optional

Used By

Source

<xsd:complexType name="localType">
  <xsd:annotation>
    <xsd:documentation>The localType defines the fully-qualified name of an enterprise bean's local interface.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleContent>
    <xsd:restriction base="javaee:fully-qualified-classType"/>
  </xsd:simpleContent>
</xsd:complexType>