org.apache.openejb.jee.oejb2
Class EjbRefType

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

public class EjbRefType
extends java.lang.Object

Java class for ejb-refType complex type.

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

 <complexType name="ejb-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"/>
           <group ref="{http://geronimo.apache.org/xml/ns/naming-1.2}corbaNameGroup"/>
           <element name="ejb-link" type="{http://www.w3.org/2001/XMLSchema}string"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  PatternType css
           
protected  java.lang.String cssLink
           
protected  java.lang.String ejbLink
           
protected  java.lang.String name
           
protected  java.lang.String nsCorbaloc
           
protected  PatternType pattern
           
protected  java.lang.String refName
           
 
Constructor Summary
EjbRefType()
           
 
Method Summary
 PatternType getCss()
          Gets the value of the css property.
 java.lang.String getCssLink()
          Gets the value of the cssLink property.
 java.lang.String getEjbLink()
          Gets the value of the ejbLink property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getNsCorbaloc()
          Gets the value of the nsCorbaloc property.
 PatternType getPattern()
          Gets the value of the pattern property.
 java.lang.String getRefName()
          Gets the value of the refName property.
 void setCss(PatternType value)
          Sets the value of the css property.
 void setCssLink(java.lang.String value)
          Sets the value of the cssLink property.
 void setEjbLink(java.lang.String value)
          Sets the value of the ejbLink property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setNsCorbaloc(java.lang.String value)
          Sets the value of the nsCorbaloc property.
 void setPattern(PatternType value)
          Sets the value of the pattern property.
 void setRefName(java.lang.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 java.lang.String refName

pattern

protected PatternType pattern

nsCorbaloc

protected java.lang.String nsCorbaloc

name

protected java.lang.String name

css

protected PatternType css

cssLink

protected java.lang.String cssLink

ejbLink

protected java.lang.String ejbLink
Constructor Detail

EjbRefType

public EjbRefType()
Method Detail

getRefName

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

Returns:
possible object is String

setRefName

public void setRefName(java.lang.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

getNsCorbaloc

public java.lang.String getNsCorbaloc()
Gets the value of the nsCorbaloc property.

Returns:
possible object is String

setNsCorbaloc

public void setNsCorbaloc(java.lang.String value)
Sets the value of the nsCorbaloc property.

Parameters:
value - allowed object is String

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getCss

public PatternType getCss()
Gets the value of the css property.

Returns:
possible object is PatternType

setCss

public void setCss(PatternType value)
Sets the value of the css property.

Parameters:
value - allowed object is PatternType

getCssLink

public java.lang.String getCssLink()
Gets the value of the cssLink property.

Returns:
possible object is String

setCssLink

public void setCssLink(java.lang.String value)
Sets the value of the cssLink property.

Parameters:
value - allowed object is String

getEjbLink

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

Returns:
possible object is String

setEjbLink

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

Parameters:
value - allowed object is String


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