public class AudioClipType extends ClipType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for AudioClipType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AudioClipType"> <complexContent> <extension base="{http://xml.vidispine.com/schema/vidispine}ClipType"> <attribute name="channel" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected int |
channel |
Constructor and Description |
---|
AudioClipType() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
int |
getChannel()
Gets the value of the channel property.
|
boolean |
isSetChannel() |
void |
setChannel(int value)
Sets the value of the channel property.
|
getId, getStream, getSubClip, getTrack, getUri, isSetId, isSetStream, isSetSubClip, isSetTrack, isSetUri, setId, setStream, setTrack, setUri, unsetStream, unsetSubClip, unsetTrack
public int getChannel()
public void setChannel(int value)
public boolean isSetChannel()
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
createNewInstance
in class ClipType
Copyright © 2015. All rights reserved.