Package org.cip4.lib.xjdf.schema
Class PDLCreationParams
java.lang.Object
org.cip4.lib.xjdf.schema.SpecificResource
org.cip4.lib.xjdf.schema.PDLCreationParams
- 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 PDLCreationParams
extends SpecificResource
implements 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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected FontParamsprotected Stringprotected PDFCreationDetailsprotected PSCreationDetails -
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) Gets the value of the fontParams property.Gets the value of the mimeType property.Gets the value of the pdfCreationDetails property.Gets the value of the psCreationDetails property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetFontParams(FontParams value) Sets the value of the fontParams property.voidsetMimeType(String value) Sets the value of the mimeType property.voidSets the value of the pdfCreationDetails property.voidSets the value of the psCreationDetails property.withFontParams(FontParams value) withMimeType(String value) Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
Field Details
-
fontParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected FontParams fontParams -
pdfCreationDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected PDFCreationDetails pdfCreationDetails -
psCreationDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected PSCreationDetails psCreationDetails -
mimeType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String mimeType
-
-
Constructor Details
-
PDLCreationParams
public PDLCreationParams()
-
-
Method Details
-
getFontParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public FontParams getFontParams()Gets the value of the fontParams property.- Returns:
- possible object is
FontParams
-
setFontParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setFontParams(FontParams value) Sets the value of the fontParams property.- Parameters:
value- allowed object isFontParams
-
getPDFCreationDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public PDFCreationDetails getPDFCreationDetails()Gets the value of the pdfCreationDetails property.- Returns:
- possible object is
PDFCreationDetails
-
setPDFCreationDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setPDFCreationDetails(PDFCreationDetails value) Sets the value of the pdfCreationDetails property.- Parameters:
value- allowed object isPDFCreationDetails
-
getPSCreationDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public PSCreationDetails getPSCreationDetails()Gets the value of the psCreationDetails property.- Returns:
- possible object is
PSCreationDetails
-
setPSCreationDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setPSCreationDetails(PSCreationDetails value) Sets the value of the psCreationDetails property.- Parameters:
value- allowed object isPSCreationDetails
-
getMimeType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getMimeType()Gets the value of the mimeType property.- Returns:
- possible object is
String
-
setMimeType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setMimeType(String value) Sets the value of the mimeType property.- Parameters:
value- allowed object isString
-
withFontParams
-
withPDFCreationDetails
-
withPSCreationDetails
-
withMimeType
-
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- Overrides:
equalsin classSpecificResource
-
equals
- Overrides:
equalsin classSpecificResource
-
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- Overrides:
hashCodein classSpecificResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classSpecificResource
-