org.eobjects.datacleaner.monitor.jaxb
Class MetricType

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

public class MetricType
extends Object

Java class for metricType complex type.

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

 <complexType name="metricType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="metric-display-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="metric-color" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <choice>
           <sequence>
             <element name="analyzer-descriptor-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="analyzer-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="analyzer-input" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="metric-descriptor-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="metric-param-query-string" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="metric-param-column-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
           <sequence>
             <element name="formula" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="children">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="metric" type="{http://eobjects.org/datacleaner/shared/1.0}metricType" maxOccurs="unbounded" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class MetricType.Children
          Java class for anonymous complex type.
 
Field Summary
protected  String analyzerDescriptorName
           
protected  String analyzerInput
           
protected  String analyzerName
           
protected  MetricType.Children children
           
protected  String formula
           
protected  String metricColor
           
protected  String metricDescriptorName
           
protected  String metricDisplayName
           
protected  String metricParamColumnName
           
protected  String metricParamQueryString
           
 
Constructor Summary
MetricType()
           
 
Method Summary
 String getAnalyzerDescriptorName()
          Gets the value of the analyzerDescriptorName property.
 String getAnalyzerInput()
          Gets the value of the analyzerInput property.
 String getAnalyzerName()
          Gets the value of the analyzerName property.
 MetricType.Children getChildren()
          Gets the value of the children property.
 String getFormula()
          Gets the value of the formula property.
 String getMetricColor()
          Gets the value of the metricColor property.
 String getMetricDescriptorName()
          Gets the value of the metricDescriptorName property.
 String getMetricDisplayName()
          Gets the value of the metricDisplayName property.
 String getMetricParamColumnName()
          Gets the value of the metricParamColumnName property.
 String getMetricParamQueryString()
          Gets the value of the metricParamQueryString property.
 void setAnalyzerDescriptorName(String value)
          Sets the value of the analyzerDescriptorName property.
 void setAnalyzerInput(String value)
          Sets the value of the analyzerInput property.
 void setAnalyzerName(String value)
          Sets the value of the analyzerName property.
 void setChildren(MetricType.Children value)
          Sets the value of the children property.
 void setFormula(String value)
          Sets the value of the formula property.
 void setMetricColor(String value)
          Sets the value of the metricColor property.
 void setMetricDescriptorName(String value)
          Sets the value of the metricDescriptorName property.
 void setMetricDisplayName(String value)
          Sets the value of the metricDisplayName property.
 void setMetricParamColumnName(String value)
          Sets the value of the metricParamColumnName property.
 void setMetricParamQueryString(String value)
          Sets the value of the metricParamQueryString property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

metricDisplayName

protected String metricDisplayName

metricColor

protected String metricColor

analyzerDescriptorName

protected String analyzerDescriptorName

analyzerName

protected String analyzerName

analyzerInput

protected String analyzerInput

metricDescriptorName

protected String metricDescriptorName

metricParamQueryString

protected String metricParamQueryString

metricParamColumnName

protected String metricParamColumnName

formula

protected String formula

children

protected MetricType.Children children
Constructor Detail

MetricType

public MetricType()
Method Detail

getMetricDisplayName

public String getMetricDisplayName()
Gets the value of the metricDisplayName property.

Returns:
possible object is String

setMetricDisplayName

public void setMetricDisplayName(String value)
Sets the value of the metricDisplayName property.

Parameters:
value - allowed object is String

getMetricColor

public String getMetricColor()
Gets the value of the metricColor property.

Returns:
possible object is String

setMetricColor

public void setMetricColor(String value)
Sets the value of the metricColor property.

Parameters:
value - allowed object is String

getAnalyzerDescriptorName

public String getAnalyzerDescriptorName()
Gets the value of the analyzerDescriptorName property.

Returns:
possible object is String

setAnalyzerDescriptorName

public void setAnalyzerDescriptorName(String value)
Sets the value of the analyzerDescriptorName property.

Parameters:
value - allowed object is String

getAnalyzerName

public String getAnalyzerName()
Gets the value of the analyzerName property.

Returns:
possible object is String

setAnalyzerName

public void setAnalyzerName(String value)
Sets the value of the analyzerName property.

Parameters:
value - allowed object is String

getAnalyzerInput

public String getAnalyzerInput()
Gets the value of the analyzerInput property.

Returns:
possible object is String

setAnalyzerInput

public void setAnalyzerInput(String value)
Sets the value of the analyzerInput property.

Parameters:
value - allowed object is String

getMetricDescriptorName

public String getMetricDescriptorName()
Gets the value of the metricDescriptorName property.

Returns:
possible object is String

setMetricDescriptorName

public void setMetricDescriptorName(String value)
Sets the value of the metricDescriptorName property.

Parameters:
value - allowed object is String

getMetricParamQueryString

public String getMetricParamQueryString()
Gets the value of the metricParamQueryString property.

Returns:
possible object is String

setMetricParamQueryString

public void setMetricParamQueryString(String value)
Sets the value of the metricParamQueryString property.

Parameters:
value - allowed object is String

getMetricParamColumnName

public String getMetricParamColumnName()
Gets the value of the metricParamColumnName property.

Returns:
possible object is String

setMetricParamColumnName

public void setMetricParamColumnName(String value)
Sets the value of the metricParamColumnName property.

Parameters:
value - allowed object is String

getFormula

public String getFormula()
Gets the value of the formula property.

Returns:
possible object is String

setFormula

public void setFormula(String value)
Sets the value of the formula property.

Parameters:
value - allowed object is String

getChildren

public MetricType.Children getChildren()
Gets the value of the children property.

Returns:
possible object is MetricType.Children

setChildren

public void setChildren(MetricType.Children value)
Sets the value of the children property.

Parameters:
value - allowed object is MetricType.Children


Copyright © 2012 Human Inference. All Rights Reserved.