public class Activation extends LocatedTreeImpl
Java class for Activation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Activation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="activeByDefault" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="jdk" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="os" type="{http://maven.apache.org/POM/4.0.0}ActivationOS" minOccurs="0"/>
<element name="property" type="{http://maven.apache.org/POM/4.0.0}ActivationProperty" minOccurs="0"/>
<element name="file" type="{http://maven.apache.org/POM/4.0.0}ActivationFile" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
activeByDefault |
protected ActivationFile |
file |
protected LocatedAttribute |
jdk |
protected ActivationOS |
os |
protected ActivationProperty |
property |
endLocation, startLocation| Constructor and Description |
|---|
Activation() |
| Modifier and Type | Method and Description |
|---|---|
ActivationFile |
getFile()
Gets the value of the file property.
|
LocatedAttribute |
getJdk()
Gets the value of the jdk property.
|
ActivationOS |
getOs()
Gets the value of the os property.
|
ActivationProperty |
getProperty()
Gets the value of the property property.
|
Boolean |
isActiveByDefault()
Gets the value of the activeByDefault property.
|
void |
setActiveByDefault(Boolean value)
Sets the value of the activeByDefault property.
|
void |
setFile(ActivationFile value)
Sets the value of the file property.
|
void |
setJdk(LocatedAttribute value)
Sets the value of the jdk property.
|
void |
setOs(ActivationOS value)
Sets the value of the os property.
|
void |
setProperty(ActivationProperty value)
Sets the value of the property property.
|
endLocation, setEndLocation, setStartLocation, startLocationprotected Boolean activeByDefault
protected LocatedAttribute jdk
protected ActivationOS os
protected ActivationProperty property
protected ActivationFile file
public Boolean isActiveByDefault()
Booleanpublic void setActiveByDefault(Boolean value)
value - allowed object is
Booleanpublic LocatedAttribute getJdk()
Stringpublic void setJdk(LocatedAttribute value)
value - allowed object is
Stringpublic ActivationOS getOs()
ActivationOSpublic void setOs(ActivationOS value)
value - allowed object is
ActivationOSpublic ActivationProperty getProperty()
ActivationPropertypublic void setProperty(ActivationProperty value)
value - allowed object is
ActivationPropertypublic ActivationFile getFile()
ActivationFilepublic void setFile(ActivationFile value)
value - allowed object is
ActivationFileCopyright © 2012–2016 SonarSource. All rights reserved.