public class LZWParams 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="EarlyChange" 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 |
earlyChange |
protected Integer |
predictor |
| Constructor and Description |
|---|
LZWParams() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getEarlyChange()
Gets the value of the earlyChange property.
|
Integer |
getPredictor()
Gets the value of the predictor property.
|
void |
setEarlyChange(Integer value)
Sets the value of the earlyChange property.
|
void |
setPredictor(Integer value)
Sets the value of the predictor property.
|
public Integer getEarlyChange()
Integerpublic void setEarlyChange(Integer value)
value - allowed object is
Integerpublic Integer getPredictor()
IntegerCopyright © 2012. All Rights Reserved.