|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.scape_project.xa.tw.toolspec.Toolspec
public class Toolspec
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 |
---|
protected String id
protected String name
protected String homepage
protected String version
protected Installation installation
protected Services services
protected Deployments deployments
protected double model
Constructor Detail |
---|
public Toolspec()
Method Detail |
---|
public String getId()
String
public void setId(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getHomepage()
String
public void setHomepage(String value)
value
- allowed object is
String
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public Installation getInstallation()
Installation
public void setInstallation(Installation value)
value
- allowed object is
Installation
public Services getServices()
Services
public void setServices(Services value)
value
- allowed object is
Services
public Deployments getDeployments()
Deployments
public void setDeployments(Deployments value)
value
- allowed object is
Deployments
public double getModel()
public void setModel(double value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |