org.apache.openejb.jee.oejb2
Class ReferenceType
java.lang.Object
org.apache.openejb.jee.oejb2.DepPatternType
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>
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 |
nameAttribute
protected String nameAttribute
ReferenceType
public ReferenceType()
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-2013 The Apache OpenEJB development community. All Rights Reserved.