Package com.vidispine.generated
Class VideoMediaInfoType
java.lang.Object
com.vidispine.generated.BaseMediaInfoType
com.vidispine.generated.VideoMediaInfoType
- 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 VideoMediaInfoType
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 VideoMediaInfoType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="VideoMediaInfoType">
<complexContent>
<extension base="{http://xml.vidispine.com/schema/vidispine}BaseMediaInfoType">
<sequence>
<element name="Format_Settings_GOP" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="intra_dc_precision" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields 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) Gets the value of the formatSettingsGOP property.Gets the value of the intraDcPrecision property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanbooleanvoidsetFormatSettingsGOP(String value) Sets the value of the formatSettingsGOP property.voidsetIntraDcPrecision(Integer value) Sets the value of the intraDcPrecision property.toString()visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) withBitRateMode(String value) Sets the value of the bitRateMode property.withFormatSettingsGOP(String value) Sets the value of the formatSettingsGOP property.withIntraDcPrecision(Integer value) Sets the value of the intraDcPrecision 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
-
Field Details
-
formatSettingsGOP
-
intraDcPrecision
-
-
Constructor Details
-
VideoMediaInfoType
public VideoMediaInfoType()
-
-
Method Details
-
getFormatSettingsGOP
Gets the value of the formatSettingsGOP property.- Returns:
- possible object is
String
-
setFormatSettingsGOP
Sets the value of the formatSettingsGOP property.- Parameters:
value- allowed object isString
-
isSetFormatSettingsGOP
public boolean isSetFormatSettingsGOP() -
getIntraDcPrecision
Gets the value of the intraDcPrecision property.- Returns:
- possible object is
Integer
-
setIntraDcPrecision
Sets the value of the intraDcPrecision property.- Parameters:
value- allowed object isInteger
-
isSetIntraDcPrecision
public boolean isSetIntraDcPrecision() -
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
-
withFormatSettingsGOP
Sets the value of the formatSettingsGOP property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withIntraDcPrecision
Sets the value of the intraDcPrecision property.- Parameters:
value- allowed object isInteger- Returns:
- The class instance
-
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
-