@Deprecated
public class EvaluationClass
extends java.lang.Object
implements java.io.Serializable
Java class for EvaluationClass complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EvaluationClass">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="StrategyID" type="{http://www.w3.org/2001/XMLSchema}ID"/>
<element name="ClassName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
className
Deprecated.
|
protected java.lang.String |
description
Deprecated.
|
protected java.lang.String |
strategyID
Deprecated.
|
| Constructor and Description |
|---|
EvaluationClass()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClassName()
Deprecated.
Gets the value of the className property.
|
java.lang.String |
getDescription()
Deprecated.
Gets the value of the description property.
|
java.lang.String |
getStrategyID()
Deprecated.
Gets the value of the strategyID property.
|
void |
setClassName(java.lang.String value)
Deprecated.
Sets the value of the className property.
|
void |
setDescription(java.lang.String value)
Deprecated.
Sets the value of the description property.
|
void |
setStrategyID(java.lang.String value)
Deprecated.
Sets the value of the strategyID property.
|
protected java.lang.String strategyID
protected java.lang.String className
protected java.lang.String description
public java.lang.String getStrategyID()
Stringpublic void setStrategyID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getClassName()
Stringpublic void setClassName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
String