Class CCITTFaxParams

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.4",
               date="2024-07-01T15:04:08Z")
    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="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:
    Serialized Form
    • Field Detail

      • encodedByteAlign

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        protected java.lang.Boolean encodedByteAlign
      • endOfBlock

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        protected java.lang.Boolean endOfBlock
      • endOfLine

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        protected java.lang.Boolean endOfLine
      • k

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        protected java.lang.Integer k
      • uncompressed

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        protected java.lang.Boolean uncompressed
    • Constructor Detail

      • CCITTFaxParams

        public CCITTFaxParams()
    • Method Detail

      • isEncodedByteAlign

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public java.lang.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="2024-07-01T15:04:08Z")
        public void setEncodedByteAlign​(java.lang.Boolean value)
        Sets the value of the encodedByteAlign property.
        Parameters:
        value - allowed object is Boolean
      • isEndOfBlock

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public java.lang.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="2024-07-01T15:04:08Z")
        public void setEndOfBlock​(java.lang.Boolean value)
        Sets the value of the endOfBlock property.
        Parameters:
        value - allowed object is Boolean
      • isEndOfLine

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public java.lang.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="2024-07-01T15:04:08Z")
        public void setEndOfLine​(java.lang.Boolean value)
        Sets the value of the endOfLine property.
        Parameters:
        value - allowed object is Boolean
      • getK

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public java.lang.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="2024-07-01T15:04:08Z")
        public void setK​(java.lang.Integer value)
        Sets the value of the k property.
        Parameters:
        value - allowed object is Integer
      • isUncompressed

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public java.lang.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="2024-07-01T15:04:08Z")
        public void setUncompressed​(java.lang.Boolean value)
        Sets the value of the uncompressed property.
        Parameters:
        value - allowed object is Boolean
      • getOtherAttributes

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public 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.

        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

        public CCITTFaxParams withEncodedByteAlign​(java.lang.Boolean value)
      • withEndOfBlock

        public CCITTFaxParams withEndOfBlock​(java.lang.Boolean value)
      • withEndOfLine

        public CCITTFaxParams withEndOfLine​(java.lang.Boolean value)
      • withUncompressed

        public CCITTFaxParams withUncompressed​(java.lang.Boolean value)
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object