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 java.lang.String |
nameAttribute |
artifactId, groupId, module, name, type, version
Constructor and Description |
---|
ReferenceType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNameAttribute()
Gets the value of the nameAttribute property.
|
void |
setNameAttribute(java.lang.String value)
Sets the value of the nameAttribute property.
|
getArtifactId, getGroupId, getModule, getName, getType, getVersion, setArtifactId, setGroupId, setModule, setName, setType, setVersion
public java.lang.String getNameAttribute()
String
public void setNameAttribute(java.lang.String value)
value
- allowed object is
String