org.apache.openejb.jee.oejb2
Class ResourceEnvRefType

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

public class ResourceEnvRefType
extends Object

Java class for resource-env-refType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="resource-env-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="message-destination-link" type="{http://www.w3.org/2001/XMLSchema}string"/>
           <sequence>
             <element name="admin-object-module" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="admin-object-link" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String adminObjectLink
           
protected  String adminObjectModule
           
protected  String messageDestinationLink
           
protected  PatternType pattern
           
protected  String refName
           
 
Constructor Summary
ResourceEnvRefType()
           
 
Method Summary
 String getAdminObjectLink()
          Gets the value of the adminObjectLink property.
 String getAdminObjectModule()
          Gets the value of the adminObjectModule property.
 String getMessageDestinationLink()
          Gets the value of the messageDestinationLink property.
 PatternType getPattern()
          Gets the value of the pattern property.
 String getRefName()
          Gets the value of the refName property.
 void setAdminObjectLink(String value)
          Sets the value of the adminObjectLink property.
 void setAdminObjectModule(String value)
          Sets the value of the adminObjectModule property.
 void setMessageDestinationLink(String value)
          Sets the value of the messageDestinationLink property.
 void setPattern(PatternType value)
          Sets the value of the pattern property.
 void setRefName(String value)
          Sets the value of the refName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

refName

protected String refName

pattern

protected PatternType pattern

messageDestinationLink

protected String messageDestinationLink

adminObjectModule

protected String adminObjectModule

adminObjectLink

protected String adminObjectLink
Constructor Detail

ResourceEnvRefType

public ResourceEnvRefType()
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 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

getMessageDestinationLink

public String getMessageDestinationLink()
Gets the value of the messageDestinationLink property.

Returns:
possible object is String

setMessageDestinationLink

public void setMessageDestinationLink(String value)
Sets the value of the messageDestinationLink property.

Parameters:
value - allowed object is String

getAdminObjectModule

public String getAdminObjectModule()
Gets the value of the adminObjectModule property.

Returns:
possible object is String

setAdminObjectModule

public void setAdminObjectModule(String value)
Sets the value of the adminObjectModule property.

Parameters:
value - allowed object is String

getAdminObjectLink

public String getAdminObjectLink()
Gets the value of the adminObjectLink property.

Returns:
possible object is String

setAdminObjectLink

public void setAdminObjectLink(String value)
Sets the value of the adminObjectLink property.

Parameters:
value - allowed object is String


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