public class EjbLocalRefType
extends java.lang.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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
ejbLink |
protected PatternType |
pattern |
protected java.lang.String |
refName |
| Constructor and Description |
|---|
EjbLocalRefType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEjbLink()
Gets the value of the ejbLink property.
|
PatternType |
getPattern()
Gets the value of the pattern property.
|
java.lang.String |
getRefName()
Gets the value of the refName property.
|
void |
setEjbLink(java.lang.String value)
Sets the value of the ejbLink 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.
|
protected java.lang.String refName
protected PatternType pattern
protected java.lang.String ejbLink
public java.lang.String getRefName()
Stringpublic void setRefName(java.lang.String value)
value - allowed object is
Stringpublic PatternType getPattern()
PatternTypepublic void setPattern(PatternType value)
value - allowed object is
PatternTypepublic java.lang.String getEjbLink()
Stringpublic void setEjbLink(java.lang.String value)
value - allowed object is
String