Package com.vidispine.generated
Class AudioMediaInfoType
java.lang.Object
com.vidispine.generated.BaseMediaInfoType
com.vidispine.generated.AudioMediaInfoType
- 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 AudioMediaInfoType
extends BaseMediaInfoType
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 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:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.vidispine.generated.BaseMediaInfoType
bitRateMode, property, source -
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) booleanbooleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) toString()visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) withBitRateMode(String value) Sets the value of the bitRateMode property.withProperty(KeyValuePairType... values) Adds objects to the list of Property using add methodwithProperty(Collection<KeyValuePairType> values) Adds objects to the list of Property using addAll methodwithSource(String value) Sets the value of the source property.Methods inherited from class com.vidispine.generated.BaseMediaInfoType
getBitRateMode, getProperty, getSource, isSetBitRateMode, isSetProperty, isSetSource, setBitRateMode, setSource, unsetProperty
-
Constructor Details
-
AudioMediaInfoType
public AudioMediaInfoType()
-
-
Method Details
-
clone
- Overrides:
clonein classBaseMediaInfoType
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classBaseMediaInfoType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classBaseMediaInfoType
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
createNewInstancein classBaseMediaInfoType
-
withBitRateMode
Sets the value of the bitRateMode property.- Overrides:
withBitRateModein classBaseMediaInfoType- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withSource
Sets the value of the source property.- Overrides:
withSourcein classBaseMediaInfoType- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withProperty
Adds objects to the list of Property using add method- Overrides:
withPropertyin classBaseMediaInfoType- Parameters:
values- objects to add to the list Property- Returns:
- The class instance
-
withProperty
Adds objects to the list of Property using addAll method- Overrides:
withPropertyin classBaseMediaInfoType- Parameters:
values- objects to add to the list Property- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals- Overrides:
equalsin classBaseMediaInfoType
-
equals
- Overrides:
equalsin classBaseMediaInfoType
-
visit
- Overrides:
visitin classBaseMediaInfoType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classBaseMediaInfoType
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseMediaInfoType
-
toString
- Overrides:
toStringin classBaseMediaInfoType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendin classBaseMediaInfoType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendFieldsin classBaseMediaInfoType
-