All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.scene7.ipsapi.UploadPostJob Maven / Gradle / Ivy

//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2017.12.04 at 11:32:00 AM PST 
//


package com.scene7.ipsapi;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;


/**
 * 

Java class for UploadPostJob complex type. * *

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

 * <complexType name="UploadPostJob">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="overwrite" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
 *         <element name="readyForPublish" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
 *         <element name="preservePublishState" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         <element name="synchronizationComplete" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         <element name="createMask" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
 *         <element name="preserveCrop" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         <element name="knockoutBackgroundOptions" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}KnockoutBackgroundOptions" minOccurs="0"/>
 *         <element name="manualCropOptions" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}ManualCropOptions" minOccurs="0"/>
 *         <element name="autoColorCropOptions" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}AutoColorCropOptions" minOccurs="0"/>
 *         <element name="autoTransparentCropOptions" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}AutoTransparentCropOptions" minOccurs="0"/>
 *         <element name="autoSmartCropOptionsArray" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}AutoSmartCropOptionsArray" minOccurs="0"/>
 *         <element name="photoshopOptions" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}PhotoshopOptions" minOccurs="0"/>
 *         <element name="postScriptOptions" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}PostScriptOptions" minOccurs="0"/>
 *         <element name="pdfOptions" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}PDFOptions" minOccurs="0"/>
 *         <element name="illustratorOptions" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}IllustratorOptions" minOccurs="0"/>
 *         <element name="cssOptions" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}CssOptions" minOccurs="0"/>
 *         <element name="colorManagementOptions" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}ColorManagementOptions" minOccurs="0"/>
 *         <element name="autoSetCreationOptions" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}AutoSetCreationOptions" minOccurs="0"/>
 *         <element name="projectHandleArray" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}HandleArray" minOccurs="0"/>
 *         <element name="emailSetting" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="postHttpUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="mediaOptions" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}MediaOptions" minOccurs="0"/>
 *         <element name="inDesignOptions" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}InDesignOptions" minOccurs="0"/>
 *         <element name="xmpKeywords" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="unsharpMaskOptions" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}UnsharpMaskOptions" minOccurs="0"/>
 *         <element name="unCompressOptions" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}UnCompressOptions" minOccurs="0"/>
 *         <element name="excludeMasterVideoFromAVS" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "UploadPostJob", propOrder = { "overwrite", "readyForPublish", "preservePublishState", "synchronizationComplete", "createMask", "preserveCrop", "knockoutBackgroundOptions", "manualCropOptions", "autoColorCropOptions", "autoTransparentCropOptions", "autoSmartCropOptionsArray", "photoshopOptions", "postScriptOptions", "pdfOptions", "illustratorOptions", "cssOptions", "colorManagementOptions", "autoSetCreationOptions", "projectHandleArray", "emailSetting", "postHttpUrl", "mediaOptions", "inDesignOptions", "xmpKeywords", "unsharpMaskOptions", "unCompressOptions", "excludeMasterVideoFromAVS" }) public class UploadPostJob { protected boolean overwrite; protected boolean readyForPublish; protected Boolean preservePublishState; protected Boolean synchronizationComplete; protected boolean createMask; protected Boolean preserveCrop; protected KnockoutBackgroundOptions knockoutBackgroundOptions; protected ManualCropOptions manualCropOptions; protected AutoColorCropOptions autoColorCropOptions; protected AutoTransparentCropOptions autoTransparentCropOptions; protected AutoSmartCropOptionsArray autoSmartCropOptionsArray; protected PhotoshopOptions photoshopOptions; protected PostScriptOptions postScriptOptions; protected PDFOptions pdfOptions; protected IllustratorOptions illustratorOptions; protected CssOptions cssOptions; protected ColorManagementOptions colorManagementOptions; protected AutoSetCreationOptions autoSetCreationOptions; protected HandleArray projectHandleArray; @XmlElement(required = true) protected String emailSetting; protected String postHttpUrl; protected MediaOptions mediaOptions; protected InDesignOptions inDesignOptions; protected String xmpKeywords; protected UnsharpMaskOptions unsharpMaskOptions; protected UnCompressOptions unCompressOptions; protected Boolean excludeMasterVideoFromAVS; /** * Gets the value of the overwrite property. * */ public boolean isOverwrite() { return overwrite; } /** * Sets the value of the overwrite property. * */ public void setOverwrite(boolean value) { this.overwrite = value; } /** * Gets the value of the readyForPublish property. * */ public boolean isReadyForPublish() { return readyForPublish; } /** * Sets the value of the readyForPublish property. * */ public void setReadyForPublish(boolean value) { this.readyForPublish = value; } /** * Gets the value of the preservePublishState property. * * @return * possible object is * {@link Boolean } * */ public Boolean isPreservePublishState() { return preservePublishState; } /** * Sets the value of the preservePublishState property. * * @param value * allowed object is * {@link Boolean } * */ public void setPreservePublishState(Boolean value) { this.preservePublishState = value; } /** * Gets the value of the synchronizationComplete property. * * @return * possible object is * {@link Boolean } * */ public Boolean isSynchronizationComplete() { return synchronizationComplete; } /** * Sets the value of the synchronizationComplete property. * * @param value * allowed object is * {@link Boolean } * */ public void setSynchronizationComplete(Boolean value) { this.synchronizationComplete = value; } /** * Gets the value of the createMask property. * */ public boolean isCreateMask() { return createMask; } /** * Sets the value of the createMask property. * */ public void setCreateMask(boolean value) { this.createMask = value; } /** * Gets the value of the preserveCrop property. * * @return * possible object is * {@link Boolean } * */ public Boolean isPreserveCrop() { return preserveCrop; } /** * Sets the value of the preserveCrop property. * * @param value * allowed object is * {@link Boolean } * */ public void setPreserveCrop(Boolean value) { this.preserveCrop = value; } /** * Gets the value of the knockoutBackgroundOptions property. * * @return * possible object is * {@link KnockoutBackgroundOptions } * */ public KnockoutBackgroundOptions getKnockoutBackgroundOptions() { return knockoutBackgroundOptions; } /** * Sets the value of the knockoutBackgroundOptions property. * * @param value * allowed object is * {@link KnockoutBackgroundOptions } * */ public void setKnockoutBackgroundOptions(KnockoutBackgroundOptions value) { this.knockoutBackgroundOptions = value; } /** * Gets the value of the manualCropOptions property. * * @return * possible object is * {@link ManualCropOptions } * */ public ManualCropOptions getManualCropOptions() { return manualCropOptions; } /** * Sets the value of the manualCropOptions property. * * @param value * allowed object is * {@link ManualCropOptions } * */ public void setManualCropOptions(ManualCropOptions value) { this.manualCropOptions = value; } /** * Gets the value of the autoColorCropOptions property. * * @return * possible object is * {@link AutoColorCropOptions } * */ public AutoColorCropOptions getAutoColorCropOptions() { return autoColorCropOptions; } /** * Sets the value of the autoColorCropOptions property. * * @param value * allowed object is * {@link AutoColorCropOptions } * */ public void setAutoColorCropOptions(AutoColorCropOptions value) { this.autoColorCropOptions = value; } /** * Gets the value of the autoTransparentCropOptions property. * * @return * possible object is * {@link AutoTransparentCropOptions } * */ public AutoTransparentCropOptions getAutoTransparentCropOptions() { return autoTransparentCropOptions; } /** * Sets the value of the autoTransparentCropOptions property. * * @param value * allowed object is * {@link AutoTransparentCropOptions } * */ public void setAutoTransparentCropOptions(AutoTransparentCropOptions value) { this.autoTransparentCropOptions = value; } /** * Gets the value of the autoSmartCropOptionsArray property. * * @return * possible object is * {@link AutoSmartCropOptionsArray } * */ public AutoSmartCropOptionsArray getAutoSmartCropOptionsArray() { return autoSmartCropOptionsArray; } /** * Sets the value of the autoSmartCropOptionsArray property. * * @param value * allowed object is * {@link AutoSmartCropOptionsArray } * */ public void setAutoSmartCropOptionsArray(AutoSmartCropOptionsArray value) { this.autoSmartCropOptionsArray = value; } /** * Gets the value of the photoshopOptions property. * * @return * possible object is * {@link PhotoshopOptions } * */ public PhotoshopOptions getPhotoshopOptions() { return photoshopOptions; } /** * Sets the value of the photoshopOptions property. * * @param value * allowed object is * {@link PhotoshopOptions } * */ public void setPhotoshopOptions(PhotoshopOptions value) { this.photoshopOptions = value; } /** * Gets the value of the postScriptOptions property. * * @return * possible object is * {@link PostScriptOptions } * */ public PostScriptOptions getPostScriptOptions() { return postScriptOptions; } /** * Sets the value of the postScriptOptions property. * * @param value * allowed object is * {@link PostScriptOptions } * */ public void setPostScriptOptions(PostScriptOptions value) { this.postScriptOptions = value; } /** * Gets the value of the pdfOptions property. * * @return * possible object is * {@link PDFOptions } * */ public PDFOptions getPdfOptions() { return pdfOptions; } /** * Sets the value of the pdfOptions property. * * @param value * allowed object is * {@link PDFOptions } * */ public void setPdfOptions(PDFOptions value) { this.pdfOptions = value; } /** * Gets the value of the illustratorOptions property. * * @return * possible object is * {@link IllustratorOptions } * */ public IllustratorOptions getIllustratorOptions() { return illustratorOptions; } /** * Sets the value of the illustratorOptions property. * * @param value * allowed object is * {@link IllustratorOptions } * */ public void setIllustratorOptions(IllustratorOptions value) { this.illustratorOptions = value; } /** * Gets the value of the cssOptions property. * * @return * possible object is * {@link CssOptions } * */ public CssOptions getCssOptions() { return cssOptions; } /** * Sets the value of the cssOptions property. * * @param value * allowed object is * {@link CssOptions } * */ public void setCssOptions(CssOptions value) { this.cssOptions = value; } /** * Gets the value of the colorManagementOptions property. * * @return * possible object is * {@link ColorManagementOptions } * */ public ColorManagementOptions getColorManagementOptions() { return colorManagementOptions; } /** * Sets the value of the colorManagementOptions property. * * @param value * allowed object is * {@link ColorManagementOptions } * */ public void setColorManagementOptions(ColorManagementOptions value) { this.colorManagementOptions = value; } /** * Gets the value of the autoSetCreationOptions property. * * @return * possible object is * {@link AutoSetCreationOptions } * */ public AutoSetCreationOptions getAutoSetCreationOptions() { return autoSetCreationOptions; } /** * Sets the value of the autoSetCreationOptions property. * * @param value * allowed object is * {@link AutoSetCreationOptions } * */ public void setAutoSetCreationOptions(AutoSetCreationOptions value) { this.autoSetCreationOptions = value; } /** * Gets the value of the projectHandleArray property. * * @return * possible object is * {@link HandleArray } * */ public HandleArray getProjectHandleArray() { return projectHandleArray; } /** * Sets the value of the projectHandleArray property. * * @param value * allowed object is * {@link HandleArray } * */ public void setProjectHandleArray(HandleArray value) { this.projectHandleArray = value; } /** * Gets the value of the emailSetting property. * * @return * possible object is * {@link String } * */ public String getEmailSetting() { return emailSetting; } /** * Sets the value of the emailSetting property. * * @param value * allowed object is * {@link String } * */ public void setEmailSetting(String value) { this.emailSetting = value; } /** * Gets the value of the postHttpUrl property. * * @return * possible object is * {@link String } * */ public String getPostHttpUrl() { return postHttpUrl; } /** * Sets the value of the postHttpUrl property. * * @param value * allowed object is * {@link String } * */ public void setPostHttpUrl(String value) { this.postHttpUrl = value; } /** * Gets the value of the mediaOptions property. * * @return * possible object is * {@link MediaOptions } * */ public MediaOptions getMediaOptions() { return mediaOptions; } /** * Sets the value of the mediaOptions property. * * @param value * allowed object is * {@link MediaOptions } * */ public void setMediaOptions(MediaOptions value) { this.mediaOptions = value; } /** * Gets the value of the inDesignOptions property. * * @return * possible object is * {@link InDesignOptions } * */ public InDesignOptions getInDesignOptions() { return inDesignOptions; } /** * Sets the value of the inDesignOptions property. * * @param value * allowed object is * {@link InDesignOptions } * */ public void setInDesignOptions(InDesignOptions value) { this.inDesignOptions = value; } /** * Gets the value of the xmpKeywords property. * * @return * possible object is * {@link String } * */ public String getXmpKeywords() { return xmpKeywords; } /** * Sets the value of the xmpKeywords property. * * @param value * allowed object is * {@link String } * */ public void setXmpKeywords(String value) { this.xmpKeywords = value; } /** * Gets the value of the unsharpMaskOptions property. * * @return * possible object is * {@link UnsharpMaskOptions } * */ public UnsharpMaskOptions getUnsharpMaskOptions() { return unsharpMaskOptions; } /** * Sets the value of the unsharpMaskOptions property. * * @param value * allowed object is * {@link UnsharpMaskOptions } * */ public void setUnsharpMaskOptions(UnsharpMaskOptions value) { this.unsharpMaskOptions = value; } /** * Gets the value of the unCompressOptions property. * * @return * possible object is * {@link UnCompressOptions } * */ public UnCompressOptions getUnCompressOptions() { return unCompressOptions; } /** * Sets the value of the unCompressOptions property. * * @param value * allowed object is * {@link UnCompressOptions } * */ public void setUnCompressOptions(UnCompressOptions value) { this.unCompressOptions = value; } /** * Gets the value of the excludeMasterVideoFromAVS property. * * @return * possible object is * {@link Boolean } * */ public Boolean isExcludeMasterVideoFromAVS() { return excludeMasterVideoFromAVS; } /** * Sets the value of the excludeMasterVideoFromAVS property. * * @param value * allowed object is * {@link Boolean } * */ public void setExcludeMasterVideoFromAVS(Boolean value) { this.excludeMasterVideoFromAVS = value; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy