|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.wls.ReferenceDescriptor
public class ReferenceDescriptor
Java class for resource-description complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="resource-description">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="res-ref-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<group ref="{http://www.bea.com/ns/weblogic/90}resource-lookup"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<EjbReferenceDescription> |
ejbReferenceDescription
|
protected String |
id
|
protected List<ResourceDescription> |
resourceDescription
|
protected List<ResourceEnvDescription> |
resourceEnvDescription
|
protected List<ServiceReferenceDescription> |
serviceReferenceDescription
|
| Constructor Summary | |
|---|---|
ReferenceDescriptor()
|
|
| Method Summary | |
|---|---|
List<EjbReferenceDescription> |
getEjbReferenceDescription()
Gets the value of the ejbReferenceDescription property. |
String |
getId()
Gets the value of the id property. |
List<ResourceDescription> |
getResourceDescription()
Gets the value of the resourceDescription property. |
List<ResourceEnvDescription> |
getResourceEnvDescription()
Gets the value of the resourceEnvDescription property. |
List<ServiceReferenceDescription> |
getServiceReferenceDescription()
Gets the value of the serviceReferenceDescription property. |
void |
setId(String value)
Sets the value of the id property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<ResourceDescription> resourceDescription
protected List<ResourceEnvDescription> resourceEnvDescription
protected List<EjbReferenceDescription> ejbReferenceDescription
protected List<ServiceReferenceDescription> serviceReferenceDescription
protected String id
| Constructor Detail |
|---|
public ReferenceDescriptor()
| Method Detail |
|---|
public List<ResourceDescription> getResourceDescription()
set method for the resourceDescription property.
For example, to add a new item, do as follows:
getResourceDescription().add(newItem);
Objects of the following type(s) are allowed in the list
ResourceDescription
public List<ResourceEnvDescription> getResourceEnvDescription()
set method for the resourceEnvDescription property.
For example, to add a new item, do as follows:
getResourceEnvDescription().add(newItem);
Objects of the following type(s) are allowed in the list
ResourceEnvDescription
public List<EjbReferenceDescription> getEjbReferenceDescription()
set method for the ejbReferenceDescription property.
For example, to add a new item, do as follows:
getEjbReferenceDescription().add(newItem);
Objects of the following type(s) are allowed in the list
EjbReferenceDescription
public List<ServiceReferenceDescription> getServiceReferenceDescription()
set method for the serviceReferenceDescription property.
For example, to add a new item, do as follows:
getServiceReferenceDescription().add(newItem);
Objects of the following type(s) are allowed in the list
ServiceReferenceDescription
public String getId()
Stringpublic void setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||