public class Relocation extends LocatedTreeImpl
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 LocatedAttribute |
artifactId |
protected LocatedAttribute |
groupId |
protected LocatedAttribute |
message |
protected LocatedAttribute |
version |
endLocation, startLocation| Constructor and Description |
|---|
Relocation() |
| Modifier and Type | Method and Description |
|---|---|
LocatedAttribute |
getArtifactId()
Gets the value of the artifactId property.
|
LocatedAttribute |
getGroupId()
Gets the value of the groupId property.
|
LocatedAttribute |
getMessage()
Gets the value of the message property.
|
LocatedAttribute |
getVersion()
Gets the value of the version property.
|
void |
setArtifactId(LocatedAttribute value)
Sets the value of the artifactId property.
|
void |
setGroupId(LocatedAttribute value)
Sets the value of the groupId property.
|
void |
setMessage(LocatedAttribute value)
Sets the value of the message property.
|
void |
setVersion(LocatedAttribute value)
Sets the value of the version property.
|
endLocation, setEndLocation, setStartLocation, startLocationprotected LocatedAttribute groupId
protected LocatedAttribute artifactId
protected LocatedAttribute version
protected LocatedAttribute message
public LocatedAttribute getGroupId()
Stringpublic void setGroupId(LocatedAttribute value)
value - allowed object is
Stringpublic LocatedAttribute getArtifactId()
Stringpublic void setArtifactId(LocatedAttribute value)
value - allowed object is
Stringpublic LocatedAttribute getVersion()
Stringpublic void setVersion(LocatedAttribute value)
value - allowed object is
Stringpublic LocatedAttribute getMessage()
Stringpublic void setMessage(LocatedAttribute value)
value - allowed object is
StringCopyright © 2012–2016 SonarSource. All rights reserved.