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
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
public BespokeDataType getBespokeData()
BespokeDataType
public void setBespokeData(BespokeDataType value)
value
- allowed object is
BespokeDataType
public MetadataInfo getMetadataInfo()
MetadataInfo
public void setMetadataInfo(MetadataInfo value)
value
- allowed object is
MetadataInfo
Copyright © 2024 Tethys. All rights reserved.