public interface ResourceRefType
The following features are supported:
EjbJar30Package.getResourceRefType()| Modifier and Type | Method and Description |
|---|---|
|
getDescription()
Returns the value of the 'Description' containment reference list.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
|
getInjectionTarget()
Returns the value of the 'Injection Target' containment reference list.
|
XsdStringType |
getMappedName()
Returns the value of the 'Mapped Name' containment reference.
|
ResAuthType |
getResAuth()
Returns the value of the 'Res Auth' containment reference.
|
JndiNameType |
getResRefName()
Returns the value of the 'Res Ref Name' containment reference.
|
ResSharingScopeType |
getResSharingScope()
Returns the value of the 'Res Sharing Scope' containment reference.
|
FullyQualifiedClassType |
getResType()
Returns the value of the 'Res Type' containment reference.
|
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
void |
setMappedName(XsdStringType value)
Sets the value of the '
Mapped Name' containment reference. |
void |
setResAuth(ResAuthType value)
Sets the value of the '
Res Auth' containment reference. |
void |
setResRefName(JndiNameType value)
Sets the value of the '
Res Ref Name' containment reference. |
void |
setResSharingScope(ResSharingScopeType value)
Sets the value of the '
Res Sharing Scope' containment reference. |
void |
setResType(FullyQualifiedClassType value)
Sets the value of the '
Res Type' containment reference. |
getDescription()
DescriptionType.
If the meaning of the 'Description' containment reference list isn't clear, there really should be more of a description here...
EjbJar30Package.getResourceRefType_Description()JndiNameType getResRefName()
setResRefName(JndiNameType),
EjbJar30Package.getResourceRefType_ResRefName()void setResRefName(JndiNameType value)
Res Ref Name' containment reference.
value - the new value of the 'Res Ref Name' containment reference.getResRefName()FullyQualifiedClassType getResType()
setResType(FullyQualifiedClassType),
EjbJar30Package.getResourceRefType_ResType()void setResType(FullyQualifiedClassType value)
Res Type' containment reference.
value - the new value of the 'Res Type' containment reference.getResType()ResAuthType getResAuth()
If the meaning of the 'Res Auth' containment reference isn't clear, there really should be more of a description here...
setResAuth(ResAuthType),
EjbJar30Package.getResourceRefType_ResAuth()void setResAuth(ResAuthType value)
Res Auth' containment reference.
value - the new value of the 'Res Auth' containment reference.getResAuth()ResSharingScopeType getResSharingScope()
If the meaning of the 'Res Sharing Scope' containment reference isn't clear, there really should be more of a description here...
setResSharingScope(ResSharingScopeType),
EjbJar30Package.getResourceRefType_ResSharingScope()void setResSharingScope(ResSharingScopeType value)
Res Sharing Scope' containment reference.
value - the new value of the 'Res Sharing Scope' containment reference.getResSharingScope()XsdStringType getMappedName()
setMappedName(XsdStringType),
EjbJar30Package.getResourceRefType_MappedName()void setMappedName(XsdStringType value)
Mapped Name' containment reference.
value - the new value of the 'Mapped Name' containment reference.getMappedName()getInjectionTarget()
InjectionTargetType.
If the meaning of the 'Injection Target' containment reference list isn't clear, there really should be more of a description here...
EjbJar30Package.getResourceRefType_InjectionTarget()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),
EjbJar30Package.getResourceRefType_Id()