Package com.vidispine.generated
Class VideoMediaInfoType
- java.lang.Object
-
- com.vidispine.generated.BaseMediaInfoType
-
- com.vidispine.generated.VideoMediaInfoType
-
- 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 VideoMediaInfoType 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 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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VideoMediaInfoType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected String
formatSettingsGOP
protected Integer
intraDcPrecision
-
Fields inherited from class com.vidispine.generated.BaseMediaInfoType
bitRateMode, property, source
-
-
Constructor Summary
Constructors Constructor Description VideoMediaInfoType()
-
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)
String
getFormatSettingsGOP()
Gets the value of the formatSettingsGOP property.Integer
getIntraDcPrecision()
Gets the value of the intraDcPrecision property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetFormatSettingsGOP()
boolean
isSetIntraDcPrecision()
void
setFormatSettingsGOP(String value)
Sets the value of the formatSettingsGOP property.void
setIntraDcPrecision(Integer value)
Sets the value of the intraDcPrecision property.VideoMediaInfoType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
VideoMediaInfoType
withBitRateMode(String value)
VideoMediaInfoType
withFormatSettingsGOP(String value)
VideoMediaInfoType
withIntraDcPrecision(Integer value)
VideoMediaInfoType
withProperty(KeyValuePairType... values)
VideoMediaInfoType
withProperty(Collection<KeyValuePairType> values)
VideoMediaInfoType
withSource(String value)
-
Methods inherited from class com.vidispine.generated.BaseMediaInfoType
getBitRateMode, getProperty, getSource, isSetBitRateMode, isSetProperty, isSetSource, setBitRateMode, setSource, unsetProperty
-
-
-
-
Method Detail
-
getFormatSettingsGOP
public String getFormatSettingsGOP()
Gets the value of the formatSettingsGOP property.- Returns:
- possible object is
String
-
setFormatSettingsGOP
public void setFormatSettingsGOP(String value)
Sets the value of the formatSettingsGOP property.- Parameters:
value
- allowed object isString
-
isSetFormatSettingsGOP
public boolean isSetFormatSettingsGOP()
-
getIntraDcPrecision
public Integer getIntraDcPrecision()
Gets the value of the intraDcPrecision property.- Returns:
- possible object is
Integer
-
setIntraDcPrecision
public void setIntraDcPrecision(Integer value)
Sets the value of the intraDcPrecision property.- Parameters:
value
- allowed object isInteger
-
isSetIntraDcPrecision
public boolean isSetIntraDcPrecision()
-
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
-
withFormatSettingsGOP
public VideoMediaInfoType withFormatSettingsGOP(String value)
-
withIntraDcPrecision
public VideoMediaInfoType withIntraDcPrecision(Integer value)
-
withBitRateMode
public VideoMediaInfoType withBitRateMode(String value)
- Overrides:
withBitRateMode
in classBaseMediaInfoType
-
withSource
public VideoMediaInfoType withSource(String value)
- Overrides:
withSource
in classBaseMediaInfoType
-
withProperty
public VideoMediaInfoType withProperty(KeyValuePairType... values)
- Overrides:
withProperty
in classBaseMediaInfoType
-
withProperty
public VideoMediaInfoType 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 VideoMediaInfoType 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
-
-