eu.scape_project.xa.tw.toolspec
Class Installation

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

public class Installation
extends Object

Declares 1 or more installation dependencies and license.

Java class for Installation complex type.

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

 <complexType name="Installation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dependency" type="{http://scape-project.eu/tool}OperatingSystemDependency" maxOccurs="unbounded"/>
         <element name="license" type="{http://scape-project.eu/tool}License"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<OperatingSystemDependency> dependency
           
protected  License license
           
 
Constructor Summary
Installation()
           
 
Method Summary
 List<OperatingSystemDependency> getDependency()
          Gets the value of the dependency property.
 License getLicense()
          Gets the value of the license property.
 void setLicense(License value)
          Sets the value of the license property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dependency

protected List<OperatingSystemDependency> dependency

license

protected License license
Constructor Detail

Installation

public Installation()
Method Detail

getDependency

public List<OperatingSystemDependency> getDependency()
Gets the value of the dependency property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the dependency property.

For example, to add a new item, do as follows:

    getDependency().add(newItem);
 

Objects of the following type(s) are allowed in the list OperatingSystemDependency


getLicense

public License getLicense()
Gets the value of the license property.

Returns:
possible object is License

setLicense

public void setLicense(License value)
Sets the value of the license property.

Parameters:
value - allowed object is License


Copyright © 2013. All Rights Reserved.