|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.settings100.ActivationOS
public class ActivationOS
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>
| 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.priv.indexed.valueclass.maven.settings100.ActivationOS instance. |
|
ActivationOS(ActivationOS o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.settings100.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 |
|---|
protected String name
protected String family
protected String arch
protected String version
| Constructor Detail |
|---|
public ActivationOS()
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.settings100.ActivationOS instance.
public ActivationOS(ActivationOS o)
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.settings100.ActivationOS instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getFamily()
Stringpublic void setFamily(String value)
value - allowed object is
Stringpublic String getArch()
Stringpublic void setArch(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic ActivationOS clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||