Package org.apache.openejb.jee.wls
Class ReferenceDescriptor
- java.lang.Object
-
- org.apache.openejb.jee.wls.ReferenceDescriptor
-
public class ReferenceDescriptor extends Object
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
Fields Modifier and Type Field Description protected List<EjbReferenceDescription>ejbReferenceDescriptionprotected Stringidprotected List<ResourceDescription>resourceDescriptionprotected List<ResourceEnvDescription>resourceEnvDescriptionprotected List<ServiceReferenceDescription>serviceReferenceDescription
-
Constructor Summary
Constructors Constructor Description ReferenceDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<EjbReferenceDescription>getEjbReferenceDescription()Gets the value of the ejbReferenceDescription property.StringgetId()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.voidsetId(String value)Sets the value of the id property.
-
-
-
Field Detail
-
resourceDescription
protected List<ResourceDescription> resourceDescription
-
resourceEnvDescription
protected List<ResourceEnvDescription> resourceEnvDescription
-
ejbReferenceDescription
protected List<EjbReferenceDescription> ejbReferenceDescription
-
serviceReferenceDescription
protected List<ServiceReferenceDescription> serviceReferenceDescription
-
id
protected String id
-
-
Method Detail
-
getResourceDescription
public List<ResourceDescription> getResourceDescription()
Gets the value of the resourceDescription property. 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 asetmethod 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 listResourceDescription
-
getResourceEnvDescription
public List<ResourceEnvDescription> getResourceEnvDescription()
Gets the value of the resourceEnvDescription property. 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 asetmethod 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 listResourceEnvDescription
-
getEjbReferenceDescription
public List<EjbReferenceDescription> getEjbReferenceDescription()
Gets the value of the ejbReferenceDescription property. 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 asetmethod 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 listEjbReferenceDescription
-
getServiceReferenceDescription
public List<ServiceReferenceDescription> getServiceReferenceDescription()
Gets the value of the serviceReferenceDescription property. 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 asetmethod 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 listServiceReferenceDescription
-
-