public class VideoPositionTarget extends Object implements Serializable
| Constructor and Description |
|---|
VideoPositionTarget() |
VideoPositionTarget(VideoPosition videoPosition,
VideoBumperType videoBumperType,
VideoPositionWithinPod videoPositionWithinPod) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
VideoBumperType |
getVideoBumperType()
Gets the videoBumperType value for this VideoPositionTarget.
|
VideoPosition |
getVideoPosition()
Gets the videoPosition value for this VideoPositionTarget.
|
VideoPositionWithinPod |
getVideoPositionWithinPod()
Gets the videoPositionWithinPod value for this VideoPositionTarget.
|
int |
hashCode() |
void |
setVideoBumperType(VideoBumperType videoBumperType)
Sets the videoBumperType value for this VideoPositionTarget.
|
void |
setVideoPosition(VideoPosition videoPosition)
Sets the videoPosition value for this VideoPositionTarget.
|
void |
setVideoPositionWithinPod(VideoPositionWithinPod videoPositionWithinPod)
Sets the videoPositionWithinPod value for this VideoPositionTarget.
|
public VideoPositionTarget()
public VideoPositionTarget(VideoPosition videoPosition, VideoBumperType videoBumperType, VideoPositionWithinPod videoPositionWithinPod)
public VideoPosition getVideoPosition()
public void setVideoPosition(VideoPosition videoPosition)
videoPosition - * The video position to target. This attribute is required.public VideoBumperType getVideoBumperType()
public void setVideoBumperType(VideoBumperType videoBumperType)
videoBumperType - * The video bumper type to target. To target a video position
or a pod position,
this value must be null. To target a bumper position
this value must be populated
and the line item must have a bumper type.public VideoPositionWithinPod getVideoPositionWithinPod()
public void setVideoPositionWithinPod(VideoPositionWithinPod videoPositionWithinPod)
videoPositionWithinPod - * The video position within a pod to target. To target a video
position or a bumper
position, this value must be null. To target a position
within a pod this value must
be populated.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2013. All Rights Reserved.