Save This Page
Home » geronimo-eclipse-plugin-2.2-source-release » org.apache.geronimo.jee.naming » [javadoc | source]
org.apache.geronimo.jee.naming
public class: ResourceRef [javadoc | source]
java.lang.Object
   org.apache.geronimo.jee.naming.ResourceRef

All Implemented Interfaces:
    Serializable

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  String refName     
protected  Pattern pattern     
protected  String resourceLink     
protected  String url     
Method from org.apache.geronimo.jee.naming.ResourceRef Summary:
getPattern,   getRefName,   getResourceLink,   getUrl,   setPattern,   setRefName,   setResourceLink,   setUrl
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.geronimo.jee.naming.ResourceRef Detail:
 public Pattern getPattern() 
    Gets the value of the pattern property.
 public String getRefName() 
    Gets the value of the refName property.
 public String getResourceLink() 
    Gets the value of the resourceLink property.
 public String getUrl() 
    Gets the value of the url property.
 public  void setPattern(Pattern value) 
    Sets the value of the pattern property.
 public  void setRefName(String value) 
    Sets the value of the refName property.
 public  void setResourceLink(String value) 
    Sets the value of the resourceLink property.
 public  void setUrl(String value) 
    Sets the value of the url property.