|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnz.ac.waikato.adams.webservice.weka.Value
public class Value
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 |
|---|
protected String value
protected Integer valueIndex
protected YesNo valueMissing
| Constructor Detail |
|---|
public Value()
| Method Detail |
|---|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic Integer getValueIndex()
Integerpublic void setValueIndex(Integer value)
value - allowed object is
Integerpublic YesNo getValueMissing()
YesNopublic void setValueMissing(YesNo value)
value - allowed object is
YesNo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||