public class Relocation extends Object
Java class for Relocation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Relocation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<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="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
artifactId |
protected String |
groupId |
protected String |
message |
protected String |
version |
| Constructor and Description |
|---|
Relocation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId()
Gets the value of the artifactId property.
|
String |
getGroupId()
Gets the value of the groupId property.
|
String |
getMessage()
Gets the value of the message 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 |
setMessage(String value)
Sets the value of the message property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String groupId
protected String artifactId
protected String version
protected String message
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 getMessage()
StringCopyright © 2018 City of Paris. All rights reserved.