eu.scape_project.xa.tw.toolspec
Class OperatingSystemDependency

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

public class OperatingSystemDependency
extends Object

Declares an operating system dependency.

Java class for OperatingSystemDependency complex type.

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

 <complexType name="OperatingSystemDependency">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="operatingSystemName" use="required" type="{http://scape-project.eu/tool}OperatingSystemName" />
       <attribute name="otherOperatingSystemName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="operatingSystemVersion" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="format" type="{http://scape-project.eu/tool}DependencyFormat" />
       <attribute name="otherFormat" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  DependencyFormat format
           
protected  OperatingSystemName operatingSystemName
           
protected  String operatingSystemVersion
           
protected  String otherFormat
           
protected  String otherOperatingSystemName
           
protected  String value
           
 
Constructor Summary
OperatingSystemDependency()
           
 
Method Summary
 DependencyFormat getFormat()
          Gets the value of the format property.
 OperatingSystemName getOperatingSystemName()
          Gets the value of the operatingSystemName property.
 String getOperatingSystemVersion()
          Gets the value of the operatingSystemVersion property.
 String getOtherFormat()
          Gets the value of the otherFormat property.
 String getOtherOperatingSystemName()
          Gets the value of the otherOperatingSystemName property.
 String getValue()
          Gets the value of the value property.
 void setFormat(DependencyFormat value)
          Sets the value of the format property.
 void setOperatingSystemName(OperatingSystemName value)
          Sets the value of the operatingSystemName property.
 void setOperatingSystemVersion(String value)
          Sets the value of the operatingSystemVersion property.
 void setOtherFormat(String value)
          Sets the value of the otherFormat property.
 void setOtherOperatingSystemName(String value)
          Sets the value of the otherOperatingSystemName property.
 void setValue(String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected String value

operatingSystemName

protected OperatingSystemName operatingSystemName

otherOperatingSystemName

protected String otherOperatingSystemName

operatingSystemVersion

protected String operatingSystemVersion

format

protected DependencyFormat format

otherFormat

protected String otherFormat
Constructor Detail

OperatingSystemDependency

public OperatingSystemDependency()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getOperatingSystemName

public OperatingSystemName getOperatingSystemName()
Gets the value of the operatingSystemName property.

Returns:
possible object is OperatingSystemName

setOperatingSystemName

public void setOperatingSystemName(OperatingSystemName value)
Sets the value of the operatingSystemName property.

Parameters:
value - allowed object is OperatingSystemName

getOtherOperatingSystemName

public String getOtherOperatingSystemName()
Gets the value of the otherOperatingSystemName property.

Returns:
possible object is String

setOtherOperatingSystemName

public void setOtherOperatingSystemName(String value)
Sets the value of the otherOperatingSystemName property.

Parameters:
value - allowed object is String

getOperatingSystemVersion

public String getOperatingSystemVersion()
Gets the value of the operatingSystemVersion property.

Returns:
possible object is String

setOperatingSystemVersion

public void setOperatingSystemVersion(String value)
Sets the value of the operatingSystemVersion property.

Parameters:
value - allowed object is String

getFormat

public DependencyFormat getFormat()
Gets the value of the format property.

Returns:
possible object is DependencyFormat

setFormat

public void setFormat(DependencyFormat value)
Sets the value of the format property.

Parameters:
value - allowed object is DependencyFormat

getOtherFormat

public String getOtherFormat()
Gets the value of the otherFormat property.

Returns:
possible object is String

setOtherFormat

public void setOtherFormat(String value)
Sets the value of the otherFormat property.

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.