org.apache.openejb.jee.oejb2
Class GbeanRefType

java.lang.Object
  extended by org.apache.openejb.jee.oejb2.AbstractNamingEntryType
      extended by org.apache.openejb.jee.oejb2.GbeanRefType

public class GbeanRefType
extends AbstractNamingEntryType

Java class for gbean-refType complex type.

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

 <complexType name="gbean-refType">
   <complexContent>
     <extension base="{http://geronimo.apache.org/xml/ns/naming-1.2}abstract-naming-entryType">
       <sequence>
         <element name="ref-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ref-type" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element name="pattern" type="{http://geronimo.apache.org/xml/ns/naming-1.2}patternType"/>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<PatternType> pattern
           
protected  java.lang.String refName
           
protected  java.util.List<java.lang.String> refType
           
 
Constructor Summary
GbeanRefType()
           
 
Method Summary
 java.util.List<PatternType> getPattern()
          Gets the value of the pattern property.
 java.lang.String getRefName()
          Gets the value of the refName property.
 java.util.List<java.lang.String> getRefType()
          Gets the value of the refType property.
 void setRefName(java.lang.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 java.lang.String refName

refType

protected java.util.List<java.lang.String> refType

pattern

protected java.util.List<PatternType> pattern
Constructor Detail

GbeanRefType

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

getRefType

public java.util.List<java.lang.String> getRefType()
Gets the value of the refType property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the refType property.

For example, to add a new item, do as follows:

    getRefType().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getPattern

public java.util.List<PatternType> getPattern()
Gets the value of the pattern property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the pattern property.

For example, to add a new item, do as follows:

    getPattern().add(newItem);
 

Objects of the following type(s) are allowed in the list PatternType



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