net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.pom400.impl
Class ActivationImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.pom400.impl.ActivationImpl
All Implemented Interfaces:
Serializable, Cloneable, Activation

public class ActivationImpl
extends Object
implements Serializable, Cloneable, Activation

See Also:
Serialized Form

Field Summary
protected  Boolean activeByDefault
           
protected  ActivationFileImpl file
           
protected  String jdk
           
protected  ActivationOSImpl os
           
protected  ActivationPropertyImpl property
           
 
Constructor Summary
ActivationImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.pom400.impl.ActivationImpl instance.
ActivationImpl(ActivationImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.pom400.impl.ActivationImpl instance by copying a given instance.
 
Method Summary
 ActivationImpl 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 ActivationOSImpl os

property

protected ActivationPropertyImpl property

file

protected ActivationFileImpl file
Constructor Detail

ActivationImpl

public ActivationImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.pom400.impl.ActivationImpl instance.


ActivationImpl

public ActivationImpl(ActivationImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.pom400.impl.ActivationImpl instance by copying a given instance.

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

isActiveByDefault

public Boolean isActiveByDefault()
Description copied from interface: Activation
Gets the value of the activeByDefault property.

Specified by:
isActiveByDefault in interface Activation
Returns:
possible object is Boolean

setActiveByDefault

public void setActiveByDefault(Boolean value)
Description copied from interface: Activation
Sets the value of the activeByDefault property.

Specified by:
setActiveByDefault in interface Activation
Parameters:
value - allowed object is Boolean

getJdk

public String getJdk()
Description copied from interface: Activation
Gets the value of the jdk property.

Specified by:
getJdk in interface Activation
Returns:
possible object is String

setJdk

public void setJdk(String value)
Description copied from interface: Activation
Sets the value of the jdk property.

Specified by:
setJdk in interface Activation
Parameters:
value - allowed object is String

getOs

public ActivationOS getOs()
Description copied from interface: Activation
Gets the value of the os property.

Specified by:
getOs in interface Activation
Returns:
possible object is ActivationOS

setOs

public void setOs(ActivationOS value)
Description copied from interface: Activation
Sets the value of the os property.

Specified by:
setOs in interface Activation
Parameters:
value - allowed object is ActivationOS

getProperty

public ActivationProperty getProperty()
Description copied from interface: Activation
Gets the value of the property property.

Specified by:
getProperty in interface Activation
Returns:
possible object is ActivationProperty

setProperty

public void setProperty(ActivationProperty value)
Description copied from interface: Activation
Sets the value of the property property.

Specified by:
setProperty in interface Activation
Parameters:
value - allowed object is ActivationProperty

getFile

public ActivationFile getFile()
Description copied from interface: Activation
Gets the value of the file property.

Specified by:
getFile in interface Activation
Returns:
possible object is ActivationFile

setFile

public void setFile(ActivationFile value)
Description copied from interface: Activation
Sets the value of the file property.

Specified by:
setFile in interface Activation
Parameters:
value - allowed object is ActivationFile

clone

public ActivationImpl 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.