net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.pom400
Class Activation

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.pom400.Activation
All Implemented Interfaces:
Serializable, Cloneable

public class Activation
extends Object
implements Serializable, Cloneable

The conditions within the build runtime environment which will trigger the automatic inclusion of the 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/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>
 

See Also:
Serialized Form

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.pub.indexed.valueclass.maven.pom400.Activation instance.
Activation(Activation o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.pom400.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

activeByDefault

protected Boolean activeByDefault

jdk

protected String jdk

os

protected ActivationOS os

property

protected ActivationProperty property

file

protected ActivationFile file
Constructor Detail

Activation

public Activation()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.pom400.Activation instance.


Activation

public Activation(Activation o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.pom400.Activation instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

isActiveByDefault

public Boolean isActiveByDefault()
Gets the value of the activeByDefault property.

Returns:
possible object is Boolean

setActiveByDefault

public void setActiveByDefault(Boolean value)
Sets the value of the activeByDefault property.

Parameters:
value - allowed object is Boolean

getJdk

public String getJdk()
Gets the value of the jdk property.

Returns:
possible object is String

setJdk

public void setJdk(String value)
Sets the value of the jdk property.

Parameters:
value - allowed object is String

getOs

public ActivationOS getOs()
Gets the value of the os property.

Returns:
possible object is ActivationOS

setOs

public void setOs(ActivationOS value)
Sets the value of the os property.

Parameters:
value - allowed object is ActivationOS

getProperty

public ActivationProperty getProperty()
Gets the value of the property property.

Returns:
possible object is ActivationProperty

setProperty

public void setProperty(ActivationProperty value)
Sets the value of the property property.

Parameters:
value - allowed object is ActivationProperty

getFile

public ActivationFile getFile()
Gets the value of the file property.

Returns:
possible object is ActivationFile

setFile

public void setFile(ActivationFile value)
Sets the value of the file property.

Parameters:
value - allowed object is ActivationFile

clone

public Activation clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.