|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.geronimo.system.plugin.model.ReferenceType.Pattern
public static class ReferenceType.Pattern
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="groupId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="artifactId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="module" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
artifactId
|
protected String |
groupId
|
protected String |
module
|
protected String |
name
|
protected String |
type
|
protected String |
version
|
| Constructor Summary | |
|---|---|
ReferenceType.Pattern()
|
|
| Method Summary | |
|---|---|
String |
getArtifactId()
Gets the value of the artifactId property. |
String |
getGroupId()
Gets the value of the groupId property. |
String |
getModule()
Gets the value of the module property. |
String |
getName()
Gets the value of the name property. |
String |
getType()
Gets the value of the type property. |
String |
getVersion()
Gets the value of the version property. |
void |
setArtifactId(String value)
Sets the value of the artifactId property. |
void |
setGroupId(String value)
Sets the value of the groupId property. |
void |
setModule(String value)
Sets the value of the module property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setType(String value)
Sets the value of the type property. |
void |
setVersion(String value)
Sets the value of the version property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String groupId
protected String artifactId
protected String version
protected String type
protected String module
protected String name
| Constructor Detail |
|---|
public ReferenceType.Pattern()
| Method Detail |
|---|
public String getGroupId()
Stringpublic void setGroupId(String value)
value - allowed object is
Stringpublic String getArtifactId()
Stringpublic void setArtifactId(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getModule()
Stringpublic void setModule(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||