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"/>
<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"/>
<element name="BespokeData" type="{http://tethys.sdsu.edu/schema/1.0}BespokeDataType" minOccurs="0"/>
<element name="MetadataInfo" type="{http://tethys.sdsu.edu/schema/1.0}MetadataInfo" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AlgorithmType |
algorithm |
protected BespokeDataType |
bespokeData |
protected DataSourceType |
dataSource |
protected DescriptionType |
description |
protected DetectionEffort |
effort |
protected String |
id |
protected MetadataInfo |
metadataInfo |
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.
|
BespokeDataType |
getBespokeData()
Gets the value of the bespokeData 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.
|
MetadataInfo |
getMetadataInfo()
Gets the value of the metadataInfo 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 |
setBespokeData(BespokeDataType value)
Sets the value of the bespokeData 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 |
setMetadataInfo(MetadataInfo value)
Sets the value of the metadataInfo 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
protected BespokeDataType bespokeData
protected MetadataInfo metadataInfo
public void setId(String value)
value - allowed object is
Stringpublic DescriptionType getDescription()
DescriptionTypepublic void setDescription(DescriptionType value)
value - allowed object is
DescriptionTypepublic DataSourceType getDataSource()
DataSourceTypepublic void setDataSource(DataSourceType value)
value - allowed object is
DataSourceTypepublic AlgorithmType getAlgorithm()
AlgorithmTypepublic void setAlgorithm(AlgorithmType value)
value - allowed object is
AlgorithmTypepublic QualityAssuranceProcessType getQualityAssurance()
QualityAssuranceProcessTypepublic void setQualityAssurance(QualityAssuranceProcessType value)
value - allowed object is
QualityAssuranceProcessTypepublic String getUserId()
Stringpublic void setUserId(String value)
value - allowed object is
Stringpublic DetectionEffort getEffort()
DetectionEffortpublic void setEffort(DetectionEffort value)
value - allowed object is
DetectionEffortpublic DetectionGroup getOnEffort()
DetectionGrouppublic void setOnEffort(DetectionGroup value)
value - allowed object is
DetectionGrouppublic DetectionGroup getOffEffort()
DetectionGrouppublic void setOffEffort(DetectionGroup value)
value - allowed object is
DetectionGrouppublic BespokeDataType getBespokeData()
BespokeDataTypepublic void setBespokeData(BespokeDataType value)
value - allowed object is
BespokeDataTypepublic MetadataInfo getMetadataInfo()
MetadataInfopublic void setMetadataInfo(MetadataInfo value)
value - allowed object is
MetadataInfoCopyright © 2024 Tethys. All rights reserved.