Package com.scene7.ipsapi
Class SetCompanySettingsParam
- java.lang.Object
-
- com.scene7.ipsapi.SetCompanySettingsParam
-
public class SetCompanySettingsParam extends Object
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="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"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description SetCompanySettingsParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCompanyDMVersion()Gets the value of the companyDMVersion property.StringgetCompanyHandle()Gets the value of the companyHandle property.StringgetDefaultDisplayProfileHandle()Gets the value of the defaultDisplayProfileHandle property.StringgetDefaultSourceProfileHandle()Gets the value of the defaultSourceProfileHandle property.IntegergetDiskSpaceWarningMin()Gets the value of the diskSpaceWarningMin property.StringgetFileExtOpt()Gets the value of the fileExtOpt property.StringgetIptcExifMappingXsltHandle()Gets the value of the iptcExifMappingXsltHandle property.StringgetOverwriteMode()Gets the value of the overwriteMode property.IntegergetPsdTemplatesThreshold()Gets the value of the psdTemplatesThreshold property.StringgetXmpMappingXsltHandle()Gets the value of the xmpMappingXsltHandle 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.BooleanisRetainPublishState()Gets the value of the retainPublishState property.voidsetApplySmartCropsOnPDF(Boolean value)Sets the value of the applySmartCropsOnPDF property.voidsetApplySmartCropsOnPSD(Boolean value)Sets the value of the applySmartCropsOnPSD property.voidsetCompanyDMVersion(String value)Sets the value of the companyDMVersion property.voidsetCompanyHandle(String value)Sets the value of the companyHandle property.voidsetDefaultDisplayProfileHandle(String value)Sets the value of the defaultDisplayProfileHandle property.voidsetDefaultSourceProfileHandle(String value)Sets the value of the defaultSourceProfileHandle property.voidsetDiskSpaceWarningMin(Integer value)Sets the value of the diskSpaceWarningMin property.voidsetEmailTrashCleanupWarning(Boolean value)Sets the value of the emailTrashCleanupWarning property.voidsetFileExtOpt(String value)Sets the value of the fileExtOpt property.voidsetImmediateDelete(Boolean value)Sets the value of the immediateDelete property.voidsetIptcExifMappingXsltHandle(String value)Sets the value of the iptcExifMappingXsltHandle property.voidsetOverwriteMode(String value)Sets the value of the overwriteMode property.voidsetPsdTemplatesThreshold(Integer value)Sets the value of the psdTemplatesThreshold property.voidsetRetainPublishState(Boolean value)Sets the value of the retainPublishState property.voidsetXmpMappingXsltHandle(String value)Sets the value of the xmpMappingXsltHandle property.
-
-
-
Method Detail
-
getCompanyHandle
public String getCompanyHandle()
Gets the value of the companyHandle property.- Returns:
- possible object is
String
-
setCompanyHandle
public void setCompanyHandle(String value)
Sets the value of the companyHandle property.- Parameters:
value- allowed object isString
-
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 isString
-
isRetainPublishState
public Boolean isRetainPublishState()
Gets the value of the retainPublishState property.- Returns:
- possible object is
Boolean
-
setRetainPublishState
public void setRetainPublishState(Boolean value)
Sets the value of the retainPublishState property.- Parameters:
value- allowed object isBoolean
-
getDefaultSourceProfileHandle
public String getDefaultSourceProfileHandle()
Gets the value of the defaultSourceProfileHandle property.- Returns:
- possible object is
String
-
setDefaultSourceProfileHandle
public void setDefaultSourceProfileHandle(String value)
Sets the value of the defaultSourceProfileHandle property.- Parameters:
value- allowed object isString
-
getDefaultDisplayProfileHandle
public String getDefaultDisplayProfileHandle()
Gets the value of the defaultDisplayProfileHandle property.- Returns:
- possible object is
String
-
setDefaultDisplayProfileHandle
public void setDefaultDisplayProfileHandle(String value)
Sets the value of the defaultDisplayProfileHandle property.- Parameters:
value- allowed object isString
-
getIptcExifMappingXsltHandle
public String getIptcExifMappingXsltHandle()
Gets the value of the iptcExifMappingXsltHandle property.- Returns:
- possible object is
String
-
setIptcExifMappingXsltHandle
public void setIptcExifMappingXsltHandle(String value)
Sets the value of the iptcExifMappingXsltHandle property.- Parameters:
value- allowed object isString
-
getXmpMappingXsltHandle
public String getXmpMappingXsltHandle()
Gets the value of the xmpMappingXsltHandle property.- Returns:
- possible object is
String
-
setXmpMappingXsltHandle
public void setXmpMappingXsltHandle(String value)
Sets the value of the xmpMappingXsltHandle property.- Parameters:
value- allowed object isString
-
getDiskSpaceWarningMin
public Integer getDiskSpaceWarningMin()
Gets the value of the diskSpaceWarningMin property.- Returns:
- possible object is
Integer
-
setDiskSpaceWarningMin
public void setDiskSpaceWarningMin(Integer value)
Sets the value of the diskSpaceWarningMin property.- Parameters:
value- allowed object isInteger
-
isEmailTrashCleanupWarning
public Boolean isEmailTrashCleanupWarning()
Gets the value of the emailTrashCleanupWarning property.- Returns:
- possible object is
Boolean
-
setEmailTrashCleanupWarning
public void setEmailTrashCleanupWarning(Boolean value)
Sets the value of the emailTrashCleanupWarning property.- Parameters:
value- allowed object isBoolean
-
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 isString
-
isImmediateDelete
public Boolean isImmediateDelete()
Gets the value of the immediateDelete property.- Returns:
- possible object is
Boolean
-
setImmediateDelete
public void setImmediateDelete(Boolean value)
Sets the value of the immediateDelete property.- Parameters:
value- allowed object isBoolean
-
isApplySmartCropsOnPDF
public Boolean isApplySmartCropsOnPDF()
Gets the value of the applySmartCropsOnPDF property.- Returns:
- possible object is
Boolean
-
setApplySmartCropsOnPDF
public void setApplySmartCropsOnPDF(Boolean value)
Sets the value of the applySmartCropsOnPDF property.- Parameters:
value- allowed object isBoolean
-
isApplySmartCropsOnPSD
public Boolean isApplySmartCropsOnPSD()
Gets the value of the applySmartCropsOnPSD property.- Returns:
- possible object is
Boolean
-
setApplySmartCropsOnPSD
public void setApplySmartCropsOnPSD(Boolean value)
Sets the value of the applySmartCropsOnPSD property.- Parameters:
value- allowed object isBoolean
-
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 isString
-
getPsdTemplatesThreshold
public Integer getPsdTemplatesThreshold()
Gets the value of the psdTemplatesThreshold property.- Returns:
- possible object is
Integer
-
-