eu.scape_project.xa.tw.toolspec
Class Toolspec

java.lang.Object
  extended by eu.scape_project.xa.tw.toolspec.Toolspec

public class Toolspec
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}id"/>
         <element ref="{}name"/>
         <element ref="{}homepage"/>
         <element ref="{}version"/>
         <element ref="{}installation"/>
         <element ref="{}services"/>
         <element ref="{}deployments"/>
       </sequence>
       <attribute name="model" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Deployments deployments
           
protected  String homepage
           
protected  String id
           
protected  Installation installation
           
protected  double model
           
protected  String name
           
protected  Services services
           
protected  String version
           
 
Constructor Summary
Toolspec()
           
 
Method Summary
 Deployments getDeployments()
          Gets the value of the deployments property.
 String getHomepage()
          Gets the value of the homepage property.
 String getId()
          Gets the value of the id property.
 Installation getInstallation()
          Gets the value of the installation property.
 double getModel()
          Gets the value of the model property.
 String getName()
          Gets the value of the name property.
 Services getServices()
          Gets the value of the services property.
 String getVersion()
          Gets the value of the version property.
 void setDeployments(Deployments value)
          Sets the value of the deployments property.
 void setHomepage(String value)
          Sets the value of the homepage property.
 void setId(String value)
          Sets the value of the id property.
 void setInstallation(Installation value)
          Sets the value of the installation property.
 void setModel(double value)
          Sets the value of the model property.
 void setName(String value)
          Sets the value of the name property.
 void setServices(Services value)
          Sets the value of the services property.
 void setVersion(String value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

name

protected String name

homepage

protected String homepage

version

protected String version

installation

protected Installation installation

services

protected Services services

deployments

protected Deployments deployments

model

protected double model
Constructor Detail

Toolspec

public Toolspec()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

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

getHomepage

public String getHomepage()
Gets the value of the homepage property.

Returns:
possible object is String

setHomepage

public void setHomepage(String value)
Sets the value of the homepage 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

getInstallation

public Installation getInstallation()
Gets the value of the installation property.

Returns:
possible object is Installation

setInstallation

public void setInstallation(Installation value)
Sets the value of the installation property.

Parameters:
value - allowed object is Installation

getServices

public Services getServices()
Gets the value of the services property.

Returns:
possible object is Services

setServices

public void setServices(Services value)
Sets the value of the services property.

Parameters:
value - allowed object is Services

getDeployments

public Deployments getDeployments()
Gets the value of the deployments property.

Returns:
possible object is Deployments

setDeployments

public void setDeployments(Deployments value)
Sets the value of the deployments property.

Parameters:
value - allowed object is Deployments

getModel

public double getModel()
Gets the value of the model property.


setModel

public void setModel(double value)
Sets the value of the model property.



Copyright © 2013. All Rights Reserved.