Package com.vidispine.generated
Class AudioClipType
- java.lang.Object
-
- com.vidispine.generated.ClipType
-
- com.vidispine.generated.AudioClipType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class AudioClipType extends ClipType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AudioClipType.PropInfo
-
Constructor Summary
Constructors Constructor Description AudioClipType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
boolean
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
int
getChannel()
Gets the value of the channel property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetChannel()
void
setChannel(int value)
Sets the value of the channel property.AudioClipType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
AudioClipType
withChannel(int value)
AudioClipType
withId(String value)
AudioClipType
withStream(int value)
AudioClipType
withSubClip(SubClipType... values)
AudioClipType
withSubClip(Collection<SubClipType> values)
AudioClipType
withTrack(int value)
AudioClipType
withUri(String value)
-
Methods inherited from class com.vidispine.generated.ClipType
getId, getStream, getSubClip, getTrack, getUri, isSetId, isSetStream, isSetSubClip, isSetTrack, isSetUri, setId, setStream, setTrack, setUri, unsetStream, unsetSubClip, unsetTrack
-
-
-
-
Method Detail
-
getChannel
public int getChannel()
Gets the value of the channel property.
-
setChannel
public void setChannel(int value)
Sets the value of the channel property.
-
isSetChannel
public boolean isSetChannel()
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
createNewInstance
in classClipType
-
withChannel
public AudioClipType withChannel(int value)
-
withSubClip
public AudioClipType withSubClip(SubClipType... values)
- Overrides:
withSubClip
in classClipType
-
withSubClip
public AudioClipType withSubClip(Collection<SubClipType> values)
- Overrides:
withSubClip
in classClipType
-
withUri
public AudioClipType withUri(String value)
-
withStream
public AudioClipType withStream(int value)
- Overrides:
withStream
in classClipType
-
withId
public AudioClipType withId(String value)
-
withTrack
public AudioClipType withTrack(int value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
-
visit
public AudioClipType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
-
-