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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
nameAttribute |
artifactId, groupId, module, name, type, version| Constructor and Description |
|---|
ReferenceType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNameAttribute()
Gets the value of the nameAttribute property.
|
void |
setNameAttribute(String value)
Sets the value of the nameAttribute property.
|
getArtifactId, getGroupId, getModule, getName, getType, getVersion, setArtifactId, setGroupId, setModule, setName, setType, setVersionprotected String nameAttribute
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.