Package org.apache.openejb.jee.oejb2
Class GbeanLocatorType
- java.lang.Object
-
- org.apache.openejb.jee.oejb2.GbeanLocatorType
-
public class GbeanLocatorType extends 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringgbeanLinkprotected PatternTypepattern
-
Constructor Summary
Constructors Constructor Description GbeanLocatorType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGbeanLink()Gets the value of the gbeanLink property.PatternTypegetPattern()Gets the value of the pattern property.voidsetGbeanLink(String value)Sets the value of the gbeanLink property.voidsetPattern(PatternType value)Sets the value of the pattern property.
-
-
-
Field Detail
-
pattern
protected PatternType pattern
-
gbeanLink
protected String gbeanLink
-
-
Method Detail
-
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 isPatternType
-
getGbeanLink
public String getGbeanLink()
Gets the value of the gbeanLink property.- Returns:
- possible object is
String
-
-