Package 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringnameAttribute-
Fields inherited from class org.apache.openejb.jee.oejb2.DepPatternType
artifactId, groupId, module, name, type, version
-
-
Constructor Summary
Constructors Constructor Description ReferenceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNameAttribute()Gets the value of the nameAttribute property.voidsetNameAttribute(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
-
-
-
-
Field Detail
-
nameAttribute
protected String nameAttribute
-
-