|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EjbJarType
A representation of the model object 'Ejb Jar Type'. The ejb-jarType defines the root element of the EJB deployment descriptor. It contains - an optional description of the ejb-jar file - an optional display name - an optional icon that contains a small and a large icon file name - mandatory structural information about all included enterprise beans - a descriptor for container managed relationships, if any - an optional application-assembly descriptor - an optional name of an ejb-client-jar file for the ejb-jar.
The following features are supported:
Description
Display Name
Icon
Enterprise Beans
Relationships
Assembly Descriptor
Ejb Client Jar
Id
Version
EjbJar21Package.getEjbJarType()
Method Summary | |
---|---|
AssemblyDescriptorType |
getAssemblyDescriptor()
Returns the value of the 'Assembly Descriptor' containment reference. |
|
getDescription()
Returns the value of the 'Description' containment reference list. |
|
getDisplayName()
Returns the value of the 'Display Name' containment reference list. |
PathType |
getEjbClientJar()
Returns the value of the 'Ejb Client Jar' containment reference. |
EnterpriseBeansType |
getEnterpriseBeans()
Returns the value of the 'Enterprise Beans' containment reference. |
|
getIcon()
Returns the value of the 'Icon' containment reference list. |
java.lang.String |
getId()
Returns the value of the 'Id' attribute. |
RelationshipsType |
getRelationships()
Returns the value of the 'Relationships' containment reference. |
java.math.BigDecimal |
getVersion()
Returns the value of the 'Version' attribute. |
boolean |
isSetVersion()
Returns whether the value of the ' Version ' attribute is set. |
void |
setAssemblyDescriptor(AssemblyDescriptorType value)
Sets the value of the ' Assembly Descriptor ' containment reference. |
void |
setEjbClientJar(PathType value)
Sets the value of the ' Ejb Client Jar ' containment reference. |
void |
setEnterpriseBeans(EnterpriseBeansType value)
Sets the value of the ' Enterprise Beans ' containment reference. |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute. |
void |
setRelationships(RelationshipsType value)
Sets the value of the ' Relationships ' containment reference. |
void |
setVersion(java.math.BigDecimal value)
Sets the value of the ' Version ' attribute. |
void |
unsetVersion()
Unsets the value of the ' Version ' attribute. |
Method Detail |
---|
getDescription()
DescriptionType
.
If the meaning of the 'Description' containment reference list isn't clear, there really should be more of a description here...
EjbJar21Package.getEjbJarType_Description()
getDisplayName()
DisplayNameType
.
If the meaning of the 'Display Name' containment reference list isn't clear, there really should be more of a description here...
EjbJar21Package.getEjbJarType_DisplayName()
getIcon()
IconType
.
If the meaning of the 'Icon' containment reference list isn't clear, there really should be more of a description here...
EjbJar21Package.getEjbJarType_Icon()
EnterpriseBeansType getEnterpriseBeans()
If the meaning of the 'Enterprise Beans' containment reference isn't clear, there really should be more of a description here...
setEnterpriseBeans(EnterpriseBeansType)
,
EjbJar21Package.getEjbJarType_EnterpriseBeans()
void setEnterpriseBeans(EnterpriseBeansType value)
Enterprise Beans
' containment reference.
value
- the new value of the 'Enterprise Beans' containment reference.getEnterpriseBeans()
RelationshipsType getRelationships()
If the meaning of the 'Relationships' containment reference isn't clear, there really should be more of a description here...
setRelationships(RelationshipsType)
,
EjbJar21Package.getEjbJarType_Relationships()
void setRelationships(RelationshipsType value)
Relationships
' containment reference.
value
- the new value of the 'Relationships' containment reference.getRelationships()
AssemblyDescriptorType getAssemblyDescriptor()
setAssemblyDescriptor(AssemblyDescriptorType)
,
EjbJar21Package.getEjbJarType_AssemblyDescriptor()
void setAssemblyDescriptor(AssemblyDescriptorType value)
Assembly Descriptor
' containment reference.
value
- the new value of the 'Assembly Descriptor' containment reference.getAssemblyDescriptor()
PathType getEjbClientJar()
setEjbClientJar(PathType)
,
EjbJar21Package.getEjbJarType_EjbClientJar()
void setEjbClientJar(PathType value)
Ejb Client Jar
' containment reference.
value
- the new value of the 'Ejb Client Jar' containment reference.getEjbClientJar()
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
EjbJar21Package.getEjbJarType_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
java.math.BigDecimal getVersion()
"2.1"
.
The version specifies the version of the
EJB specification that the instance document must
comply with. This information enables deployment tools
to validate a particular EJB Deployment
Descriptor with respect to a specific version of the EJB
schema.
isSetVersion()
,
unsetVersion()
,
setVersion(BigDecimal)
,
EjbJar21Package.getEjbJarType_Version()
void setVersion(java.math.BigDecimal value)
Version
' attribute.
value
- the new value of the 'Version' attribute.isSetVersion()
,
unsetVersion()
,
getVersion()
void unsetVersion()
Version
' attribute.
isSetVersion()
,
getVersion()
,
setVersion(BigDecimal)
boolean isSetVersion()
Version
' attribute is set.
unsetVersion()
,
getVersion()
,
setVersion(BigDecimal)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |