org.apache.openejb.jee.oejb2
Class EjbLocalRefType

java.lang.Object
  extended by org.apache.openejb.jee.oejb2.EjbLocalRefType

public class EjbLocalRefType
extends Object

Java class for ejb-local-refType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ejb-local-refType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ref-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <choice>
           <element name="pattern" type="{http://geronimo.apache.org/xml/ns/naming-1.2}patternType"/>
           <element name="ejb-link" type="{http://www.w3.org/2001/XMLSchema}string"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String ejbLink
           
protected  PatternType pattern
           
protected  String refName
           
 
Constructor Summary
EjbLocalRefType()
           
 
Method Summary
 String getEjbLink()
          Gets the value of the ejbLink property.
 PatternType getPattern()
          Gets the value of the pattern property.
 String getRefName()
          Gets the value of the refName property.
 void setEjbLink(String value)
          Sets the value of the ejbLink property.
 void setPattern(PatternType value)
          Sets the value of the pattern property.
 void setRefName(String value)
          Sets the value of the refName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

refName

protected String refName

pattern

protected PatternType pattern

ejbLink

protected String ejbLink
Constructor Detail

EjbLocalRefType

public EjbLocalRefType()
Method Detail

getRefName

public String getRefName()
Gets the value of the refName property.

Returns:
possible object is String

setRefName

public void setRefName(String value)
Sets the value of the refName property.

Parameters:
value - allowed object is String

getPattern

public PatternType getPattern()
Gets the value of the pattern property.

Returns:
possible object is PatternType

setPattern

public void setPattern(PatternType value)
Sets the value of the pattern property.

Parameters:
value - allowed object is PatternType

getEjbLink

public String getEjbLink()
Gets the value of the ejbLink property.

Returns:
possible object is String

setEjbLink

public void setEjbLink(String value)
Sets the value of the ejbLink property.

Parameters:
value - allowed object is String


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