public interface ResourceEnvRefType
The following features are supported:
EjbJar20Package.getResourceEnvRefType()| Modifier and Type | Method and Description |
|---|---|
DescriptionType |
getDescription()
Returns the value of the 'Description' containment reference.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
ResourceEnvRefNameType |
getResourceEnvRefName()
Returns the value of the 'Resource Env Ref Name' containment reference.
|
ResourceEnvRefTypeType |
getResourceEnvRefType()
Returns the value of the 'Resource Env Ref Type' containment reference.
|
void |
setDescription(DescriptionType value)
Sets the value of the '
Description' containment reference. |
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
void |
setResourceEnvRefName(ResourceEnvRefNameType value)
Sets the value of the '
Resource Env Ref Name' containment reference. |
void |
setResourceEnvRefType(ResourceEnvRefTypeType value)
Sets the value of the '
Resource Env Ref Type' containment reference. |
DescriptionType getDescription()
If the meaning of the 'Description' containment reference isn't clear, there really should be more of a description here...
setDescription(DescriptionType),
EjbJar20Package.getResourceEnvRefType_Description()void setDescription(DescriptionType value)
Description' containment reference.
value - the new value of the 'Description' containment reference.getDescription()ResourceEnvRefNameType getResourceEnvRefName()
If the meaning of the 'Resource Env Ref Name' containment reference isn't clear, there really should be more of a description here...
setResourceEnvRefName(ResourceEnvRefNameType),
EjbJar20Package.getResourceEnvRefType_ResourceEnvRefName()void setResourceEnvRefName(ResourceEnvRefNameType value)
Resource Env Ref Name' containment reference.
value - the new value of the 'Resource Env Ref Name' containment reference.getResourceEnvRefName()ResourceEnvRefTypeType getResourceEnvRefType()
If the meaning of the 'Resource Env Ref Type' containment reference isn't clear, there really should be more of a description here...
setResourceEnvRefType(ResourceEnvRefTypeType),
EjbJar20Package.getResourceEnvRefType_ResourceEnvRefType()void setResourceEnvRefType(ResourceEnvRefTypeType value)
Resource Env Ref Type' containment reference.
value - the new value of the 'Resource Env Ref Type' containment reference.getResourceEnvRefType()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),
EjbJar20Package.getResourceEnvRefType_Id()