public class Prerequisites extends LocatedTreeImpl
Java class for Prerequisites complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Prerequisites">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="maven" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocatedAttribute |
maven |
endLocation, startLocation| Constructor and Description |
|---|
Prerequisites() |
| Modifier and Type | Method and Description |
|---|---|
LocatedAttribute |
getMaven()
Gets the value of the maven property.
|
void |
setMaven(LocatedAttribute value)
Sets the value of the maven property.
|
endLocation, setEndLocation, setStartLocation, startLocationprotected LocatedAttribute maven
public LocatedAttribute getMaven()
Stringpublic void setMaven(LocatedAttribute value)
value - allowed object is
StringCopyright © 2012–2016 SonarSource. All rights reserved.