@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public class CCITTFaxParams
extends java.lang.Object
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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="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" />
<attribute name="K" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="Uncompressed" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<anyAttribute processContents='lax' namespace='##other'/>
</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 |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
java.lang.Integer |
getK()
Gets the value of the k property.
|
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
java.lang.Boolean |
isEncodedByteAlign()
Gets the value of the encodedByteAlign property.
|
java.lang.Boolean |
isEndOfBlock()
Gets the value of the endOfBlock property.
|
java.lang.Boolean |
isEndOfLine()
Gets the value of the endOfLine property.
|
java.lang.Boolean |
isUncompressed()
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.
|
CCITTFaxParams |
withEncodedByteAlign(java.lang.Boolean value) |
CCITTFaxParams |
withEndOfBlock(java.lang.Boolean value) |
CCITTFaxParams |
withEndOfLine(java.lang.Boolean value) |
CCITTFaxParams |
withK(java.lang.Integer value) |
CCITTFaxParams |
withUncompressed(java.lang.Boolean value) |
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean encodedByteAlign
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean endOfBlock
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean endOfLine
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer k
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean uncompressed
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isEncodedByteAlign()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setEncodedByteAlign(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isEndOfBlock()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setEndOfBlock(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isEndOfLine()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setEndOfLine(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getK()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setK(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isUncompressed()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setUncompressed(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
public CCITTFaxParams withEncodedByteAlign(java.lang.Boolean value)
public CCITTFaxParams withEndOfBlock(java.lang.Boolean value)
public CCITTFaxParams withEndOfLine(java.lang.Boolean value)
public CCITTFaxParams withK(java.lang.Integer value)
public CCITTFaxParams withUncompressed(java.lang.Boolean value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public int hashCode()
hashCode in class java.lang.Object