public class Scm extends LocatedTreeImpl
<scm> element contains informations required to the SCM
(Source Control Management) of the project.
Java class for Scm complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Scm">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="connection" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="developerConnection" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="tag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocatedAttribute |
connection |
protected LocatedAttribute |
developerConnection |
protected LocatedAttribute |
tag |
protected LocatedAttribute |
url |
endLocation, startLocation| Constructor and Description |
|---|
Scm() |
| Modifier and Type | Method and Description |
|---|---|
LocatedAttribute |
getConnection()
Gets the value of the connection property.
|
LocatedAttribute |
getDeveloperConnection()
Gets the value of the developerConnection property.
|
LocatedAttribute |
getTag()
Gets the value of the tag property.
|
LocatedAttribute |
getUrl()
Gets the value of the url property.
|
void |
setConnection(LocatedAttribute value)
Sets the value of the connection property.
|
void |
setDeveloperConnection(LocatedAttribute value)
Sets the value of the developerConnection property.
|
void |
setTag(LocatedAttribute value)
Sets the value of the tag property.
|
void |
setUrl(LocatedAttribute value)
Sets the value of the url property.
|
endLocation, setEndLocation, setStartLocation, startLocationprotected LocatedAttribute connection
protected LocatedAttribute developerConnection
protected LocatedAttribute tag
protected LocatedAttribute url
public LocatedAttribute getConnection()
Stringpublic void setConnection(LocatedAttribute value)
value - allowed object is
Stringpublic LocatedAttribute getDeveloperConnection()
Stringpublic void setDeveloperConnection(LocatedAttribute value)
value - allowed object is
Stringpublic LocatedAttribute getTag()
Stringpublic void setTag(LocatedAttribute value)
value - allowed object is
Stringpublic LocatedAttribute getUrl()
Stringpublic void setUrl(LocatedAttribute value)
value - allowed object is
StringCopyright © 2012–2016 SonarSource. All rights reserved.