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()
Stringpublic void setOverwriteMode(java.lang.String value)
value - allowed object is
Stringpublic boolean isRetainPublishState()
public void setRetainPublishState(boolean value)
public Asset getDefaultSourceProfile()
Assetpublic void setDefaultSourceProfile(Asset value)
value - allowed object is
Assetpublic Asset getDefaultDisplayProfile()
Assetpublic void setDefaultDisplayProfile(Asset value)
value - allowed object is
Assetpublic Asset getIptcExifMappingXslt()
Assetpublic void setIptcExifMappingXslt(Asset value)
value - allowed object is
Assetpublic Asset getXmpMappingXslt()
Assetpublic void setXmpMappingXslt(Asset value)
value - allowed object is
Assetpublic int getDiskSpaceWarningMin()
public void setDiskSpaceWarningMin(int value)
public boolean isEmailTrashCleanupWarning()
public void setEmailTrashCleanupWarning(boolean value)
public java.lang.String getFileExtOpt()
Stringpublic void setFileExtOpt(java.lang.String value)
value - allowed object is
String"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"