Package org.cip4.lib.xjdf.schema
Class CCITTFaxParams
java.lang.Object
org.cip4.lib.xjdf.schema.CCITTFaxParams
- All Implemented Interfaces:
Serializable
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v4.0.4",
date="2025-09-19T22:22:03Z")
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="EncodedByteAlign" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="EndOfBlock" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="EndOfLine" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="K" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="Uncompressed" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetK()Gets the value of the k property.Gets a map that contains attributes that aren't bound to any typed property on this class.inthashCode()Gets the value of the encodedByteAlign property.Gets the value of the endOfBlock property.Gets the value of the endOfLine property.Gets the value of the uncompressed property.voidsetEncodedByteAlign(Boolean value) Sets the value of the encodedByteAlign property.voidsetEndOfBlock(Boolean value) Sets the value of the endOfBlock property.voidsetEndOfLine(Boolean value) Sets the value of the endOfLine property.voidSets the value of the k property.voidsetUncompressed(Boolean value) Sets the value of the uncompressed property.withEncodedByteAlign(Boolean value) withEndOfBlock(Boolean value) withEndOfLine(Boolean value) withUncompressed(Boolean value)
-
Field Details
-
encodedByteAlign
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Boolean encodedByteAlign -
endOfBlock
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Boolean endOfBlock -
endOfLine
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Boolean endOfLine -
k
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Integer k -
uncompressed
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Boolean uncompressed
-
-
Constructor Details
-
CCITTFaxParams
public CCITTFaxParams()
-
-
Method Details
-
isEncodedByteAlign
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Boolean isEncodedByteAlign()Gets the value of the encodedByteAlign property.- Returns:
- possible object is
Boolean
-
setEncodedByteAlign
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setEncodedByteAlign(Boolean value) Sets the value of the encodedByteAlign property.- Parameters:
value- allowed object isBoolean
-
isEndOfBlock
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Boolean isEndOfBlock()Gets the value of the endOfBlock property.- Returns:
- possible object is
Boolean
-
setEndOfBlock
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setEndOfBlock(Boolean value) Sets the value of the endOfBlock property.- Parameters:
value- allowed object isBoolean
-
isEndOfLine
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Boolean isEndOfLine()Gets the value of the endOfLine property.- Returns:
- possible object is
Boolean
-
setEndOfLine
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setEndOfLine(Boolean value) Sets the value of the endOfLine property.- Parameters:
value- allowed object isBoolean
-
getK
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Integer getK()Gets the value of the k property.- Returns:
- possible object is
Integer
-
setK
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setK(Integer value) Sets the value of the k property.- Parameters:
value- allowed object isInteger
-
isUncompressed
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Boolean isUncompressed()Gets the value of the uncompressed property.- Returns:
- possible object is
Boolean
-
setUncompressed
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setUncompressed(Boolean value) Sets the value of the uncompressed property.- Parameters:
value- allowed object isBoolean
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Map<QName,String> getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.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.
- Returns:
- always non-null
-
withEncodedByteAlign
-
withEndOfBlock
-
withEndOfLine
-
withK
-
withUncompressed
-
equals
-
hashCode
public int hashCode()
-