public class IssueManagement extends LocatedTreeImpl
Java class for IssueManagement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IssueManagement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="system" 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 |
system |
protected LocatedAttribute |
url |
endLocation, startLocation| Constructor and Description |
|---|
IssueManagement() |
| Modifier and Type | Method and Description |
|---|---|
LocatedAttribute |
getSystem()
Gets the value of the system property.
|
LocatedAttribute |
getUrl()
Gets the value of the url property.
|
void |
setSystem(LocatedAttribute value)
Sets the value of the system property.
|
void |
setUrl(LocatedAttribute value)
Sets the value of the url property.
|
endLocation, setEndLocation, setStartLocation, startLocationprotected LocatedAttribute system
protected LocatedAttribute url
public LocatedAttribute getSystem()
Stringpublic void setSystem(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.