Package org.apache.openejb.jee.oejb2
Class ResourceRefType
- java.lang.Object
-
- org.apache.openejb.jee.oejb2.ResourceRefType
-
public class ResourceRefType extends Object
Java class for resource-refType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="resource-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="resource-link" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected PatternTypepatternprotected StringrefNameprotected StringresourceLinkprotected Stringurl
-
Constructor Summary
Constructors Constructor Description ResourceRefType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PatternTypegetPattern()Gets the value of the pattern property.StringgetRefName()Gets the value of the refName property.StringgetResourceLink()Gets the value of the resourceLink property.StringgetUrl()Gets the value of the url property.voidsetPattern(PatternType value)Sets the value of the pattern property.voidsetRefName(String value)Sets the value of the refName property.voidsetResourceLink(String value)Sets the value of the resourceLink property.voidsetUrl(String value)Sets the value of the url property.
-
-
-
Field Detail
-
refName
protected String refName
-
pattern
protected PatternType pattern
-
resourceLink
protected String resourceLink
-
url
protected String url
-
-
Method Detail
-
getRefName
public String getRefName()
Gets the value of the refName property.- Returns:
- possible object is
String
-
setRefName
public void setRefName(String value)
Sets the value of the refName property.- Parameters:
value- allowed object isString
-
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
-
getResourceLink
public String getResourceLink()
Gets the value of the resourceLink property.- Returns:
- possible object is
String
-
setResourceLink
public void setResourceLink(String value)
Sets the value of the resourceLink property.- Parameters:
value- allowed object isString
-
getUrl
public String getUrl()
Gets the value of the url property.- Returns:
- possible object is
String
-
-