Package org.cip4.lib.xjdf.schema
Class CCITTFaxParams
java.lang.Object
org.cip4.lib.xjdf.schema.CCITTFaxParams
- All Implemented Interfaces:
Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.6",
date="2022-12-18T20:00:09Z")
public class CCITTFaxParams
extends Object
implements 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.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 TypeMethodDescriptionbooleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) getK()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()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) 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 v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean encodedByteAlign -
endOfBlock
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean endOfBlock -
endOfLine
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean endOfLine -
k
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Integer k -
uncompressed
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean uncompressed
-
-
Constructor Details
-
CCITTFaxParams
public CCITTFaxParams()
-
-
Method Details
-
isEncodedByteAlign
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
equals
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
hashCode
public int hashCode()
-