public class EJBJar extends CompatibilityDescriptionGroup
<complexType name="EJBJar">
<complexContent>
<extension base="{common.xmi}CompatibilityDescriptionGroup">
<choice>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="assemblyDescriptor" type="{ejb.xmi}AssemblyDescriptor"/>
</choice>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="enterpriseBeans" type="{ejb.xmi}EnterpriseBean"/>
</choice>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="relationshipList" type="{ejb.xmi}Relationships"/>
</choice>
</choice>
<attribute name="ejbClientJar" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AssemblyDescriptor> |
assemblyDescriptors |
protected String |
ejbClientJar |
protected String |
ejbSpecsVersion |
protected List<EnterpriseBean> |
enterpriseBeans |
protected List<Relationships> |
relationshipList |
description, displayName, largeIcon, smallIcondescriptions, displayNames, extensions, href, icons, id, idref, label, type, uuid, version| Constructor and Description |
|---|
EJBJar() |
| Modifier and Type | Method and Description |
|---|---|
List<AssemblyDescriptor> |
getAssemblyDescriptors()
Gets the value of the assemblyDescriptors property.
|
String |
getEjbClientJar()
Gets the value of the ejbClientJar property.
|
String |
getEjbSpecsVersion()
Gets the value of the ejbSpecsVersion property.
|
List<EnterpriseBean> |
getEnterpriseBeans()
Gets the value of the enterpriseBeans property.
|
List<Relationships> |
getRelationshipList()
Gets the value of the relationshipList property.
|
void |
setEjbClientJar(String value)
Sets the value of the ejbClientJar property.
|
void |
setEjbSpecsVersion(String value)
Sets the value of the ejbSpecsVersion property.
|
getDescription, getDisplayName, getLargeIcon, getSmallIcon, setDescription, setDisplayName, setLargeIcon, setSmallIcongetDescriptions, getDisplayNames, getExtensions, getHref, getIcons, getId, getIdref, getLabel, getType, getUuid, getVersion, setHref, setId, setIdref, setLabel, setType, setUuid, setVersionprotected List<AssemblyDescriptor> assemblyDescriptors
protected List<EnterpriseBean> enterpriseBeans
protected List<Relationships> relationshipList
protected String ejbClientJar
protected String ejbSpecsVersion
public List<AssemblyDescriptor> getAssemblyDescriptors()
set method for the assemblyDescriptors property.
For example, to add a new item, do as follows:
getAssemblyDescriptors().add(newItem);Objects of the following type(s) are allowed in the list
AssemblyDescriptorpublic List<EnterpriseBean> getEnterpriseBeans()
set method for the enterpriseBeans property.
For example, to add a new item, do as follows:
getEnterpriseBeans().add(newItem);Objects of the following type(s) are allowed in the list
EnterpriseBeanpublic List<Relationships> getRelationshipList()
set method for the relationshipList property.
For example, to add a new item, do as follows:
getRelationshipList().add(newItem);Objects of the following type(s) are allowed in the list
Relationshipspublic String getEjbClientJar()
Stringpublic void setEjbClientJar(String value)
value - allowed object is Stringpublic String getEjbSpecsVersion()
StringCopyright © 1999–2020 The Apache Software Foundation. All rights reserved.