org.eobjects.datacleaner.monitor.jaxb
Class Alert

java.lang.Object
  extended by org.eobjects.datacleaner.monitor.jaxb.Alert

public class Alert
extends Object

Java class for alert complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="alert">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element ref="{http://eobjects.org/datacleaner/shared/1.0}metric"/>
         <element name="minimum-value" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="maximum-value" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="severity" type="{http://eobjects.org/datacleaner/schedule/1.0}alertSeverityType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String description
           
protected  Integer maximumValue
           
protected  MetricType metric
           
protected  Integer minimumValue
           
protected  AlertSeverityType severity
           
 
Constructor Summary
Alert()
           
 
Method Summary
 String getDescription()
          Gets the value of the description property.
 Integer getMaximumValue()
          Gets the value of the maximumValue property.
 MetricType getMetric()
          Gets the value of the metric property.
 Integer getMinimumValue()
          Gets the value of the minimumValue property.
 AlertSeverityType getSeverity()
          Gets the value of the severity property.
 void setDescription(String value)
          Sets the value of the description property.
 void setMaximumValue(Integer value)
          Sets the value of the maximumValue property.
 void setMetric(MetricType value)
          Sets the value of the metric property.
 void setMinimumValue(Integer value)
          Sets the value of the minimumValue property.
 void setSeverity(AlertSeverityType value)
          Sets the value of the severity property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected String description

metric

protected MetricType metric

minimumValue

protected Integer minimumValue

maximumValue

protected Integer maximumValue

severity

protected AlertSeverityType severity
Constructor Detail

Alert

public Alert()
Method Detail

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getMetric

public MetricType getMetric()
Gets the value of the metric property.

Returns:
possible object is MetricType

setMetric

public void setMetric(MetricType value)
Sets the value of the metric property.

Parameters:
value - allowed object is MetricType

getMinimumValue

public Integer getMinimumValue()
Gets the value of the minimumValue property.

Returns:
possible object is Integer

setMinimumValue

public void setMinimumValue(Integer value)
Sets the value of the minimumValue property.

Parameters:
value - allowed object is Integer

getMaximumValue

public Integer getMaximumValue()
Gets the value of the maximumValue property.

Returns:
possible object is Integer

setMaximumValue

public void setMaximumValue(Integer value)
Sets the value of the maximumValue property.

Parameters:
value - allowed object is Integer

getSeverity

public AlertSeverityType getSeverity()
Gets the value of the severity property.

Returns:
possible object is AlertSeverityType

setSeverity

public void setSeverity(AlertSeverityType value)
Sets the value of the severity property.

Parameters:
value - allowed object is AlertSeverityType


Copyright © 2012 Human Inference. All Rights Reserved.