public class FlateParams extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Effort" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="Predictor" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
effort |
protected Integer |
predictor |
| Constructor and Description |
|---|
FlateParams() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getEffort()
Gets the value of the effort property.
|
Integer |
getPredictor()
Gets the value of the predictor property.
|
void |
setEffort(Integer value)
Sets the value of the effort property.
|
void |
setPredictor(Integer value)
Sets the value of the predictor property.
|
public Integer getEffort()
Integerpublic void setEffort(Integer value)
value - allowed object is
Integerpublic Integer getPredictor()
IntegerCopyright © 2013. All Rights Reserved.