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) boolean
boolean
equals
(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.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
void
setFormatSettingsGOP
(String value) Sets the value of the formatSettingsGOP property.void
setIntraDcPrecision
(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:
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
-
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:
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
-