org.apache.openejb.jee.oejb2
Class ResourceRefType

java.lang.Object
  extended by org.apache.openejb.jee.oejb2.ResourceRefType

public class ResourceRefType
extends java.lang.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
protected  PatternType pattern
           
protected  java.lang.String refName
           
protected  java.lang.String resourceLink
           
protected  java.lang.String url
           
 
Constructor Summary
ResourceRefType()
           
 
Method Summary
 PatternType getPattern()
          Gets the value of the pattern property.
 java.lang.String getRefName()
          Gets the value of the refName property.
 java.lang.String getResourceLink()
          Gets the value of the resourceLink property.
 java.lang.String getUrl()
          Gets the value of the url 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.
 void setResourceLink(java.lang.String value)
          Sets the value of the resourceLink property.
 void setUrl(java.lang.String value)
          Sets the value of the url property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

refName

protected java.lang.String refName

pattern

protected PatternType pattern

resourceLink

protected java.lang.String resourceLink

url

protected java.lang.String url
Constructor Detail

ResourceRefType

public ResourceRefType()
Method Detail

getRefName

public java.lang.String getRefName()
Gets the value of the refName property.

Returns:
possible object is String

setRefName

public void setRefName(java.lang.String value)
Sets the value of the refName property.

Parameters:
value - allowed object is String

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 is PatternType

getResourceLink

public java.lang.String getResourceLink()
Gets the value of the resourceLink property.

Returns:
possible object is String

setResourceLink

public void setResourceLink(java.lang.String value)
Sets the value of the resourceLink property.

Parameters:
value - allowed object is String

getUrl

public java.lang.String getUrl()
Gets the value of the url property.

Returns:
possible object is String

setUrl

public void setUrl(java.lang.String value)
Sets the value of the url property.

Parameters:
value - allowed object is String


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.