public class Parent extends LocatedTreeImpl
<parent> element contains information required to locate the parent project from which
this project will inherit from.
Note: The children of this element are not interpolated and must be given as literal values.
Java class for Parent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Parent">
<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="relativePath" 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 |
relativePath |
protected LocatedAttribute |
version |
endLocation, startLocation| Constructor and Description |
|---|
Parent() |
| 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 |
getRelativePath()
Gets the value of the relativePath 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 |
setRelativePath(LocatedAttribute value)
Sets the value of the relativePath 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 relativePath
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 getRelativePath()
Stringpublic void setRelativePath(LocatedAttribute value)
value - allowed object is
StringCopyright © 2012–2016 SonarSource. All rights reserved.