Package com.vidispine.generated
Class AudioClipType
java.lang.Object
com.vidispine.generated.ClipType
com.vidispine.generated.AudioClipType
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb.lang.CopyTo
,org.jvnet.jaxb.lang.Equals
,org.jvnet.jaxb.lang.HashCode
,org.jvnet.jaxb.lang.ToString
public class AudioClipType
extends ClipType
implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString
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:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) int
Gets the value of the channel property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
void
setChannel
(int value) Sets the value of the channel property.toString()
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withChannel
(int value) Sets the value of the channel property.Sets the value of the id property.withPid
(int value) Sets the value of the pid property.withSetting
(KeyValuePairType... values) Adds objects to the list of Setting using add methodwithSetting
(Collection<KeyValuePairType> values) Adds objects to the list of Setting using addAll methodwithStream
(int value) Sets the value of the stream property.withSubClip
(SubClipType... values) Adds objects to the list of SubClip using add methodwithSubClip
(Collection<SubClipType> values) Adds objects to the list of SubClip using addAll methodwithTrack
(int value) Sets the value of the track property.Sets the value of the uri property.Methods inherited from class com.vidispine.generated.ClipType
getId, getPid, getSetting, getStream, getSubClip, getTrack, getUri, isSetId, isSetPid, isSetSetting, isSetStream, isSetSubClip, isSetTrack, isSetUri, setId, setPid, setStream, setTrack, setUri, unsetPid, unsetSetting, unsetStream, unsetSubClip, unsetTrack
-
Field Details
-
channel
protected int channel
-
-
Constructor Details
-
AudioClipType
public AudioClipType()
-
-
Method Details
-
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() -
clone
-
copyTo
-
copyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
createNewInstance
in classClipType
-
withChannel
Sets the value of the channel property.- Parameters:
value
- allowed object is int- Returns:
- The class instance
-
withSubClip
Adds objects to the list of SubClip using add method- Overrides:
withSubClip
in classClipType
- Parameters:
values
- objects to add to the list SubClip- Returns:
- The class instance
-
withSubClip
Adds objects to the list of SubClip using addAll method- Overrides:
withSubClip
in classClipType
- Parameters:
values
- objects to add to the list SubClip- Returns:
- The class instance
-
withSetting
Adds objects to the list of Setting using add method- Overrides:
withSetting
in classClipType
- Parameters:
values
- objects to add to the list Setting- Returns:
- The class instance
-
withSetting
Adds objects to the list of Setting using addAll method- Overrides:
withSetting
in classClipType
- Parameters:
values
- objects to add to the list Setting- Returns:
- The class instance
-
withUri
Sets the value of the uri property. -
withStream
Sets the value of the stream property.- Overrides:
withStream
in classClipType
- Parameters:
value
- allowed object is int- Returns:
- The class instance
-
withId
Sets the value of the id property. -
withPid
Sets the value of the pid property. -
withTrack
Sets the value of the track property. -
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) -
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) -
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) -
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
- Overrides:
appendFields
in classClipType
-