public class Detections 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="Id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Description" type="{http://tethys.sdsu.edu/schema/1.0}DescriptionType" minOccurs="0"/> <element name="DataSource" type="{http://tethys.sdsu.edu/schema/1.0}DataSourceType"/> <element name="Algorithm" type="{http://tethys.sdsu.edu/schema/1.0}AlgorithmType"/> <element name="QualityAssurance" type="{http://tethys.sdsu.edu/schema/1.0}QualityAssuranceProcessType" minOccurs="0"/> <element name="UserID" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Effort" type="{http://tethys.sdsu.edu/schema/1.0}DetectionEffort"/> <element name="OnEffort" type="{http://tethys.sdsu.edu/schema/1.0}DetectionGroup"/> <element name="OffEffort" type="{http://tethys.sdsu.edu/schema/1.0}DetectionGroup" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected AlgorithmType |
algorithm |
protected DataSourceType |
dataSource |
protected DescriptionType |
description |
protected DetectionEffort |
effort |
protected String |
id |
protected DetectionGroup |
offEffort |
protected DetectionGroup |
onEffort |
protected QualityAssuranceProcessType |
qualityAssurance |
protected String |
userID |
Constructor and Description |
---|
Detections() |
Modifier and Type | Method and Description |
---|---|
AlgorithmType |
getAlgorithm()
Gets the value of the algorithm property.
|
DataSourceType |
getDataSource()
Gets the value of the dataSource property.
|
DescriptionType |
getDescription()
Gets the value of the description property.
|
DetectionEffort |
getEffort()
Gets the value of the effort property.
|
String |
getId()
Gets the value of the id property.
|
DetectionGroup |
getOffEffort()
Gets the value of the offEffort property.
|
DetectionGroup |
getOnEffort()
Gets the value of the onEffort property.
|
QualityAssuranceProcessType |
getQualityAssurance()
Gets the value of the qualityAssurance property.
|
String |
getUserID()
Gets the value of the userID property.
|
void |
setAlgorithm(AlgorithmType value)
Sets the value of the algorithm property.
|
void |
setDataSource(DataSourceType value)
Sets the value of the dataSource property.
|
void |
setDescription(DescriptionType value)
Sets the value of the description property.
|
void |
setEffort(DetectionEffort value)
Sets the value of the effort property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setOffEffort(DetectionGroup value)
Sets the value of the offEffort property.
|
void |
setOnEffort(DetectionGroup value)
Sets the value of the onEffort property.
|
void |
setQualityAssurance(QualityAssuranceProcessType value)
Sets the value of the qualityAssurance property.
|
void |
setUserID(String value)
Sets the value of the userID property.
|
protected String id
protected DescriptionType description
protected DataSourceType dataSource
protected AlgorithmType algorithm
protected QualityAssuranceProcessType qualityAssurance
protected String userID
protected DetectionEffort effort
protected DetectionGroup onEffort
protected DetectionGroup offEffort
public void setId(String value)
value
- allowed object is
String
public DescriptionType getDescription()
DescriptionType
public void setDescription(DescriptionType value)
value
- allowed object is
DescriptionType
public DataSourceType getDataSource()
DataSourceType
public void setDataSource(DataSourceType value)
value
- allowed object is
DataSourceType
public AlgorithmType getAlgorithm()
AlgorithmType
public void setAlgorithm(AlgorithmType value)
value
- allowed object is
AlgorithmType
public QualityAssuranceProcessType getQualityAssurance()
QualityAssuranceProcessType
public void setQualityAssurance(QualityAssuranceProcessType value)
value
- allowed object is
QualityAssuranceProcessType
public String getUserID()
String
public void setUserID(String value)
value
- allowed object is
String
public DetectionEffort getEffort()
DetectionEffort
public void setEffort(DetectionEffort value)
value
- allowed object is
DetectionEffort
public DetectionGroup getOnEffort()
DetectionGroup
public void setOnEffort(DetectionGroup value)
value
- allowed object is
DetectionGroup
public DetectionGroup getOffEffort()
DetectionGroup
public void setOffEffort(DetectionGroup value)
value
- allowed object is
DetectionGroup
Copyright © 2020 Tethys. All rights reserved.