public interface ResourceEnvRefType
The following features are supported:
Webapp30Package.getResourceEnvRefType()| 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 |
getLookupName()
Returns the value of the 'Lookup Name' containment reference.
|
XsdStringType |
getMappedName()
Returns the value of the 'Mapped Name' containment reference.
|
JndiNameType |
getResourceEnvRefName()
Returns the value of the 'Resource Env Ref Name' containment reference.
|
FullyQualifiedClassType |
getResourceEnvRefType()
Returns the value of the 'Resource Env Ref Type' containment reference.
|
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
void |
setLookupName(XsdStringType value)
Sets the value of the '
Lookup Name' containment reference. |
void |
setMappedName(XsdStringType value)
Sets the value of the '
Mapped Name' containment reference. |
void |
setResourceEnvRefName(JndiNameType value)
Sets the value of the '
Resource Env Ref Name' containment reference. |
void |
setResourceEnvRefType(FullyQualifiedClassType value)
Sets the value of the '
Resource Env Ref 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...
Webapp30Package.getResourceEnvRefType_Description()JndiNameType getResourceEnvRefName()
setResourceEnvRefName(JndiNameType),
Webapp30Package.getResourceEnvRefType_ResourceEnvRefName()void setResourceEnvRefName(JndiNameType value)
Resource Env Ref Name' containment reference.
value - the new value of the 'Resource Env Ref Name' containment reference.getResourceEnvRefName()FullyQualifiedClassType getResourceEnvRefType()
setResourceEnvRefType(FullyQualifiedClassType),
Webapp30Package.getResourceEnvRefType_ResourceEnvRefType()void setResourceEnvRefType(FullyQualifiedClassType value)
Resource Env Ref Type' containment reference.
value - the new value of the 'Resource Env Ref Type' containment reference.getResourceEnvRefType()XsdStringType getMappedName()
setMappedName(XsdStringType),
Webapp30Package.getResourceEnvRefType_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...
Webapp30Package.getResourceEnvRefType_InjectionTarget()XsdStringType getLookupName()
setLookupName(XsdStringType),
Webapp30Package.getResourceEnvRefType_LookupName()void setLookupName(XsdStringType value)
Lookup Name' containment reference.
value - the new value of the 'Lookup Name' containment reference.getLookupName()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),
Webapp30Package.getResourceEnvRefType_Id()