public class ViewerPresetInfo extends Object
Java class for ViewerPresetInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ViewerPresetInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="configSettingArray" type="{http://www.scene7.com/IpsApi/xsd/2019-09-10-beta}ConfigSettingArray" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ViewerPresetInfo() |
| Modifier and Type | Method and Description |
|---|---|
ConfigSettingArray |
getConfigSettingArray()
Gets the value of the configSettingArray property.
|
String |
getType()
Gets the value of the type property.
|
void |
setConfigSettingArray(ConfigSettingArray value)
Sets the value of the configSettingArray property.
|
void |
setType(String value)
Sets the value of the type property.
|
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic ConfigSettingArray getConfigSettingArray()
ConfigSettingArraypublic void setConfigSettingArray(ConfigSettingArray value)
value - allowed object is
ConfigSettingArrayCopyright © 2010 - 2020 Adobe. All Rights Reserved