The localType defines the fully-qualified name of an enterprise bean's local interface. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
id | xsd:ID | optional |
<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> |