public class AlgorithmType extends Object
Java class for AlgorithmType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlgorithmType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Method" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<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>
<element name="SupportSoftware" maxOccurs="unbounded" minOccurs="0">
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
AlgorithmType.Parameters
Java class for anonymous complex type.
|
static class |
AlgorithmType.SupportSoftware
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
method |
protected AlgorithmType.Parameters |
parameters |
protected String |
software |
protected List<AlgorithmType.SupportSoftware> |
supportSoftware |
protected String |
version |
| Constructor and Description |
|---|
AlgorithmType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMethod()
Gets the value of the method property.
|
AlgorithmType.Parameters |
getParameters()
Gets the value of the parameters property.
|
String |
getSoftware()
Gets the value of the software property.
|
List<AlgorithmType.SupportSoftware> |
getSupportSoftware()
Gets the value of the supportSoftware property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setMethod(String value)
Sets the value of the method property.
|
void |
setParameters(AlgorithmType.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 method
protected String software
protected String version
protected AlgorithmType.Parameters parameters
protected List<AlgorithmType.SupportSoftware> supportSoftware
public String getMethod()
Stringpublic void setMethod(String value)
value - allowed object is
Stringpublic 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.Parameters getParameters()
AlgorithmType.Parameterspublic void setParameters(AlgorithmType.Parameters value)
value - allowed object is
AlgorithmType.Parameterspublic List<AlgorithmType.SupportSoftware> getSupportSoftware()
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 supportSoftware property.
For example, to add a new item, do as follows:
getSupportSoftware().add(newItem);
Objects of the following type(s) are allowed in the list
AlgorithmType.SupportSoftware
Copyright © 2024 Tethys. All rights reserved.