Package com.vidispine.generated
Class AudioMediaInfoType
- java.lang.Object
-
- com.vidispine.generated.BaseMediaInfoType
-
- com.vidispine.generated.AudioMediaInfoType
-
- 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 AudioMediaInfoType extends BaseMediaInfoType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for AudioMediaInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AudioMediaInfoType"> <complexContent> <extension base="{http://xml.vidispine.com/schema/vidispine}BaseMediaInfoType"> <sequence> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AudioMediaInfoType.PropInfo
-
Field Summary
-
Fields inherited from class com.vidispine.generated.BaseMediaInfoType
bitRateMode, property, source
-
-
Constructor Summary
Constructors Constructor Description AudioMediaInfoType()
-
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
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
AudioMediaInfoType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
AudioMediaInfoType
withBitRateMode(String value)
AudioMediaInfoType
withProperty(KeyValuePairType... values)
AudioMediaInfoType
withProperty(Collection<KeyValuePairType> values)
AudioMediaInfoType
withSource(String value)
-
Methods inherited from class com.vidispine.generated.BaseMediaInfoType
getBitRateMode, getProperty, getSource, isSetBitRateMode, isSetProperty, isSetSource, setBitRateMode, setSource, unsetProperty
-
-
-
-
Method Detail
-
clone
public Object clone()
- Overrides:
clone
in classBaseMediaInfoType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classBaseMediaInfoType
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classBaseMediaInfoType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
createNewInstance
in classBaseMediaInfoType
-
withBitRateMode
public AudioMediaInfoType withBitRateMode(String value)
- Overrides:
withBitRateMode
in classBaseMediaInfoType
-
withSource
public AudioMediaInfoType withSource(String value)
- Overrides:
withSource
in classBaseMediaInfoType
-
withProperty
public AudioMediaInfoType withProperty(KeyValuePairType... values)
- Overrides:
withProperty
in classBaseMediaInfoType
-
withProperty
public AudioMediaInfoType withProperty(Collection<KeyValuePairType> values)
- Overrides:
withProperty
in classBaseMediaInfoType
-
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)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
- Overrides:
equals
in classBaseMediaInfoType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classBaseMediaInfoType
-
visit
public AudioMediaInfoType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
- Overrides:
visit
in classBaseMediaInfoType
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
- Overrides:
hashCode
in classBaseMediaInfoType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classBaseMediaInfoType
-
-