|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.scape_project.xa.tw.toolspec.OperatingSystemDependency
public class OperatingSystemDependency
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 |
---|
protected String value
protected OperatingSystemName operatingSystemName
protected String otherOperatingSystemName
protected String operatingSystemVersion
protected DependencyFormat format
protected String otherFormat
Constructor Detail |
---|
public OperatingSystemDependency()
Method Detail |
---|
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public OperatingSystemName getOperatingSystemName()
OperatingSystemName
public void setOperatingSystemName(OperatingSystemName value)
value
- allowed object is
OperatingSystemName
public String getOtherOperatingSystemName()
String
public void setOtherOperatingSystemName(String value)
value
- allowed object is
String
public String getOperatingSystemVersion()
String
public void setOperatingSystemVersion(String value)
value
- allowed object is
String
public DependencyFormat getFormat()
DependencyFormat
public void setFormat(DependencyFormat value)
value
- allowed object is
DependencyFormat
public String getOtherFormat()
String
public void setOtherFormat(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |