public interface ResourceRefType
The following features are supported:
EjbJar21Package.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.
|
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 |
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...
EjbJar21Package.getResourceRefType_Description()JndiNameType getResRefName()
setResRefName(JndiNameType),
EjbJar21Package.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),
EjbJar21Package.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),
EjbJar21Package.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),
EjbJar21Package.getResourceRefType_ResSharingScope()void setResSharingScope(ResSharingScopeType value)
Res Sharing Scope' containment reference.
value - the new value of the 'Res Sharing Scope' containment reference.getResSharingScope()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.getResourceRefType_Id()