public class AudioMediaInfoType extends BaseMediaInfoType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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>
isSetProperty| Modifier and Type | Class and Description |
|---|---|
static class |
AudioMediaInfoType.PropInfo |
bitRateMode, property, source| Constructor and Description |
|---|
AudioMediaInfoType() |
| 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() |
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.EqualsStrategy strategy) |
AudioMediaInfoType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
AudioMediaInfoType |
withBitRateMode(String value) |
AudioMediaInfoType |
withProperty(Collection<KeyValuePairType> values) |
AudioMediaInfoType |
withProperty(KeyValuePairType... values) |
AudioMediaInfoType |
withSource(String value) |
getBitRateMode, getProperty, getSource, isSetBitRateMode, isSetProperty, isSetSource, setBitRateMode, setSource, unsetPropertypublic Object clone()
clone in class BaseMediaInfoTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class BaseMediaInfoTypepublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class BaseMediaInfoTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in class BaseMediaInfoTypepublic AudioMediaInfoType withBitRateMode(String value)
withBitRateMode in class BaseMediaInfoTypepublic AudioMediaInfoType withSource(String value)
withSource in class BaseMediaInfoTypepublic AudioMediaInfoType withProperty(KeyValuePairType... values)
withProperty in class BaseMediaInfoTypepublic AudioMediaInfoType withProperty(Collection<KeyValuePairType> values)
withProperty in class BaseMediaInfoTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class BaseMediaInfoTypepublic boolean equals(Object object)
equals in class BaseMediaInfoTypepublic AudioMediaInfoType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
visit in class BaseMediaInfoTypeCopyright © 2019. All rights reserved.