public class DepPatternType extends 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 String |
artifactId |
protected String |
groupId |
protected String |
module |
protected String |
name |
protected String |
type |
protected String |
version |
| Constructor and Description |
|---|
DepPatternType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId() |
String |
getGroupId() |
String |
getModule() |
String |
getName() |
String |
getType() |
String |
getVersion() |
void |
setArtifactId(String artifactId) |
void |
setGroupId(String groupId) |
void |
setModule(String module) |
void |
setName(String name) |
void |
setType(String type) |
void |
setVersion(String version) |
protected String groupId
protected String artifactId
protected String version
protected String module
protected String type
protected String name
public String getGroupId()
public void setGroupId(String groupId)
public String getArtifactId()
public void setArtifactId(String artifactId)
public String getVersion()
public void setVersion(String version)
public String getModule()
public void setModule(String module)
public String getType()
public void setType(String type)
public String getName()
public void setName(String name)
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.