public static class ChannelInfo.EventTrigger 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="Description" type="{http://tethys.sdsu.edu/schema/1.0}DescriptionType" minOccurs="0"/>
<element name="Algorithm" type="{http://tethys.sdsu.edu/schema/1.0}AlgorithmType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AlgorithmType |
algorithm |
protected DescriptionType |
description |
| Constructor and Description |
|---|
EventTrigger() |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmType |
getAlgorithm()
Gets the value of the algorithm property.
|
DescriptionType |
getDescription()
Gets the value of the description property.
|
void |
setAlgorithm(AlgorithmType value)
Sets the value of the algorithm property.
|
void |
setDescription(DescriptionType value)
Sets the value of the description property.
|
protected DescriptionType description
protected AlgorithmType algorithm
public DescriptionType getDescription()
DescriptionTypepublic void setDescription(DescriptionType value)
value - allowed object is
DescriptionTypepublic AlgorithmType getAlgorithm()
AlgorithmTypepublic void setAlgorithm(AlgorithmType value)
value - allowed object is
AlgorithmTypeCopyright © 2024 Tethys. All rights reserved.