Package com.scene7.ipsapi
Class CompanySettings
- java.lang.Object
-
- com.scene7.ipsapi.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/2021-04-26-beta}Asset"/> <element name="defaultDisplayProfile" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}Asset"/> <element name="iptcExifMappingXslt" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}Asset" minOccurs="0"/> <element name="xmpMappingXslt" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-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="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"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description CompanySettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCompanyDMVersion()
Gets the value of the companyDMVersion property.Asset
getDefaultDisplayProfile()
Gets the value of the defaultDisplayProfile property.Asset
getDefaultSourceProfile()
Gets the value of the defaultSourceProfile property.int
getDiskSpaceWarningMin()
Gets the value of the diskSpaceWarningMin property.java.lang.String
getFileExtOpt()
Gets the value of the fileExtOpt property.Asset
getIptcExifMappingXslt()
Gets the value of the iptcExifMappingXslt property.java.lang.String
getOverwriteMode()
Gets the value of the overwriteMode property.int
getPsdTemplatesThreshold()
Gets the value of the psdTemplatesThreshold property.Asset
getXmpMappingXslt()
Gets the value of the xmpMappingXslt property.boolean
isApplySmartCropsOnPDF()
Gets the value of the applySmartCropsOnPDF property.boolean
isApplySmartCropsOnPSD()
Gets the value of the applySmartCropsOnPSD property.boolean
isEmailTrashCleanupWarning()
Gets the value of the emailTrashCleanupWarning property.boolean
isImmediateDelete()
Gets the value of the immediateDelete property.boolean
isRetainPublishState()
Gets the value of the retainPublishState property.void
setApplySmartCropsOnPDF(boolean value)
Sets the value of the applySmartCropsOnPDF property.void
setApplySmartCropsOnPSD(boolean value)
Sets the value of the applySmartCropsOnPSD property.void
setCompanyDMVersion(java.lang.String value)
Sets the value of the companyDMVersion property.void
setDefaultDisplayProfile(Asset value)
Sets the value of the defaultDisplayProfile property.void
setDefaultSourceProfile(Asset value)
Sets the value of the defaultSourceProfile property.void
setDiskSpaceWarningMin(int value)
Sets the value of the diskSpaceWarningMin property.void
setEmailTrashCleanupWarning(boolean value)
Sets the value of the emailTrashCleanupWarning property.void
setFileExtOpt(java.lang.String value)
Sets the value of the fileExtOpt property.void
setImmediateDelete(boolean value)
Sets the value of the immediateDelete property.void
setIptcExifMappingXslt(Asset value)
Sets the value of the iptcExifMappingXslt property.void
setOverwriteMode(java.lang.String value)
Sets the value of the overwriteMode property.void
setPsdTemplatesThreshold(int value)
Sets the value of the psdTemplatesThreshold property.void
setRetainPublishState(boolean value)
Sets the value of the retainPublishState property.void
setXmpMappingXslt(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.
-
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.
-
-