|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.scape_project.xa.tw.toolspec.Installation
public class Installation
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 |
---|
protected List<OperatingSystemDependency> dependency
protected License license
Constructor Detail |
---|
public Installation()
Method Detail |
---|
public List<OperatingSystemDependency> getDependency()
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
public License getLicense()
License
public void setLicense(License value)
value
- allowed object is
License
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |