|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.oejb2.GbeanLocatorType
public class GbeanLocatorType
Java class for gbean-locatorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="gbean-locatorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="pattern" type="{http://geronimo.apache.org/xml/ns/naming-1.2}patternType"/>
<element name="gbean-link" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
gbeanLink
|
protected PatternType |
pattern
|
| Constructor Summary | |
|---|---|
GbeanLocatorType()
|
|
| Method Summary | |
|---|---|
String |
getGbeanLink()
Gets the value of the gbeanLink property. |
PatternType |
getPattern()
Gets the value of the pattern property. |
void |
setGbeanLink(String value)
Sets the value of the gbeanLink property. |
void |
setPattern(PatternType value)
Sets the value of the pattern property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected PatternType pattern
protected String gbeanLink
| Constructor Detail |
|---|
public GbeanLocatorType()
| Method Detail |
|---|
public PatternType getPattern()
PatternTypepublic void setPattern(PatternType value)
value - allowed object is
PatternTypepublic String getGbeanLink()
Stringpublic void setGbeanLink(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||