public class GbeanLocatorType
extends java.lang.Object
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>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
gbeanLink |
protected PatternType |
pattern |
Constructor and Description |
---|
GbeanLocatorType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getGbeanLink()
Gets the value of the gbeanLink property.
|
PatternType |
getPattern()
Gets the value of the pattern property.
|
void |
setGbeanLink(java.lang.String value)
Sets the value of the gbeanLink property.
|
void |
setPattern(PatternType value)
Sets the value of the pattern property.
|
protected PatternType pattern
protected java.lang.String gbeanLink
public PatternType getPattern()
PatternType
public void setPattern(PatternType value)
value
- allowed object is
PatternType
public java.lang.String getGbeanLink()
String
public void setGbeanLink(java.lang.String value)
value
- allowed object is
String