public class CCITTFaxParams 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="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 Boolean |
encodedByteAlign |
protected Boolean |
endOfBlock |
protected Boolean |
endOfLine |
protected Integer |
k |
protected Boolean |
uncompressed |
| Constructor and Description |
|---|
CCITTFaxParams() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getK()
Gets the value of the k property.
|
Boolean |
isEncodedByteAlign()
Gets the value of the encodedByteAlign property.
|
Boolean |
isEndOfBlock()
Gets the value of the endOfBlock property.
|
Boolean |
isEndOfLine()
Gets the value of the endOfLine property.
|
Boolean |
isUncompressed()
Gets the value of the uncompressed property.
|
void |
setEncodedByteAlign(Boolean value)
Sets the value of the encodedByteAlign property.
|
void |
setEndOfBlock(Boolean value)
Sets the value of the endOfBlock property.
|
void |
setEndOfLine(Boolean value)
Sets the value of the endOfLine property.
|
void |
setK(Integer value)
Sets the value of the k property.
|
void |
setUncompressed(Boolean value)
Sets the value of the uncompressed property.
|
protected Integer k
protected Boolean uncompressed
protected Boolean encodedByteAlign
protected Boolean endOfBlock
protected Boolean endOfLine
public void setK(Integer value)
value - allowed object is
Integerpublic Boolean isUncompressed()
Booleanpublic void setUncompressed(Boolean value)
value - allowed object is
Booleanpublic Boolean isEncodedByteAlign()
Booleanpublic void setEncodedByteAlign(Boolean value)
value - allowed object is
Booleanpublic Boolean isEndOfBlock()
Booleanpublic void setEndOfBlock(Boolean value)
value - allowed object is
Booleanpublic Boolean isEndOfLine()
BooleanCopyright © 2013. All Rights Reserved.