|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.jba.ResourceRef
public class ResourceRef
| Field Summary | |
|---|---|
protected java.util.List<java.lang.Object> |
resourceNameOrJndiNameOrResUrl
|
protected java.lang.String |
resRefName
|
| Constructor Summary | |
|---|---|
ResourceRef()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.Object> |
getResourceNameOrJndiNameOrResUrl()
Gets the value of the resourceNameOrJndiNameOrResUrl property. |
java.lang.String |
getResRefName()
Gets the value of the resRefName property. |
void |
setResRefName(java.lang.String value)
Sets the value of the resRefName property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String resRefName
protected java.util.List<java.lang.Object> resourceNameOrJndiNameOrResUrl
| Constructor Detail |
|---|
public ResourceRef()
| Method Detail |
|---|
public java.lang.String getResRefName()
Stringpublic void setResRefName(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.Object> getResourceNameOrJndiNameOrResUrl()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the resourceNameOrJndiNameOrResUrl property.
For example, to add a new item, do as follows:
getResourceNameOrJndiNameOrResUrl().add(newItem);
Objects of the following type(s) are allowed in the list
ResourceName
JndiName
ResUrl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||