org.apache.openejb.jee.wls
Class ReferenceDescriptor

java.lang.Object
  extended by org.apache.openejb.jee.wls.ReferenceDescriptor

public class ReferenceDescriptor
extends java.lang.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
protected  java.util.List<EjbReferenceDescription> ejbReferenceDescription
           
protected  java.lang.String id
           
protected  java.util.List<ResourceDescription> resourceDescription
           
protected  java.util.List<ResourceEnvDescription> resourceEnvDescription
           
protected  java.util.List<ServiceReferenceDescription> serviceReferenceDescription
           
 
Constructor Summary
ReferenceDescriptor()
           
 
Method Summary
 java.util.List<EjbReferenceDescription> getEjbReferenceDescription()
          Gets the value of the ejbReferenceDescription property.
 java.lang.String getId()
          Gets the value of the id property.
 java.util.List<ResourceDescription> getResourceDescription()
          Gets the value of the resourceDescription property.
 java.util.List<ResourceEnvDescription> getResourceEnvDescription()
          Gets the value of the resourceEnvDescription property.
 java.util.List<ServiceReferenceDescription> getServiceReferenceDescription()
          Gets the value of the serviceReferenceDescription property.
 void setId(java.lang.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

resourceDescription

protected java.util.List<ResourceDescription> resourceDescription

resourceEnvDescription

protected java.util.List<ResourceEnvDescription> resourceEnvDescription

ejbReferenceDescription

protected java.util.List<EjbReferenceDescription> ejbReferenceDescription

serviceReferenceDescription

protected java.util.List<ServiceReferenceDescription> serviceReferenceDescription

id

protected java.lang.String id
Constructor Detail

ReferenceDescriptor

public ReferenceDescriptor()
Method Detail

getResourceDescription

public java.util.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 a 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


getResourceEnvDescription

public java.util.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 a 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


getEjbReferenceDescription

public java.util.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 a 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


getServiceReferenceDescription

public java.util.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 a 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


getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.