public class VideoPositionTarget extends Object implements Serializable
| Constructor and Description |
|---|
VideoPositionTarget() |
VideoPositionTarget(VideoPosition videoPosition,
VideoBumperType videoBumperType,
VideoPodPositionType videoPodPositionType) |
| 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.
|
VideoPodPositionType |
getVideoPodPositionType()
Gets the videoPodPositionType value for this VideoPositionTarget.
|
VideoPosition |
getVideoPosition()
Gets the videoPosition value for this VideoPositionTarget.
|
int |
hashCode() |
void |
setVideoBumperType(VideoBumperType videoBumperType)
Sets the videoBumperType value for this VideoPositionTarget.
|
void |
setVideoPodPositionType(VideoPodPositionType videoPodPositionType)
Sets the videoPodPositionType value for this VideoPositionTarget.
|
void |
setVideoPosition(VideoPosition videoPosition)
Sets the videoPosition value for this VideoPositionTarget.
|
public VideoPositionTarget()
public VideoPositionTarget(VideoPosition videoPosition, VideoBumperType videoBumperType, VideoPodPositionType videoPodPositionType)
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 VideoPodPositionType getVideoPodPositionType()
videoPositionWithinPod
which allows targeting
specific pod positions.public void setVideoPodPositionType(VideoPodPositionType videoPodPositionType)
videoPodPositionType - * The video pod position type to target. To target a video position
or a bumper
position, this value must be null. To target a pod
position this value must
be populated.
Starting in V201306, use videoPositionWithinPod
which allows targeting
specific pod positions.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.