Package com.vidispine.generated
Class SubtitleMediaInfoType
java.lang.Object
com.vidispine.generated.BaseMediaInfoType
com.vidispine.generated.SubtitleMediaInfoType
- 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 SubtitleMediaInfoType
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 SubtitleMediaInfoType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="SubtitleMediaInfoType">
<complexContent>
<extension base="{http://xml.vidispine.com/schema/vidispine}BaseMediaInfoType">
</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) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) int
hashCode()
int
hashCode
(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
-
SubtitleMediaInfoType
public SubtitleMediaInfoType()
-
-
Method Details
-
clone
- Overrides:
clone
in classBaseMediaInfoType
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
copyTo
in classBaseMediaInfoType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
copyTo
in classBaseMediaInfoType
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
createNewInstance
in classBaseMediaInfoType
-
withBitRateMode
Sets the value of the bitRateMode property.- Overrides:
withBitRateMode
in classBaseMediaInfoType
- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withSource
Sets the value of the source property.- Overrides:
withSource
in classBaseMediaInfoType
- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withProperty
Adds objects to the list of Property using add method- Overrides:
withProperty
in 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:
withProperty
in 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:
equals
in interfaceorg.jvnet.jaxb.lang.Equals
- Overrides:
equals
in classBaseMediaInfoType
-
equals
- Overrides:
equals
in classBaseMediaInfoType
-
visit
- Overrides:
visit
in classBaseMediaInfoType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
- Overrides:
hashCode
in classBaseMediaInfoType
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseMediaInfoType
-
toString
- Overrides:
toString
in classBaseMediaInfoType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb.lang.ToString
- Overrides:
append
in classBaseMediaInfoType
-
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 classBaseMediaInfoType
-