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