com.scene7.ipsapi.SetCompanySettingsParam Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aem-sdk-api Show documentation
Show all versions of aem-sdk-api Show documentation
The Adobe Experience Manager SDK
//
// 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.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="companyHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="overwriteMode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="retainPublishState" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="defaultSourceProfileHandle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="defaultDisplayProfileHandle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="iptcExifMappingXsltHandle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="xmpMappingXsltHandle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="diskSpaceWarningMin" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
* <element name="emailTrashCleanupWarning" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="fileExtOpt" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="immediateDelete" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="pdfProcessingPageLimit" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
* <element name="allowFolderRestructuring" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="smartCropLimit" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
* <element name="addSmartCropApiLimit" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
* <element name="applySmartCropsOnPDF" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="applySmartCropsOnPSD" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="companyDMVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="psdTemplatesThreshold" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
* <element name="imageSetsModifiedOnAssetUploadThreshold" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
* <element name="uploadParamsPDFProcess" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="uploadParamsPDFExtractKeywords" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="uploadParamsPDFExtractLinks" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="uploadParamsPSDProcess" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="uploadParamsPSDLayerNaming" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="uploadParamsPSDExtractText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <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 = "", propOrder = {
"companyHandle",
"overwriteMode",
"retainPublishState",
"defaultSourceProfileHandle",
"defaultDisplayProfileHandle",
"iptcExifMappingXsltHandle",
"xmpMappingXsltHandle",
"diskSpaceWarningMin",
"emailTrashCleanupWarning",
"fileExtOpt",
"immediateDelete",
"pdfProcessingPageLimit",
"allowFolderRestructuring",
"smartCropLimit",
"addSmartCropApiLimit",
"applySmartCropsOnPDF",
"applySmartCropsOnPSD",
"companyDMVersion",
"psdTemplatesThreshold",
"imageSetsModifiedOnAssetUploadThreshold",
"uploadParamsPDFProcess",
"uploadParamsPDFExtractKeywords",
"uploadParamsPDFExtractLinks",
"uploadParamsPSDProcess",
"uploadParamsPSDLayerNaming",
"uploadParamsPSDExtractText",
"prePackagedVideoStreamingEnabled",
"overwriteAVS",
"deleteJobFlowEnable"
})
@XmlRootElement(name = "setCompanySettingsParam", namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
public class SetCompanySettingsParam {
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta", required = true)
protected String companyHandle;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
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")
protected String defaultSourceProfileHandle;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected String defaultDisplayProfileHandle;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected String iptcExifMappingXsltHandle;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected String xmpMappingXsltHandle;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected Integer 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 Integer 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 Integer smartCropLimit;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected Integer 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")
protected String companyDMVersion;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected Integer psdTemplatesThreshold;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected Integer imageSetsModifiedOnAssetUploadThreshold;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected String uploadParamsPDFProcess;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected String uploadParamsPDFExtractKeywords;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected String uploadParamsPDFExtractLinks;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected String uploadParamsPSDProcess;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected String uploadParamsPSDLayerNaming;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
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 companyHandle property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCompanyHandle() {
return companyHandle;
}
/**
* Sets the value of the companyHandle property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCompanyHandle(String value) {
this.companyHandle = value;
}
/**
* 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.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isRetainPublishState() {
return retainPublishState;
}
/**
* Sets the value of the retainPublishState property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setRetainPublishState(Boolean value) {
this.retainPublishState = value;
}
/**
* Gets the value of the defaultSourceProfileHandle property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDefaultSourceProfileHandle() {
return defaultSourceProfileHandle;
}
/**
* Sets the value of the defaultSourceProfileHandle property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDefaultSourceProfileHandle(String value) {
this.defaultSourceProfileHandle = value;
}
/**
* Gets the value of the defaultDisplayProfileHandle property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDefaultDisplayProfileHandle() {
return defaultDisplayProfileHandle;
}
/**
* Sets the value of the defaultDisplayProfileHandle property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDefaultDisplayProfileHandle(String value) {
this.defaultDisplayProfileHandle = value;
}
/**
* Gets the value of the iptcExifMappingXsltHandle property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getIptcExifMappingXsltHandle() {
return iptcExifMappingXsltHandle;
}
/**
* Sets the value of the iptcExifMappingXsltHandle property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setIptcExifMappingXsltHandle(String value) {
this.iptcExifMappingXsltHandle = value;
}
/**
* Gets the value of the xmpMappingXsltHandle property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getXmpMappingXsltHandle() {
return xmpMappingXsltHandle;
}
/**
* Sets the value of the xmpMappingXsltHandle property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setXmpMappingXsltHandle(String value) {
this.xmpMappingXsltHandle = value;
}
/**
* Gets the value of the diskSpaceWarningMin property.
*
* @return
* possible object is
* {@link Integer }
*
*/
public Integer getDiskSpaceWarningMin() {
return diskSpaceWarningMin;
}
/**
* Sets the value of the diskSpaceWarningMin property.
*
* @param value
* allowed object is
* {@link Integer }
*
*/
public void setDiskSpaceWarningMin(Integer value) {
this.diskSpaceWarningMin = value;
}
/**
* Gets the value of the emailTrashCleanupWarning property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isEmailTrashCleanupWarning() {
return emailTrashCleanupWarning;
}
/**
* Sets the value of the emailTrashCleanupWarning property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
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.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isImmediateDelete() {
return immediateDelete;
}
/**
* Sets the value of the immediateDelete property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setImmediateDelete(Boolean value) {
this.immediateDelete = value;
}
/**
* Gets the value of the pdfProcessingPageLimit property.
*
* @return
* possible object is
* {@link Integer }
*
*/
public Integer getPdfProcessingPageLimit() {
return pdfProcessingPageLimit;
}
/**
* Sets the value of the pdfProcessingPageLimit property.
*
* @param value
* allowed object is
* {@link Integer }
*
*/
public void setPdfProcessingPageLimit(Integer 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.
*
* @return
* possible object is
* {@link Integer }
*
*/
public Integer getSmartCropLimit() {
return smartCropLimit;
}
/**
* Sets the value of the smartCropLimit property.
*
* @param value
* allowed object is
* {@link Integer }
*
*/
public void setSmartCropLimit(Integer value) {
this.smartCropLimit = value;
}
/**
* Gets the value of the addSmartCropApiLimit property.
*
* @return
* possible object is
* {@link Integer }
*
*/
public Integer getAddSmartCropApiLimit() {
return addSmartCropApiLimit;
}
/**
* Sets the value of the addSmartCropApiLimit property.
*
* @param value
* allowed object is
* {@link Integer }
*
*/
public void setAddSmartCropApiLimit(Integer value) {
this.addSmartCropApiLimit = value;
}
/**
* Gets the value of the applySmartCropsOnPDF property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isApplySmartCropsOnPDF() {
return applySmartCropsOnPDF;
}
/**
* Sets the value of the applySmartCropsOnPDF property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setApplySmartCropsOnPDF(Boolean value) {
this.applySmartCropsOnPDF = value;
}
/**
* Gets the value of the applySmartCropsOnPSD property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isApplySmartCropsOnPSD() {
return applySmartCropsOnPSD;
}
/**
* Sets the value of the applySmartCropsOnPSD property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
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.
*
* @return
* possible object is
* {@link Integer }
*
*/
public Integer getPsdTemplatesThreshold() {
return psdTemplatesThreshold;
}
/**
* Sets the value of the psdTemplatesThreshold property.
*
* @param value
* allowed object is
* {@link Integer }
*
*/
public void setPsdTemplatesThreshold(Integer value) {
this.psdTemplatesThreshold = value;
}
/**
* Gets the value of the imageSetsModifiedOnAssetUploadThreshold property.
*
* @return
* possible object is
* {@link Integer }
*
*/
public Integer getImageSetsModifiedOnAssetUploadThreshold() {
return imageSetsModifiedOnAssetUploadThreshold;
}
/**
* Sets the value of the imageSetsModifiedOnAssetUploadThreshold property.
*
* @param value
* allowed object is
* {@link Integer }
*
*/
public void setImageSetsModifiedOnAssetUploadThreshold(Integer 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