Package com.scene7.ipsapi
Class AssetPublishContexts
- java.lang.Object
 - 
- com.scene7.ipsapi.AssetPublishContexts
 
 
- 
public class AssetPublishContexts extends java.lang.ObjectJava class for AssetPublishContexts complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AssetPublishContexts"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="assetHandle" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="publishContextArray" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}PublishContextArray"/> </sequence> </restriction> </complexContent> </complexType> 
- 
- 
Constructor Summary
Constructors Constructor Description AssetPublishContexts() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAssetHandle()Gets the value of the assetHandle property.PublishContextArraygetPublishContextArray()Gets the value of the publishContextArray property.voidsetAssetHandle(java.lang.String value)Sets the value of the assetHandle property.voidsetPublishContextArray(PublishContextArray value)Sets the value of the publishContextArray property. 
 - 
 
- 
- 
Method Detail
- 
getAssetHandle
public java.lang.String getAssetHandle()
Gets the value of the assetHandle property.- Returns:
 - possible object is
     
String 
 
- 
setAssetHandle
public void setAssetHandle(java.lang.String value)
Sets the value of the assetHandle property.- Parameters:
 value- allowed object isString
 
- 
getPublishContextArray
public PublishContextArray getPublishContextArray()
Gets the value of the publishContextArray property.- Returns:
 - possible object is
     
PublishContextArray 
 
- 
setPublishContextArray
public void setPublishContextArray(PublishContextArray value)
Sets the value of the publishContextArray property.- Parameters:
 value- allowed object isPublishContextArray
 
 - 
 
 -