public class PatternType
extends java.lang.Object
Java class for patternType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="patternType">
<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="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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
artifactId |
protected java.lang.String |
groupId |
protected java.lang.String |
module |
protected java.lang.String |
name |
protected java.lang.String |
version |
| Constructor and Description |
|---|
PatternType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getArtifactId()
Gets the value of the artifactId property.
|
java.lang.String |
getGroupId()
Gets the value of the groupId property.
|
java.lang.String |
getModule()
Gets the value of the module property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getVersion()
Gets the value of the version property.
|
void |
setArtifactId(java.lang.String value)
Sets the value of the artifactId property.
|
void |
setGroupId(java.lang.String value)
Sets the value of the groupId property.
|
void |
setModule(java.lang.String value)
Sets the value of the module property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setVersion(java.lang.String value)
Sets the value of the version property.
|
protected java.lang.String groupId
protected java.lang.String artifactId
protected java.lang.String version
protected java.lang.String module
protected java.lang.String name
public java.lang.String getGroupId()
Stringpublic void setGroupId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getArtifactId()
Stringpublic void setArtifactId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getModule()
Stringpublic void setModule(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
String