Class CompanySettings


  • public class CompanySettings
    extends java.lang.Object

    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/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 Detail

      • CompanySettings

        public CompanySettings()
    • 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 is String
      • 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 is Asset
      • 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 is Asset
      • 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 is Asset
      • 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 is Asset
      • 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 is String
      • 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 is Boolean
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is Boolean
      • 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 is Boolean