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.
|
AudioClipType |
withChannel(int value) |
AudioClipType |
withId(String value) |
AudioClipType |
withStream(int value) |
AudioClipType |
withSubClip(Collection<SubClipType> values) |
AudioClipType |
withSubClip(SubClipType... values) |
AudioClipType |
withTrack(int value) |
AudioClipType |
withUri(String value) |
getId, getStream, getSubClip, getTrack, getUri, isSetId, isSetStream, isSetSubClip, isSetTrack, isSetUri, setId, setStream, setTrack, setUri, unsetStream, unsetSubClip, unsetTrackpublic 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.CopyTocreateNewInstance in class ClipTypepublic AudioClipType withChannel(int value)
public AudioClipType withSubClip(SubClipType... values)
withSubClip in class ClipTypepublic AudioClipType withSubClip(Collection<SubClipType> values)
withSubClip in class ClipTypepublic AudioClipType withUri(String value)
public AudioClipType withStream(int value)
withStream in class ClipTypepublic AudioClipType withId(String value)
public AudioClipType withTrack(int value)
Copyright © 2015. All rights reserved.