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/2017-10-29-beta}Asset"/> <element name="defaultDisplayProfile" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}Asset"/> <element name="iptcExifMappingXslt" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}Asset" minOccurs="0"/> <element name="xmpMappingXslt" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-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"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
CompanySettings() |
Modifier and Type | Method and Description |
---|---|
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.
|
Asset |
getXmpMappingXslt()
Gets the value of the xmpMappingXslt property.
|
boolean |
isEmailTrashCleanupWarning()
Gets the value of the emailTrashCleanupWarning property.
|
boolean |
isRetainPublishState()
Gets the value of the retainPublishState 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 |
setIptcExifMappingXslt(Asset value)
Sets the value of the iptcExifMappingXslt property.
|
void |
setOverwriteMode(java.lang.String value)
Sets the value of the overwriteMode property.
|
void |
setRetainPublishState(boolean value)
Sets the value of the retainPublishState property.
|
void |
setXmpMappingXslt(Asset value)
Sets the value of the xmpMappingXslt property.
|
public java.lang.String getOverwriteMode()
String
public void setOverwriteMode(java.lang.String value)
value
- allowed object is
String
public boolean isRetainPublishState()
public void setRetainPublishState(boolean value)
public Asset getDefaultSourceProfile()
Asset
public void setDefaultSourceProfile(Asset value)
value
- allowed object is
Asset
public Asset getDefaultDisplayProfile()
Asset
public void setDefaultDisplayProfile(Asset value)
value
- allowed object is
Asset
public Asset getIptcExifMappingXslt()
Asset
public void setIptcExifMappingXslt(Asset value)
value
- allowed object is
Asset
public Asset getXmpMappingXslt()
Asset
public void setXmpMappingXslt(Asset value)
value
- allowed object is
Asset
public int getDiskSpaceWarningMin()
public void setDiskSpaceWarningMin(int value)
public boolean isEmailTrashCleanupWarning()
public void setEmailTrashCleanupWarning(boolean value)
public java.lang.String getFileExtOpt()
String
public void setFileExtOpt(java.lang.String value)
value
- allowed object is
String
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"