org.apache.openejb.jee.oejb2
Class ReferenceType

java.lang.Object
  extended by org.apache.openejb.jee.oejb2.DepPatternType
      extended by org.apache.openejb.jee.oejb2.ReferenceType

public class ReferenceType
extends DepPatternType

Java class for referenceType complex type.

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

 <complexType name="referenceType">
   <complexContent>
     <extension base="{http://geronimo.apache.org/xml/ns/naming-1.2}patternType">
       <attribute name="nameAttribute" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String nameAttribute
           
 
Fields inherited from class org.apache.openejb.jee.oejb2.DepPatternType
artifactId, groupId, module, name, type, version
 
Constructor Summary
ReferenceType()
           
 
Method Summary
 String getNameAttribute()
          Gets the value of the nameAttribute property.
 void setNameAttribute(String value)
          Sets the value of the nameAttribute property.
 
Methods inherited from class org.apache.openejb.jee.oejb2.DepPatternType
getArtifactId, getGroupId, getModule, getName, getType, getVersion, setArtifactId, setGroupId, setModule, setName, setType, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nameAttribute

protected String nameAttribute
Constructor Detail

ReferenceType

public ReferenceType()
Method Detail

getNameAttribute

public String getNameAttribute()
Gets the value of the nameAttribute property.

Returns:
possible object is String

setNameAttribute

public void setNameAttribute(String value)
Sets the value of the nameAttribute property.

Parameters:
value - allowed object is String


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