|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hudsonci.maven.model.MavenCoordinatesDTO
@Generated(value="XJC hudson-jaxb-ri-2.1-2",
date="2011-12-06T19:15:37")
public class MavenCoordinatesDTO
Java class for mavenCoordinates complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="mavenCoordinates">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="groupId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="artifactId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="classifier" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="expandedMetaVersion" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
artifactId
|
protected String |
classifier
|
protected String |
expandedMetaVersion
|
protected String |
groupId
|
protected String |
type
|
protected String |
version
|
| Constructor Summary | |
|---|---|
MavenCoordinatesDTO()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getArtifactId()
Gets the value of the artifactId property. |
String |
getClassifier()
Gets the value of the classifier property. |
String |
getExpandedMetaVersion()
Gets the value of the expandedMetaVersion property. |
String |
getGroupId()
Gets the value of the groupId property. |
String |
getType()
Gets the value of the type property. |
String |
getVersion()
Gets the value of the version property. |
int |
hashCode()
|
boolean |
isSnapshot()
|
MavenCoordinatesDTO |
normalize()
|
void |
setArtifactId(String value)
Sets the value of the artifactId property. |
void |
setClassifier(String value)
Sets the value of the classifier property. |
void |
setExpandedMetaVersion(String value)
Sets the value of the expandedMetaVersion property. |
void |
setGroupId(String value)
Sets the value of the groupId property. |
void |
setType(String value)
Sets the value of the type property. |
void |
setVersion(String value)
Sets the value of the version property. |
String |
toString()
|
String |
toString(MavenCoordinatesDTOHelper.RenderStyle style)
|
MavenCoordinatesDTO |
withArtifactId(String value)
|
MavenCoordinatesDTO |
withClassifier(String value)
|
MavenCoordinatesDTO |
withExpandedMetaVersion(String value)
|
MavenCoordinatesDTO |
withGroupId(String value)
|
MavenCoordinatesDTO |
withType(String value)
|
MavenCoordinatesDTO |
withVersion(String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@XStreamAsAttribute protected String groupId
@XStreamAsAttribute protected String artifactId
@XStreamAsAttribute protected String version
@XStreamAsAttribute protected String type
@XStreamAsAttribute protected String classifier
@XStreamAsAttribute protected String expandedMetaVersion
| Constructor Detail |
|---|
public MavenCoordinatesDTO()
| 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 getClassifier()
Stringpublic void setClassifier(String value)
value - allowed object is
Stringpublic String getExpandedMetaVersion()
Stringpublic void setExpandedMetaVersion(String value)
value - allowed object is
Stringpublic MavenCoordinatesDTO withGroupId(String value)
public MavenCoordinatesDTO withArtifactId(String value)
public MavenCoordinatesDTO withVersion(String value)
public MavenCoordinatesDTO withType(String value)
public MavenCoordinatesDTO withClassifier(String value)
public MavenCoordinatesDTO withExpandedMetaVersion(String value)
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Objectpublic String toString(MavenCoordinatesDTOHelper.RenderStyle style)
public MavenCoordinatesDTO normalize()
public boolean isSnapshot()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||