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()
DescriptionType
public void setDescription(DescriptionType value)
value
- allowed object is
DescriptionType
public AlgorithmType getAlgorithm()
AlgorithmType
public void setAlgorithm(AlgorithmType value)
value
- allowed object is
AlgorithmType
Copyright © 2024 Tethys. All rights reserved.