net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.pom400
Class ActivationOS

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

public class ActivationOS
extends Object
implements Serializable, Cloneable

This is an activator which will detect an operating system's attributes in order to activate its profile.

Java class for ActivationOS complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ActivationOS">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="family" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="arch" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String arch
           
protected  String family
           
protected  String name
           
protected  String version
           
 
Constructor Summary
ActivationOS()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.pom400.ActivationOS instance.
ActivationOS(ActivationOS o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.pom400.ActivationOS instance by copying a given instance.
 
Method Summary
 ActivationOS 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

ActivationOS

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


ActivationOS

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

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

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getFamily

public String getFamily()
Gets the value of the family property.

Returns:
possible object is String

setFamily

public void setFamily(String value)
Sets the value of the family property.

Parameters:
value - allowed object is String

getArch

public String getArch()
Gets the value of the arch property.

Returns:
possible object is String

setArch

public void setArch(String value)
Sets the value of the arch property.

Parameters:
value - allowed object is String

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

clone

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