public class EjbJarType
extends java.lang.Object
Java class for ejb-jarType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ejb-jarType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/>
<element name="enterprise-beans" type="{http://java.sun.com/xml/ns/javaee}enterprise-beansType" minOccurs="0"/>
<element name="interceptors" type="{http://java.sun.com/xml/ns/javaee}interceptorsType" minOccurs="0"/>
<element name="relationships" type="{http://java.sun.com/xml/ns/javaee}relationshipsType" minOccurs="0"/>
<element name="assembly-descriptor" type="{http://java.sun.com/xml/ns/javaee}assembly-descriptorType" minOccurs="0"/>
<element name="ejb-client-jar" type="{http://java.sun.com/xml/ns/javaee}pathType" minOccurs="0"/>
</sequence>
<attribute name="version" use="required" type="{http://java.sun.com/xml/ns/javaee}dewey-versionType" fixed="3.0" />
<attribute name="metadata-complete" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AssemblyDescriptorType |
assemblyDescriptor |
protected java.util.List<DescriptionType> |
description |
protected java.util.List<DisplayNameType> |
displayName |
protected PathType |
ejbClientJar |
protected EnterpriseBeansType |
enterpriseBeans |
protected java.util.List<IconType> |
icon |
protected java.lang.String |
id |
protected InterceptorsType |
interceptors |
protected java.lang.Boolean |
metadataComplete |
protected RelationshipsType |
relationships |
protected java.lang.String |
version |
| Constructor and Description |
|---|
EjbJarType() |
| Modifier and Type | Method and Description |
|---|---|
AssemblyDescriptorType |
getAssemblyDescriptor()
Gets the value of the assemblyDescriptor property.
|
java.util.List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
java.util.List<DisplayNameType> |
getDisplayName()
Gets the value of the displayName property.
|
PathType |
getEjbClientJar()
Gets the value of the ejbClientJar property.
|
EnterpriseBeansType |
getEnterpriseBeans()
Gets the value of the enterpriseBeans property.
|
java.util.List<IconType> |
getIcon()
Gets the value of the icon property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
InterceptorsType |
getInterceptors()
Gets the value of the interceptors property.
|
RelationshipsType |
getRelationships()
Gets the value of the relationships property.
|
java.lang.String |
getVersion()
Gets the value of the version property.
|
java.lang.Boolean |
isMetadataComplete()
Gets the value of the metadataComplete property.
|
void |
setAssemblyDescriptor(AssemblyDescriptorType value)
Sets the value of the assemblyDescriptor property.
|
void |
setEjbClientJar(PathType value)
Sets the value of the ejbClientJar property.
|
void |
setEnterpriseBeans(EnterpriseBeansType value)
Sets the value of the enterpriseBeans property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setInterceptors(InterceptorsType value)
Sets the value of the interceptors property.
|
void |
setMetadataComplete(java.lang.Boolean value)
Sets the value of the metadataComplete property.
|
void |
setRelationships(RelationshipsType value)
Sets the value of the relationships property.
|
void |
setVersion(java.lang.String value)
Sets the value of the version property.
|
protected java.util.List<DescriptionType> description
protected java.util.List<DisplayNameType> displayName
protected java.util.List<IconType> icon
protected EnterpriseBeansType enterpriseBeans
protected InterceptorsType interceptors
protected RelationshipsType relationships
protected AssemblyDescriptorType assemblyDescriptor
protected PathType ejbClientJar
protected java.lang.String version
protected java.lang.Boolean metadataComplete
protected java.lang.String id
public java.util.List<DescriptionType> getDescription()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionType
public java.util.List<DisplayNameType> getDisplayName()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the displayName property.
For example, to add a new item, do as follows:
getDisplayName().add(newItem);
Objects of the following type(s) are allowed in the list
DisplayNameType
public java.util.List<IconType> getIcon()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the icon property.
For example, to add a new item, do as follows:
getIcon().add(newItem);
Objects of the following type(s) are allowed in the list
IconType
public EnterpriseBeansType getEnterpriseBeans()
EnterpriseBeansTypepublic void setEnterpriseBeans(EnterpriseBeansType value)
value - allowed object is
EnterpriseBeansTypepublic InterceptorsType getInterceptors()
InterceptorsTypepublic void setInterceptors(InterceptorsType value)
value - allowed object is
InterceptorsTypepublic RelationshipsType getRelationships()
RelationshipsTypepublic void setRelationships(RelationshipsType value)
value - allowed object is
RelationshipsTypepublic AssemblyDescriptorType getAssemblyDescriptor()
AssemblyDescriptorTypepublic void setAssemblyDescriptor(AssemblyDescriptorType value)
value - allowed object is
AssemblyDescriptorTypepublic PathType getEjbClientJar()
PathTypepublic void setEjbClientJar(PathType value)
value - allowed object is
PathTypepublic java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isMetadataComplete()
Booleanpublic void setMetadataComplete(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
String