|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.maven.settings100.Activation
public class Activation
The conditions within the build runtime environment which will trigger the automatic inclusion of the parent build profile.
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/SETTINGS/1.0.0}ActivationOS" minOccurs="0"/>
<element name="property" type="{http://maven.apache.org/SETTINGS/1.0.0}ActivationProperty" minOccurs="0"/>
<element name="file" type="{http://maven.apache.org/SETTINGS/1.0.0}ActivationFile" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Boolean |
activeByDefault
|
protected ActivationFile |
file
|
protected String |
jdk
|
protected ActivationOS |
os
|
protected ActivationProperty |
property
|
| Constructor Summary | |
|---|---|
Activation()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.maven.settings100.Activation instance. |
|
Activation(Activation o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.maven.settings100.Activation instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Activation |
clone()
Creates and returns a copy of this object. |
ActivationFile |
getFile()
Gets the value of the file property. |
String |
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(String 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. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Boolean activeByDefault
protected String jdk
protected ActivationOS os
protected ActivationProperty property
protected ActivationFile file
| Constructor Detail |
|---|
public Activation()
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.maven.settings100.Activation instance.
public Activation(Activation o)
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.maven.settings100.Activation instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Boolean isActiveByDefault()
Booleanpublic void setActiveByDefault(Boolean value)
value - allowed object is
Booleanpublic String getJdk()
Stringpublic void setJdk(String 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
ActivationFilepublic Activation clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||