Class CompanySettings

java.lang.Object
com.scene7.ipsapi.CompanySettings

public class CompanySettings extends 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/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>
 
  • Constructor Details

    • CompanySettings

      public CompanySettings()
  • Method Details

    • getOverwriteMode

      public String getOverwriteMode()
      Gets the value of the overwriteMode property.
      Returns:
      possible object is String
    • setOverwriteMode

      public void setOverwriteMode(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 String getFileExtOpt()
      Gets the value of the fileExtOpt property.
      Returns:
      possible object is String
    • setFileExtOpt

      public void setFileExtOpt(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 Boolean isAllowFolderRestructuring()
      Gets the value of the allowFolderRestructuring property.
      Returns:
      possible object is Boolean
    • setAllowFolderRestructuring

      public void setAllowFolderRestructuring(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 String getCompanyDMVersion()
      Gets the value of the companyDMVersion property.
      Returns:
      possible object is String
    • setCompanyDMVersion

      public void setCompanyDMVersion(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 String getUploadParamsPDFProcess()
      Gets the value of the uploadParamsPDFProcess property.
      Returns:
      possible object is String
    • setUploadParamsPDFProcess

      public void setUploadParamsPDFProcess(String value)
      Sets the value of the uploadParamsPDFProcess property.
      Parameters:
      value - allowed object is String
    • getUploadParamsPDFExtractKeywords

      public String getUploadParamsPDFExtractKeywords()
      Gets the value of the uploadParamsPDFExtractKeywords property.
      Returns:
      possible object is String
    • setUploadParamsPDFExtractKeywords

      public void setUploadParamsPDFExtractKeywords(String value)
      Sets the value of the uploadParamsPDFExtractKeywords property.
      Parameters:
      value - allowed object is String
    • getUploadParamsPDFExtractLinks

      public String getUploadParamsPDFExtractLinks()
      Gets the value of the uploadParamsPDFExtractLinks property.
      Returns:
      possible object is String
    • setUploadParamsPDFExtractLinks

      public void setUploadParamsPDFExtractLinks(String value)
      Sets the value of the uploadParamsPDFExtractLinks property.
      Parameters:
      value - allowed object is String
    • getUploadParamsPSDProcess

      public String getUploadParamsPSDProcess()
      Gets the value of the uploadParamsPSDProcess property.
      Returns:
      possible object is String
    • setUploadParamsPSDProcess

      public void setUploadParamsPSDProcess(String value)
      Sets the value of the uploadParamsPSDProcess property.
      Parameters:
      value - allowed object is String
    • getUploadParamsPSDLayerNaming

      public String getUploadParamsPSDLayerNaming()
      Gets the value of the uploadParamsPSDLayerNaming property.
      Returns:
      possible object is String
    • setUploadParamsPSDLayerNaming

      public void setUploadParamsPSDLayerNaming(String value)
      Sets the value of the uploadParamsPSDLayerNaming property.
      Parameters:
      value - allowed object is String
    • getUploadParamsPSDExtractText

      public String getUploadParamsPSDExtractText()
      Gets the value of the uploadParamsPSDExtractText property.
      Returns:
      possible object is String
    • setUploadParamsPSDExtractText

      public void setUploadParamsPSDExtractText(String value)
      Sets the value of the uploadParamsPSDExtractText property.
      Parameters:
      value - allowed object is String
    • isPrePackagedVideoStreamingEnabled

      public Boolean isPrePackagedVideoStreamingEnabled()
      Gets the value of the prePackagedVideoStreamingEnabled property.
      Returns:
      possible object is Boolean
    • setPrePackagedVideoStreamingEnabled

      public void setPrePackagedVideoStreamingEnabled(Boolean value)
      Sets the value of the prePackagedVideoStreamingEnabled property.
      Parameters:
      value - allowed object is Boolean
    • isOverwriteAVS

      public Boolean isOverwriteAVS()
      Gets the value of the overwriteAVS property.
      Returns:
      possible object is Boolean
    • setOverwriteAVS

      public void setOverwriteAVS(Boolean value)
      Sets the value of the overwriteAVS property.
      Parameters:
      value - allowed object is Boolean
    • isDeleteJobFlowEnable

      public Boolean isDeleteJobFlowEnable()
      Gets the value of the deleteJobFlowEnable property.
      Returns:
      possible object is Boolean
    • setDeleteJobFlowEnable

      public void setDeleteJobFlowEnable(Boolean value)
      Sets the value of the deleteJobFlowEnable property.
      Parameters:
      value - allowed object is Boolean