net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.profiles100
Interface ActivationOS

All Known Implementing Classes:
ActivationOSImpl

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

getName

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

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String

getFamily

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

Returns:
possible object is String

setFamily

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

Parameters:
value - allowed object is String

getArch

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

Returns:
possible object is String

setArch

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

Parameters:
value - allowed object is String

getVersion

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

Returns:
possible object is String

setVersion

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

Parameters:
value - allowed object is String


Copyright © 2009 The CC-XJC Community. All Rights Reserved.