The local-homeType defines the fully-qualified name of an enterprise bean's local home interface. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
id | xsd:ID | optional |
<xsd:complexType name="local-homeType"> <xsd:annotation> <xsd:documentation>The local-homeType defines the fully-qualified name of an enterprise bean's local home interface.</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:restriction base="javaee:fully-qualified-classType"/> </xsd:simpleContent> </xsd:complexType> |