public static class AlgorithmType.SupportSoftware extends Object
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 name="Software" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Parameters" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='skip' namespace='http://tethys.sdsu.edu/schema/1.0' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
AlgorithmType.SupportSoftware.Parameters
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected AlgorithmType.SupportSoftware.Parameters |
parameters |
protected String |
software |
protected String |
version |
| Constructor and Description |
|---|
SupportSoftware() |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmType.SupportSoftware.Parameters |
getParameters()
Gets the value of the parameters property.
|
String |
getSoftware()
Gets the value of the software property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setParameters(AlgorithmType.SupportSoftware.Parameters value)
Sets the value of the parameters property.
|
void |
setSoftware(String value)
Sets the value of the software property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String software
protected String version
protected AlgorithmType.SupportSoftware.Parameters parameters
public String getSoftware()
Stringpublic void setSoftware(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic AlgorithmType.SupportSoftware.Parameters getParameters()
AlgorithmType.SupportSoftware.Parameterspublic void setParameters(AlgorithmType.SupportSoftware.Parameters value)
value - allowed object is
AlgorithmType.SupportSoftware.ParametersCopyright © 2024 Tethys. All rights reserved.