Package org.apache.openejb.jee.wls
Class EjbReferenceDescription
- java.lang.Object
-
- org.apache.openejb.jee.wls.EjbReferenceDescription
-
public class EjbReferenceDescription extends Object
Java class for ejb-reference-description complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ejb-reference-description"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ejb-ref-name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="jndi-name" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description EjbReferenceDescription()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEjbRefName()Gets the value of the ejbRefName property.StringgetId()Gets the value of the id property.StringgetJndiName()Gets the value of the jndiName property.voidsetEjbRefName(String value)Sets the value of the ejbRefName property.voidsetId(String value)Sets the value of the id property.voidsetJndiName(String value)Sets the value of the jndiName property.
-
-
-
Method Detail
-
getEjbRefName
public String getEjbRefName()
Gets the value of the ejbRefName property.- Returns:
- possible object is
String
-
setEjbRefName
public void setEjbRefName(String value)
Sets the value of the ejbRefName property.- Parameters:
value- allowed object isString
-
getJndiName
public String getJndiName()
Gets the value of the jndiName property.- Returns:
- possible object is
String
-
setJndiName
public void setJndiName(String value)
Sets the value of the jndiName property.- Parameters:
value- allowed object isString
-
-