public class ViewerPresetInfo
extends java.lang.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/2017-10-29-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.
|
java.lang.String |
getType()
Gets the value of the type property.
|
void |
setConfigSettingArray(ConfigSettingArray value)
Sets the value of the configSettingArray property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String
public ConfigSettingArray getConfigSettingArray()
ConfigSettingArray
public void setConfigSettingArray(ConfigSettingArray value)
value
- allowed object is
ConfigSettingArray
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"