net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.pom400.impl
Class ActivationOSImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.pom400.impl.ActivationOSImpl
All Implemented Interfaces:
Serializable, Cloneable, ActivationOS

public class ActivationOSImpl
extends Object
implements Serializable, Cloneable, ActivationOS

See Also:
Serialized Form

Field Summary
protected  String arch
           
protected  String family
           
protected  String name
           
protected  String version
           
 
Constructor Summary
ActivationOSImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.pom400.impl.ActivationOSImpl instance.
ActivationOSImpl(ActivationOSImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.pom400.impl.ActivationOSImpl instance by copying a given instance.
 
Method Summary
 ActivationOSImpl clone()
          Creates and returns a copy of this object.
 String getArch()
          Gets the value of the arch property.
 String getFamily()
          Gets the value of the family property.
 String getName()
          Gets the value of the name property.
 String getVersion()
          Gets the value of the version property.
 void setArch(String value)
          Sets the value of the arch property.
 void setFamily(String value)
          Sets the value of the family property.
 void setName(String value)
          Sets the value of the name property.
 void setVersion(String value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

family

protected String family

arch

protected String arch

version

protected String version
Constructor Detail

ActivationOSImpl

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


ActivationOSImpl

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

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

getName

public String getName()
Description copied from interface: ActivationOS
Gets the value of the name property.

Specified by:
getName in interface ActivationOS
Returns:
possible object is String

setName

public void setName(String value)
Description copied from interface: ActivationOS
Sets the value of the name property.

Specified by:
setName in interface ActivationOS
Parameters:
value - allowed object is String

getFamily

public String getFamily()
Description copied from interface: ActivationOS
Gets the value of the family property.

Specified by:
getFamily in interface ActivationOS
Returns:
possible object is String

setFamily

public void setFamily(String value)
Description copied from interface: ActivationOS
Sets the value of the family property.

Specified by:
setFamily in interface ActivationOS
Parameters:
value - allowed object is String

getArch

public String getArch()
Description copied from interface: ActivationOS
Gets the value of the arch property.

Specified by:
getArch in interface ActivationOS
Returns:
possible object is String

setArch

public void setArch(String value)
Description copied from interface: ActivationOS
Sets the value of the arch property.

Specified by:
setArch in interface ActivationOS
Parameters:
value - allowed object is String

getVersion

public String getVersion()
Description copied from interface: ActivationOS
Gets the value of the version property.

Specified by:
getVersion in interface ActivationOS
Returns:
possible object is String

setVersion

public void setVersion(String value)
Description copied from interface: ActivationOS
Sets the value of the version property.

Specified by:
setVersion in interface ActivationOS
Parameters:
value - allowed object is String

clone

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