nz.ac.waikato.adams.webservice.weka
Class Value

java.lang.Object
  extended by nz.ac.waikato.adams.webservice.weka.Value

public class Value
extends Object

Java class for value complex type.

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

 <complexType name="value">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="valueIndex" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="valueMissing" type="{http://weka.webservice.adams.waikato.ac.nz/}yesNo" default="no" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  String value
           
protected  Integer valueIndex
           
protected  YesNo valueMissing
           
 
Constructor Summary
Value()
           
 
Method Summary
 String getValue()
          Gets the value of the value property.
 Integer getValueIndex()
          Gets the value of the valueIndex property.
 YesNo getValueMissing()
          Gets the value of the valueMissing property.
 void setValue(String value)
          Sets the value of the value property.
 void setValueIndex(Integer value)
          Sets the value of the valueIndex property.
 void setValueMissing(YesNo value)
          Sets the value of the valueMissing property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected String value

valueIndex

protected Integer valueIndex

valueMissing

protected YesNo valueMissing
Constructor Detail

Value

public Value()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getValueIndex

public Integer getValueIndex()
Gets the value of the valueIndex property.

Returns:
possible object is Integer

setValueIndex

public void setValueIndex(Integer value)
Sets the value of the valueIndex property.

Parameters:
value - allowed object is Integer

getValueMissing

public YesNo getValueMissing()
Gets the value of the valueMissing property.

Returns:
possible object is YesNo

setValueMissing

public void setValueMissing(YesNo value)
Sets the value of the valueMissing property.

Parameters:
value - allowed object is YesNo


Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.