net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.pom400
Interface Activation

All Known Implementing Classes:
ActivationImpl

public interface Activation

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>
 


Method Summary
 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.
 

Method Detail

isActiveByDefault

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

Returns:
possible object is Boolean

setActiveByDefault

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

Parameters:
value - allowed object is Boolean

getJdk

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

Returns:
possible object is String

setJdk

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

Parameters:
value - allowed object is String

getOs

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

Returns:
possible object is ActivationOS

setOs

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

Parameters:
value - allowed object is ActivationOS

getProperty

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

Returns:
possible object is ActivationProperty

setProperty

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

Parameters:
value - allowed object is ActivationProperty

getFile

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

Returns:
possible object is ActivationFile

setFile

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

Parameters:
value - allowed object is ActivationFile


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