|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface 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>
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
String getName()
Stringvoid setName(String value)
value - allowed object is
StringString getFamily()
Stringvoid setFamily(String value)
value - allowed object is
StringString getArch()
Stringvoid setArch(String value)
value - allowed object is
StringString getVersion()
Stringvoid setVersion(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||