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

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

There is a newer version: 2024.11.18751.20241128T090041Z-241100
Show newest version
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0 
// See https://javaee.github.io/jaxb-v2/ 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2024.06.06 at 01:39:50 PM UTC 
//


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 CompanySettings complex type. * *

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

 * <complexType name="CompanySettings">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="overwriteMode" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="retainPublishState" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
 *         <element name="defaultSourceProfile" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}Asset"/>
 *         <element name="defaultDisplayProfile" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}Asset"/>
 *         <element name="iptcExifMappingXslt" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}Asset" minOccurs="0"/>
 *         <element name="xmpMappingXslt" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}Asset" minOccurs="0"/>
 *         <element name="diskSpaceWarningMin" type="{http://www.w3.org/2001/XMLSchema}int"/>
 *         <element name="emailTrashCleanupWarning" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
 *         <element name="fileExtOpt" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="immediateDelete" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
 *         <element name="pdfProcessingPageLimit" type="{http://www.w3.org/2001/XMLSchema}int"/>
 *         <element name="allowFolderRestructuring" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         <element name="smartCropLimit" type="{http://www.w3.org/2001/XMLSchema}int"/>
 *         <element name="addSmartCropApiLimit" type="{http://www.w3.org/2001/XMLSchema}int"/>
 *         <element name="applySmartCropsOnPDF" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
 *         <element name="applySmartCropsOnPSD" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
 *         <element name="companyDMVersion" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="psdTemplatesThreshold" type="{http://www.w3.org/2001/XMLSchema}int"/>
 *         <element name="imageSetsModifiedOnAssetUploadThreshold" type="{http://www.w3.org/2001/XMLSchema}int"/>
 *         <element name="uploadParamsPDFProcess" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="uploadParamsPDFExtractKeywords" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="uploadParamsPDFExtractLinks" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="uploadParamsPSDProcess" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="uploadParamsPSDLayerNaming" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="uploadParamsPSDExtractText" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="prePackagedVideoStreamingEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         <element name="overwriteAVS" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         <element name="deleteJobFlowEnable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "CompanySettings", namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta", propOrder = { "overwriteMode", "retainPublishState", "defaultSourceProfile", "defaultDisplayProfile", "iptcExifMappingXslt", "xmpMappingXslt", "diskSpaceWarningMin", "emailTrashCleanupWarning", "fileExtOpt", "immediateDelete", "pdfProcessingPageLimit", "allowFolderRestructuring", "smartCropLimit", "addSmartCropApiLimit", "applySmartCropsOnPDF", "applySmartCropsOnPSD", "companyDMVersion", "psdTemplatesThreshold", "imageSetsModifiedOnAssetUploadThreshold", "uploadParamsPDFProcess", "uploadParamsPDFExtractKeywords", "uploadParamsPDFExtractLinks", "uploadParamsPSDProcess", "uploadParamsPSDLayerNaming", "uploadParamsPSDExtractText", "prePackagedVideoStreamingEnabled", "overwriteAVS", "deleteJobFlowEnable" }) public class CompanySettings { @XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta", required = true) protected String overwriteMode; @XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta") protected boolean retainPublishState; @XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta", required = true) protected Asset defaultSourceProfile; @XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta", required = true) protected Asset defaultDisplayProfile; @XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta") protected Asset iptcExifMappingXslt; @XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta") protected Asset xmpMappingXslt; @XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta") protected int diskSpaceWarningMin; @XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta") protected boolean emailTrashCleanupWarning; @XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta") protected String fileExtOpt; @XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta") protected boolean immediateDelete; @XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta") protected int pdfProcessingPageLimit; @XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta") protected Boolean allowFolderRestructuring; @XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta") protected int smartCropLimit; @XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta") protected int addSmartCropApiLimit; @XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta") protected boolean applySmartCropsOnPDF; @XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta") protected boolean applySmartCropsOnPSD; @XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta", required = true) protected String companyDMVersion; @XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta") protected int psdTemplatesThreshold; @XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta") protected int imageSetsModifiedOnAssetUploadThreshold; @XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta", required = true) protected String uploadParamsPDFProcess; @XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta", required = true) protected String uploadParamsPDFExtractKeywords; @XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta", required = true) protected String uploadParamsPDFExtractLinks; @XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta", required = true) protected String uploadParamsPSDProcess; @XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta", required = true) protected String uploadParamsPSDLayerNaming; @XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta", required = true) protected String uploadParamsPSDExtractText; @XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta") protected Boolean prePackagedVideoStreamingEnabled; @XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta") protected Boolean overwriteAVS; @XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta") protected Boolean deleteJobFlowEnable; /** * Gets the value of the overwriteMode property. * * @return * possible object is * {@link String } * */ public String getOverwriteMode() { return overwriteMode; } /** * Sets the value of the overwriteMode property. * * @param value * allowed object is * {@link String } * */ public void setOverwriteMode(String value) { this.overwriteMode = value; } /** * Gets the value of the retainPublishState property. * */ public boolean isRetainPublishState() { return retainPublishState; } /** * Sets the value of the retainPublishState property. * */ public void setRetainPublishState(boolean value) { this.retainPublishState = value; } /** * Gets the value of the defaultSourceProfile property. * * @return * possible object is * {@link Asset } * */ public Asset getDefaultSourceProfile() { return defaultSourceProfile; } /** * Sets the value of the defaultSourceProfile property. * * @param value * allowed object is * {@link Asset } * */ public void setDefaultSourceProfile(Asset value) { this.defaultSourceProfile = value; } /** * Gets the value of the defaultDisplayProfile property. * * @return * possible object is * {@link Asset } * */ public Asset getDefaultDisplayProfile() { return defaultDisplayProfile; } /** * Sets the value of the defaultDisplayProfile property. * * @param value * allowed object is * {@link Asset } * */ public void setDefaultDisplayProfile(Asset value) { this.defaultDisplayProfile = value; } /** * Gets the value of the iptcExifMappingXslt property. * * @return * possible object is * {@link Asset } * */ public Asset getIptcExifMappingXslt() { return iptcExifMappingXslt; } /** * Sets the value of the iptcExifMappingXslt property. * * @param value * allowed object is * {@link Asset } * */ public void setIptcExifMappingXslt(Asset value) { this.iptcExifMappingXslt = value; } /** * Gets the value of the xmpMappingXslt property. * * @return * possible object is * {@link Asset } * */ public Asset getXmpMappingXslt() { return xmpMappingXslt; } /** * Sets the value of the xmpMappingXslt property. * * @param value * allowed object is * {@link Asset } * */ public void setXmpMappingXslt(Asset value) { this.xmpMappingXslt = value; } /** * Gets the value of the diskSpaceWarningMin property. * */ public int getDiskSpaceWarningMin() { return diskSpaceWarningMin; } /** * Sets the value of the diskSpaceWarningMin property. * */ public void setDiskSpaceWarningMin(int value) { this.diskSpaceWarningMin = value; } /** * Gets the value of the emailTrashCleanupWarning property. * */ public boolean isEmailTrashCleanupWarning() { return emailTrashCleanupWarning; } /** * Sets the value of the emailTrashCleanupWarning property. * */ public void setEmailTrashCleanupWarning(boolean value) { this.emailTrashCleanupWarning = value; } /** * Gets the value of the fileExtOpt property. * * @return * possible object is * {@link String } * */ public String getFileExtOpt() { return fileExtOpt; } /** * Sets the value of the fileExtOpt property. * * @param value * allowed object is * {@link String } * */ public void setFileExtOpt(String value) { this.fileExtOpt = value; } /** * Gets the value of the immediateDelete property. * */ public boolean isImmediateDelete() { return immediateDelete; } /** * Sets the value of the immediateDelete property. * */ public void setImmediateDelete(boolean value) { this.immediateDelete = value; } /** * Gets the value of the pdfProcessingPageLimit property. * */ public int getPdfProcessingPageLimit() { return pdfProcessingPageLimit; } /** * Sets the value of the pdfProcessingPageLimit property. * */ public void setPdfProcessingPageLimit(int value) { this.pdfProcessingPageLimit = value; } /** * Gets the value of the allowFolderRestructuring property. * * @return * possible object is * {@link Boolean } * */ public Boolean isAllowFolderRestructuring() { return allowFolderRestructuring; } /** * Sets the value of the allowFolderRestructuring property. * * @param value * allowed object is * {@link Boolean } * */ public void setAllowFolderRestructuring(Boolean value) { this.allowFolderRestructuring = value; } /** * Gets the value of the smartCropLimit property. * */ public int getSmartCropLimit() { return smartCropLimit; } /** * Sets the value of the smartCropLimit property. * */ public void setSmartCropLimit(int value) { this.smartCropLimit = value; } /** * Gets the value of the addSmartCropApiLimit property. * */ public int getAddSmartCropApiLimit() { return addSmartCropApiLimit; } /** * Sets the value of the addSmartCropApiLimit property. * */ public void setAddSmartCropApiLimit(int value) { this.addSmartCropApiLimit = value; } /** * Gets the value of the applySmartCropsOnPDF property. * */ public boolean isApplySmartCropsOnPDF() { return applySmartCropsOnPDF; } /** * Sets the value of the applySmartCropsOnPDF property. * */ public void setApplySmartCropsOnPDF(boolean value) { this.applySmartCropsOnPDF = value; } /** * Gets the value of the applySmartCropsOnPSD property. * */ public boolean isApplySmartCropsOnPSD() { return applySmartCropsOnPSD; } /** * Sets the value of the applySmartCropsOnPSD property. * */ public void setApplySmartCropsOnPSD(boolean value) { this.applySmartCropsOnPSD = value; } /** * Gets the value of the companyDMVersion property. * * @return * possible object is * {@link String } * */ public String getCompanyDMVersion() { return companyDMVersion; } /** * Sets the value of the companyDMVersion property. * * @param value * allowed object is * {@link String } * */ public void setCompanyDMVersion(String value) { this.companyDMVersion = value; } /** * Gets the value of the psdTemplatesThreshold property. * */ public int getPsdTemplatesThreshold() { return psdTemplatesThreshold; } /** * Sets the value of the psdTemplatesThreshold property. * */ public void setPsdTemplatesThreshold(int value) { this.psdTemplatesThreshold = value; } /** * Gets the value of the imageSetsModifiedOnAssetUploadThreshold property. * */ public int getImageSetsModifiedOnAssetUploadThreshold() { return imageSetsModifiedOnAssetUploadThreshold; } /** * Sets the value of the imageSetsModifiedOnAssetUploadThreshold property. * */ public void setImageSetsModifiedOnAssetUploadThreshold(int value) { this.imageSetsModifiedOnAssetUploadThreshold = value; } /** * Gets the value of the uploadParamsPDFProcess property. * * @return * possible object is * {@link String } * */ public String getUploadParamsPDFProcess() { return uploadParamsPDFProcess; } /** * Sets the value of the uploadParamsPDFProcess property. * * @param value * allowed object is * {@link String } * */ public void setUploadParamsPDFProcess(String value) { this.uploadParamsPDFProcess = value; } /** * Gets the value of the uploadParamsPDFExtractKeywords property. * * @return * possible object is * {@link String } * */ public String getUploadParamsPDFExtractKeywords() { return uploadParamsPDFExtractKeywords; } /** * Sets the value of the uploadParamsPDFExtractKeywords property. * * @param value * allowed object is * {@link String } * */ public void setUploadParamsPDFExtractKeywords(String value) { this.uploadParamsPDFExtractKeywords = value; } /** * Gets the value of the uploadParamsPDFExtractLinks property. * * @return * possible object is * {@link String } * */ public String getUploadParamsPDFExtractLinks() { return uploadParamsPDFExtractLinks; } /** * Sets the value of the uploadParamsPDFExtractLinks property. * * @param value * allowed object is * {@link String } * */ public void setUploadParamsPDFExtractLinks(String value) { this.uploadParamsPDFExtractLinks = value; } /** * Gets the value of the uploadParamsPSDProcess property. * * @return * possible object is * {@link String } * */ public String getUploadParamsPSDProcess() { return uploadParamsPSDProcess; } /** * Sets the value of the uploadParamsPSDProcess property. * * @param value * allowed object is * {@link String } * */ public void setUploadParamsPSDProcess(String value) { this.uploadParamsPSDProcess = value; } /** * Gets the value of the uploadParamsPSDLayerNaming property. * * @return * possible object is * {@link String } * */ public String getUploadParamsPSDLayerNaming() { return uploadParamsPSDLayerNaming; } /** * Sets the value of the uploadParamsPSDLayerNaming property. * * @param value * allowed object is * {@link String } * */ public void setUploadParamsPSDLayerNaming(String value) { this.uploadParamsPSDLayerNaming = value; } /** * Gets the value of the uploadParamsPSDExtractText property. * * @return * possible object is * {@link String } * */ public String getUploadParamsPSDExtractText() { return uploadParamsPSDExtractText; } /** * Sets the value of the uploadParamsPSDExtractText property. * * @param value * allowed object is * {@link String } * */ public void setUploadParamsPSDExtractText(String value) { this.uploadParamsPSDExtractText = value; } /** * Gets the value of the prePackagedVideoStreamingEnabled property. * * @return * possible object is * {@link Boolean } * */ public Boolean isPrePackagedVideoStreamingEnabled() { return prePackagedVideoStreamingEnabled; } /** * Sets the value of the prePackagedVideoStreamingEnabled property. * * @param value * allowed object is * {@link Boolean } * */ public void setPrePackagedVideoStreamingEnabled(Boolean value) { this.prePackagedVideoStreamingEnabled = value; } /** * Gets the value of the overwriteAVS property. * * @return * possible object is * {@link Boolean } * */ public Boolean isOverwriteAVS() { return overwriteAVS; } /** * Sets the value of the overwriteAVS property. * * @param value * allowed object is * {@link Boolean } * */ public void setOverwriteAVS(Boolean value) { this.overwriteAVS = value; } /** * Gets the value of the deleteJobFlowEnable property. * * @return * possible object is * {@link Boolean } * */ public Boolean isDeleteJobFlowEnable() { return deleteJobFlowEnable; } /** * Sets the value of the deleteJobFlowEnable property. * * @param value * allowed object is * {@link Boolean } * */ public void setDeleteJobFlowEnable(Boolean value) { this.deleteJobFlowEnable = value; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy