public class AssetsContextStateUpdate
extends java.lang.Object
Java class for AssetsContextStateUpdate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AssetsContextStateUpdate"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="assetHandle" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="contextStateUpdateArray" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}ContextStateUpdateArray"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
AssetsContextStateUpdate() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAssetHandle()
Gets the value of the assetHandle property.
|
ContextStateUpdateArray |
getContextStateUpdateArray()
Gets the value of the contextStateUpdateArray property.
|
void |
setAssetHandle(java.lang.String value)
Sets the value of the assetHandle property.
|
void |
setContextStateUpdateArray(ContextStateUpdateArray value)
Sets the value of the contextStateUpdateArray property.
|
public java.lang.String getAssetHandle()
String
public void setAssetHandle(java.lang.String value)
value
- allowed object is
String
public ContextStateUpdateArray getContextStateUpdateArray()
ContextStateUpdateArray
public void setContextStateUpdateArray(ContextStateUpdateArray value)
value
- allowed object is
ContextStateUpdateArray
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"