Package com.scene7.ipsapi
Class CompanySettings
- java.lang.Object
 - 
- com.scene7.ipsapi.CompanySettings
 
 
- 
public class CompanySettings extends java.lang.ObjectJava 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/2022-11-01-beta}Asset"/> <element name="defaultDisplayProfile" type="{http://www.scene7.com/IpsApi/xsd/2022-11-01-beta}Asset"/> <element name="iptcExifMappingXslt" type="{http://www.scene7.com/IpsApi/xsd/2022-11-01-beta}Asset" minOccurs="0"/> <element name="xmpMappingXslt" type="{http://www.scene7.com/IpsApi/xsd/2022-11-01-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"/> </sequence> </restriction> </complexContent> </complexType> 
- 
- 
Constructor Summary
Constructors Constructor Description CompanySettings() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAddSmartCropApiLimit()Gets the value of the addSmartCropApiLimit property.java.lang.StringgetCompanyDMVersion()Gets the value of the companyDMVersion property.AssetgetDefaultDisplayProfile()Gets the value of the defaultDisplayProfile property.AssetgetDefaultSourceProfile()Gets the value of the defaultSourceProfile property.intgetDiskSpaceWarningMin()Gets the value of the diskSpaceWarningMin property.java.lang.StringgetFileExtOpt()Gets the value of the fileExtOpt property.intgetImageSetsModifiedOnAssetUploadThreshold()Gets the value of the imageSetsModifiedOnAssetUploadThreshold property.AssetgetIptcExifMappingXslt()Gets the value of the iptcExifMappingXslt property.java.lang.StringgetOverwriteMode()Gets the value of the overwriteMode property.intgetPdfProcessingPageLimit()Gets the value of the pdfProcessingPageLimit property.intgetPsdTemplatesThreshold()Gets the value of the psdTemplatesThreshold property.intgetSmartCropLimit()Gets the value of the smartCropLimit property.java.lang.StringgetUploadParamsPDFExtractKeywords()Gets the value of the uploadParamsPDFExtractKeywords property.java.lang.StringgetUploadParamsPDFExtractLinks()Gets the value of the uploadParamsPDFExtractLinks property.java.lang.StringgetUploadParamsPDFProcess()Gets the value of the uploadParamsPDFProcess property.java.lang.StringgetUploadParamsPSDExtractText()Gets the value of the uploadParamsPSDExtractText property.java.lang.StringgetUploadParamsPSDLayerNaming()Gets the value of the uploadParamsPSDLayerNaming property.java.lang.StringgetUploadParamsPSDProcess()Gets the value of the uploadParamsPSDProcess property.AssetgetXmpMappingXslt()Gets the value of the xmpMappingXslt property.java.lang.BooleanisAllowFolderRestructuring()Gets the value of the allowFolderRestructuring property.booleanisApplySmartCropsOnPDF()Gets the value of the applySmartCropsOnPDF property.booleanisApplySmartCropsOnPSD()Gets the value of the applySmartCropsOnPSD property.booleanisEmailTrashCleanupWarning()Gets the value of the emailTrashCleanupWarning property.booleanisImmediateDelete()Gets the value of the immediateDelete property.java.lang.BooleanisOverwriteAVS()Gets the value of the overwriteAVS property.java.lang.BooleanisPrePackagedVideoStreamingEnabled()Gets the value of the prePackagedVideoStreamingEnabled property.booleanisRetainPublishState()Gets the value of the retainPublishState property.voidsetAddSmartCropApiLimit(int value)Sets the value of the addSmartCropApiLimit property.voidsetAllowFolderRestructuring(java.lang.Boolean value)Sets the value of the allowFolderRestructuring property.voidsetApplySmartCropsOnPDF(boolean value)Sets the value of the applySmartCropsOnPDF property.voidsetApplySmartCropsOnPSD(boolean value)Sets the value of the applySmartCropsOnPSD property.voidsetCompanyDMVersion(java.lang.String value)Sets the value of the companyDMVersion property.voidsetDefaultDisplayProfile(Asset value)Sets the value of the defaultDisplayProfile property.voidsetDefaultSourceProfile(Asset value)Sets the value of the defaultSourceProfile property.voidsetDiskSpaceWarningMin(int value)Sets the value of the diskSpaceWarningMin property.voidsetEmailTrashCleanupWarning(boolean value)Sets the value of the emailTrashCleanupWarning property.voidsetFileExtOpt(java.lang.String value)Sets the value of the fileExtOpt property.voidsetImageSetsModifiedOnAssetUploadThreshold(int value)Sets the value of the imageSetsModifiedOnAssetUploadThreshold property.voidsetImmediateDelete(boolean value)Sets the value of the immediateDelete property.voidsetIptcExifMappingXslt(Asset value)Sets the value of the iptcExifMappingXslt property.voidsetOverwriteAVS(java.lang.Boolean value)Sets the value of the overwriteAVS property.voidsetOverwriteMode(java.lang.String value)Sets the value of the overwriteMode property.voidsetPdfProcessingPageLimit(int value)Sets the value of the pdfProcessingPageLimit property.voidsetPrePackagedVideoStreamingEnabled(java.lang.Boolean value)Sets the value of the prePackagedVideoStreamingEnabled property.voidsetPsdTemplatesThreshold(int value)Sets the value of the psdTemplatesThreshold property.voidsetRetainPublishState(boolean value)Sets the value of the retainPublishState property.voidsetSmartCropLimit(int value)Sets the value of the smartCropLimit property.voidsetUploadParamsPDFExtractKeywords(java.lang.String value)Sets the value of the uploadParamsPDFExtractKeywords property.voidsetUploadParamsPDFExtractLinks(java.lang.String value)Sets the value of the uploadParamsPDFExtractLinks property.voidsetUploadParamsPDFProcess(java.lang.String value)Sets the value of the uploadParamsPDFProcess property.voidsetUploadParamsPSDExtractText(java.lang.String value)Sets the value of the uploadParamsPSDExtractText property.voidsetUploadParamsPSDLayerNaming(java.lang.String value)Sets the value of the uploadParamsPSDLayerNaming property.voidsetUploadParamsPSDProcess(java.lang.String value)Sets the value of the uploadParamsPSDProcess property.voidsetXmpMappingXslt(Asset value)Sets the value of the xmpMappingXslt property. 
 - 
 
- 
- 
Method Detail
- 
getOverwriteMode
public java.lang.String getOverwriteMode()
Gets the value of the overwriteMode property.- Returns:
 - possible object is
     
String 
 
- 
setOverwriteMode
public void setOverwriteMode(java.lang.String value)
Sets the value of the overwriteMode property.- Parameters:
 value- allowed object isString
 
- 
isRetainPublishState
public boolean isRetainPublishState()
Gets the value of the retainPublishState property. 
- 
setRetainPublishState
public void setRetainPublishState(boolean value)
Sets the value of the retainPublishState property. 
- 
getDefaultSourceProfile
public Asset getDefaultSourceProfile()
Gets the value of the defaultSourceProfile property.- Returns:
 - possible object is
     
Asset 
 
- 
setDefaultSourceProfile
public void setDefaultSourceProfile(Asset value)
Sets the value of the defaultSourceProfile property.- Parameters:
 value- allowed object isAsset
 
- 
getDefaultDisplayProfile
public Asset getDefaultDisplayProfile()
Gets the value of the defaultDisplayProfile property.- Returns:
 - possible object is
     
Asset 
 
- 
setDefaultDisplayProfile
public void setDefaultDisplayProfile(Asset value)
Sets the value of the defaultDisplayProfile property.- Parameters:
 value- allowed object isAsset
 
- 
getIptcExifMappingXslt
public Asset getIptcExifMappingXslt()
Gets the value of the iptcExifMappingXslt property.- Returns:
 - possible object is
     
Asset 
 
- 
setIptcExifMappingXslt
public void setIptcExifMappingXslt(Asset value)
Sets the value of the iptcExifMappingXslt property.- Parameters:
 value- allowed object isAsset
 
- 
getXmpMappingXslt
public Asset getXmpMappingXslt()
Gets the value of the xmpMappingXslt property.- Returns:
 - possible object is
     
Asset 
 
- 
setXmpMappingXslt
public void setXmpMappingXslt(Asset value)
Sets the value of the xmpMappingXslt property.- Parameters:
 value- allowed object isAsset
 
- 
getDiskSpaceWarningMin
public int getDiskSpaceWarningMin()
Gets the value of the diskSpaceWarningMin property. 
- 
setDiskSpaceWarningMin
public void setDiskSpaceWarningMin(int value)
Sets the value of the diskSpaceWarningMin property. 
- 
isEmailTrashCleanupWarning
public boolean isEmailTrashCleanupWarning()
Gets the value of the emailTrashCleanupWarning property. 
- 
setEmailTrashCleanupWarning
public void setEmailTrashCleanupWarning(boolean value)
Sets the value of the emailTrashCleanupWarning property. 
- 
getFileExtOpt
public java.lang.String getFileExtOpt()
Gets the value of the fileExtOpt property.- Returns:
 - possible object is
     
String 
 
- 
setFileExtOpt
public void setFileExtOpt(java.lang.String value)
Sets the value of the fileExtOpt property.- Parameters:
 value- allowed object isString
 
- 
isImmediateDelete
public boolean isImmediateDelete()
Gets the value of the immediateDelete property. 
- 
setImmediateDelete
public void setImmediateDelete(boolean value)
Sets the value of the immediateDelete property. 
- 
getPdfProcessingPageLimit
public int getPdfProcessingPageLimit()
Gets the value of the pdfProcessingPageLimit property. 
- 
setPdfProcessingPageLimit
public void setPdfProcessingPageLimit(int value)
Sets the value of the pdfProcessingPageLimit property. 
- 
isAllowFolderRestructuring
public java.lang.Boolean isAllowFolderRestructuring()
Gets the value of the allowFolderRestructuring property.- Returns:
 - possible object is
     
Boolean 
 
- 
setAllowFolderRestructuring
public void setAllowFolderRestructuring(java.lang.Boolean value)
Sets the value of the allowFolderRestructuring property.- Parameters:
 value- allowed object isBoolean
 
- 
getSmartCropLimit
public int getSmartCropLimit()
Gets the value of the smartCropLimit property. 
- 
setSmartCropLimit
public void setSmartCropLimit(int value)
Sets the value of the smartCropLimit property. 
- 
getAddSmartCropApiLimit
public int getAddSmartCropApiLimit()
Gets the value of the addSmartCropApiLimit property. 
- 
setAddSmartCropApiLimit
public void setAddSmartCropApiLimit(int value)
Sets the value of the addSmartCropApiLimit property. 
- 
isApplySmartCropsOnPDF
public boolean isApplySmartCropsOnPDF()
Gets the value of the applySmartCropsOnPDF property. 
- 
setApplySmartCropsOnPDF
public void setApplySmartCropsOnPDF(boolean value)
Sets the value of the applySmartCropsOnPDF property. 
- 
isApplySmartCropsOnPSD
public boolean isApplySmartCropsOnPSD()
Gets the value of the applySmartCropsOnPSD property. 
- 
setApplySmartCropsOnPSD
public void setApplySmartCropsOnPSD(boolean value)
Sets the value of the applySmartCropsOnPSD property. 
- 
getCompanyDMVersion
public java.lang.String getCompanyDMVersion()
Gets the value of the companyDMVersion property.- Returns:
 - possible object is
     
String 
 
- 
setCompanyDMVersion
public void setCompanyDMVersion(java.lang.String value)
Sets the value of the companyDMVersion property.- Parameters:
 value- allowed object isString
 
- 
getPsdTemplatesThreshold
public int getPsdTemplatesThreshold()
Gets the value of the psdTemplatesThreshold property. 
- 
setPsdTemplatesThreshold
public void setPsdTemplatesThreshold(int value)
Sets the value of the psdTemplatesThreshold property. 
- 
getImageSetsModifiedOnAssetUploadThreshold
public int getImageSetsModifiedOnAssetUploadThreshold()
Gets the value of the imageSetsModifiedOnAssetUploadThreshold property. 
- 
setImageSetsModifiedOnAssetUploadThreshold
public void setImageSetsModifiedOnAssetUploadThreshold(int value)
Sets the value of the imageSetsModifiedOnAssetUploadThreshold property. 
- 
getUploadParamsPDFProcess
public java.lang.String getUploadParamsPDFProcess()
Gets the value of the uploadParamsPDFProcess property.- Returns:
 - possible object is
     
String 
 
- 
setUploadParamsPDFProcess
public void setUploadParamsPDFProcess(java.lang.String value)
Sets the value of the uploadParamsPDFProcess property.- Parameters:
 value- allowed object isString
 
- 
getUploadParamsPDFExtractKeywords
public java.lang.String getUploadParamsPDFExtractKeywords()
Gets the value of the uploadParamsPDFExtractKeywords property.- Returns:
 - possible object is
     
String 
 
- 
setUploadParamsPDFExtractKeywords
public void setUploadParamsPDFExtractKeywords(java.lang.String value)
Sets the value of the uploadParamsPDFExtractKeywords property.- Parameters:
 value- allowed object isString
 
- 
getUploadParamsPDFExtractLinks
public java.lang.String getUploadParamsPDFExtractLinks()
Gets the value of the uploadParamsPDFExtractLinks property.- Returns:
 - possible object is
     
String 
 
- 
setUploadParamsPDFExtractLinks
public void setUploadParamsPDFExtractLinks(java.lang.String value)
Sets the value of the uploadParamsPDFExtractLinks property.- Parameters:
 value- allowed object isString
 
- 
getUploadParamsPSDProcess
public java.lang.String getUploadParamsPSDProcess()
Gets the value of the uploadParamsPSDProcess property.- Returns:
 - possible object is
     
String 
 
- 
setUploadParamsPSDProcess
public void setUploadParamsPSDProcess(java.lang.String value)
Sets the value of the uploadParamsPSDProcess property.- Parameters:
 value- allowed object isString
 
- 
getUploadParamsPSDLayerNaming
public java.lang.String getUploadParamsPSDLayerNaming()
Gets the value of the uploadParamsPSDLayerNaming property.- Returns:
 - possible object is
     
String 
 
- 
setUploadParamsPSDLayerNaming
public void setUploadParamsPSDLayerNaming(java.lang.String value)
Sets the value of the uploadParamsPSDLayerNaming property.- Parameters:
 value- allowed object isString
 
- 
getUploadParamsPSDExtractText
public java.lang.String getUploadParamsPSDExtractText()
Gets the value of the uploadParamsPSDExtractText property.- Returns:
 - possible object is
     
String 
 
- 
setUploadParamsPSDExtractText
public void setUploadParamsPSDExtractText(java.lang.String value)
Sets the value of the uploadParamsPSDExtractText property.- Parameters:
 value- allowed object isString
 
- 
isPrePackagedVideoStreamingEnabled
public java.lang.Boolean isPrePackagedVideoStreamingEnabled()
Gets the value of the prePackagedVideoStreamingEnabled property.- Returns:
 - possible object is
     
Boolean 
 
- 
setPrePackagedVideoStreamingEnabled
public void setPrePackagedVideoStreamingEnabled(java.lang.Boolean value)
Sets the value of the prePackagedVideoStreamingEnabled property.- Parameters:
 value- allowed object isBoolean
 
- 
isOverwriteAVS
public java.lang.Boolean isOverwriteAVS()
Gets the value of the overwriteAVS property.- Returns:
 - possible object is
     
Boolean 
 
- 
setOverwriteAVS
public void setOverwriteAVS(java.lang.Boolean value)
Sets the value of the overwriteAVS property.- Parameters:
 value- allowed object isBoolean
 
 - 
 
 -