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:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public class PDLCreationParams extends SpecificResource implements java.io.SerializableJava 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
-
-
Field Summary
Fields Modifier and Type Field Description protected FontParamsfontParamsprotected java.lang.StringmimeTypeprotected PDFCreationDetailspdfCreationDetailsprotected PSCreationDetailspsCreationDetails
-
Constructor Summary
Constructors Constructor Description PDLCreationParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)FontParamsgetFontParams()Gets the value of the fontParams property.java.lang.StringgetMimeType()Gets the value of the mimeType property.PDFCreationDetailsgetPDFCreationDetails()Gets the value of the pdfCreationDetails property.PSCreationDetailsgetPSCreationDetails()Gets the value of the psCreationDetails property.inthashCode()voidsetFontParams(FontParams value)Sets the value of the fontParams property.voidsetMimeType(java.lang.String value)Sets the value of the mimeType property.voidsetPDFCreationDetails(PDFCreationDetails value)Sets the value of the pdfCreationDetails property.voidsetPSCreationDetails(PSCreationDetails value)Sets the value of the psCreationDetails property.PDLCreationParamswithFontParams(FontParams value)PDLCreationParamswithMimeType(java.lang.String value)PDLCreationParamswithPDFCreationDetails(PDFCreationDetails value)PDLCreationParamswithPSCreationDetails(PSCreationDetails value)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Field Detail
-
fontParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected FontParams fontParams
-
pdfCreationDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected PDFCreationDetails pdfCreationDetails
-
psCreationDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected PSCreationDetails psCreationDetails
-
mimeType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.lang.String mimeType
-
-
Method Detail
-
getFontParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") 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 v4.0.4", date="2024-07-01T15:04:08Z") 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 v4.0.4", date="2024-07-01T15:04:08Z") 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 v4.0.4", date="2024-07-01T15:04:08Z") 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 v4.0.4", date="2024-07-01T15:04:08Z") 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 v4.0.4", date="2024-07-01T15:04:08Z") 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 v4.0.4", date="2024-07-01T15:04:08Z") public java.lang.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 v4.0.4", date="2024-07-01T15:04:08Z") public void setMimeType(java.lang.String value)Sets the value of the mimeType property.- Parameters:
value- allowed object isString
-
withFontParams
public PDLCreationParams withFontParams(FontParams value)
-
withPDFCreationDetails
public PDLCreationParams withPDFCreationDetails(PDFCreationDetails value)
-
withPSCreationDetails
public PDLCreationParams withPSCreationDetails(PSCreationDetails value)
-
withMimeType
public PDLCreationParams withMimeType(java.lang.String value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-