Class PDLCreationParams

  • All Implemented Interfaces:
    java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    public class PDLCreationParams
    extends SpecificResource
    implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    Java class for PDLCreationParams complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="PDLCreationParams">
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
           <sequence>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}FontParams" minOccurs="0"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}PDFCreationDetails" minOccurs="0"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}PSCreationDetails" minOccurs="0"/>
           </sequence>
           <attribute name="MimeType" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • PDLCreationParams

        public PDLCreationParams()
    • Method Detail

      • getFontParams

        public FontParams getFontParams()
        Gets the value of the fontParams property.
        Returns:
        possible object is FontParams
      • setFontParams

        public void setFontParams​(FontParams value)
        Sets the value of the fontParams property.
        Parameters:
        value - allowed object is FontParams
      • setPDFCreationDetails

        public void setPDFCreationDetails​(PDFCreationDetails value)
        Sets the value of the pdfCreationDetails property.
        Parameters:
        value - allowed object is PDFCreationDetails
      • setPSCreationDetails

        public void setPSCreationDetails​(PSCreationDetails value)
        Sets the value of the psCreationDetails property.
        Parameters:
        value - allowed object is PSCreationDetails
      • getMimeType

        public java.lang.String getMimeType()
        Gets the value of the mimeType property.
        Returns:
        possible object is String
      • setMimeType

        public void setMimeType​(java.lang.String value)
        Sets the value of the mimeType property.
        Parameters:
        value - allowed object is String
      • equals

        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)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
        Overrides:
        equals in class SpecificResource
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
        Overrides:
        hashCode in class SpecificResource