public class CCITTFaxParams
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="K" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="Uncompressed" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="EncodedByteAlign" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="EndOfBlock" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="EndOfLine" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
encodedByteAlign |
protected java.lang.Boolean |
endOfBlock |
protected java.lang.Boolean |
endOfLine |
protected java.lang.Integer |
k |
protected java.lang.Boolean |
uncompressed |
| Constructor and Description |
|---|
CCITTFaxParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getEncodedByteAlign()
Gets the value of the encodedByteAlign property.
|
java.lang.Boolean |
getEndOfBlock()
Gets the value of the endOfBlock property.
|
java.lang.Boolean |
getEndOfLine()
Gets the value of the endOfLine property.
|
java.lang.Integer |
getK()
Gets the value of the k property.
|
java.lang.Boolean |
getUncompressed()
Gets the value of the uncompressed property.
|
void |
setEncodedByteAlign(java.lang.Boolean value)
Sets the value of the encodedByteAlign property.
|
void |
setEndOfBlock(java.lang.Boolean value)
Sets the value of the endOfBlock property.
|
void |
setEndOfLine(java.lang.Boolean value)
Sets the value of the endOfLine property.
|
void |
setK(java.lang.Integer value)
Sets the value of the k property.
|
void |
setUncompressed(java.lang.Boolean value)
Sets the value of the uncompressed property.
|
protected java.lang.Integer k
protected java.lang.Boolean uncompressed
protected java.lang.Boolean encodedByteAlign
protected java.lang.Boolean endOfBlock
protected java.lang.Boolean endOfLine
public java.lang.Integer getK()
Integerpublic void setK(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Boolean getUncompressed()
Booleanpublic void setUncompressed(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getEncodedByteAlign()
Booleanpublic void setEncodedByteAlign(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getEndOfBlock()
Booleanpublic void setEndOfBlock(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getEndOfLine()
Booleanpublic void setEndOfLine(java.lang.Boolean value)
value - allowed object is
BooleanCopyright © 2012. All Rights Reserved.