Package com.vidispine.generated
Class ExternalVideoMediaType
- java.lang.Object
-
- com.vidispine.generated.ExternalMediaType
-
- com.vidispine.generated.ExternalVideoMediaType
-
- 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 ExternalVideoMediaType extends ExternalMediaType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for ExternalVideoMediaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExternalVideoMediaType"> <complexContent> <extension base="{http://xml.vidispine.com/schema/vidispine}ExternalMediaType"> <sequence> <element name="width" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="height" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="pixelAspectRatio" type="{http://xml.vidispine.com/schema/vidispine}AspectRatioType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExternalVideoMediaType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected int
height
protected AspectRatioType
pixelAspectRatio
protected int
width
-
Fields inherited from class com.vidispine.generated.ExternalMediaType
essenceStreamId, format, samples, timeBase, uri
-
-
Constructor Summary
Constructors Constructor Description ExternalVideoMediaType()
-
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)
int
getHeight()
Gets the value of the height property.AspectRatioType
getPixelAspectRatio()
Gets the value of the pixelAspectRatio property.int
getWidth()
Gets the value of the width property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetHeight()
boolean
isSetPixelAspectRatio()
boolean
isSetWidth()
void
setHeight(int value)
Sets the value of the height property.void
setPixelAspectRatio(AspectRatioType value)
Sets the value of the pixelAspectRatio property.void
setWidth(int value)
Sets the value of the width property.ExternalVideoMediaType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ExternalVideoMediaType
withEssenceStreamId(int value)
ExternalVideoMediaType
withFormat(String value)
ExternalVideoMediaType
withHeight(int value)
ExternalVideoMediaType
withPixelAspectRatio(AspectRatioType value)
ExternalVideoMediaType
withSamples(BigInteger value)
ExternalVideoMediaType
withTimeBase(TimeBaseType value)
ExternalVideoMediaType
withUri(String value)
ExternalVideoMediaType
withWidth(int value)
-
Methods inherited from class com.vidispine.generated.ExternalMediaType
getEssenceStreamId, getFormat, getSamples, getTimeBase, getUri, isSetEssenceStreamId, isSetFormat, isSetSamples, isSetTimeBase, isSetUri, setEssenceStreamId, setFormat, setSamples, setTimeBase, setUri
-
-
-
-
Field Detail
-
width
protected int width
-
height
protected int height
-
pixelAspectRatio
protected AspectRatioType pixelAspectRatio
-
-
Method Detail
-
getWidth
public int getWidth()
Gets the value of the width property.
-
setWidth
public void setWidth(int value)
Sets the value of the width property.
-
isSetWidth
public boolean isSetWidth()
-
getHeight
public int getHeight()
Gets the value of the height property.
-
setHeight
public void setHeight(int value)
Sets the value of the height property.
-
isSetHeight
public boolean isSetHeight()
-
getPixelAspectRatio
public AspectRatioType getPixelAspectRatio()
Gets the value of the pixelAspectRatio property.- Returns:
- possible object is
AspectRatioType
-
setPixelAspectRatio
public void setPixelAspectRatio(AspectRatioType value)
Sets the value of the pixelAspectRatio property.- Parameters:
value
- allowed object isAspectRatioType
-
isSetPixelAspectRatio
public boolean isSetPixelAspectRatio()
-
clone
public Object clone()
- Overrides:
clone
in classExternalMediaType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classExternalMediaType
-
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 classExternalMediaType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
createNewInstance
in classExternalMediaType
-
withWidth
public ExternalVideoMediaType withWidth(int value)
-
withHeight
public ExternalVideoMediaType withHeight(int value)
-
withPixelAspectRatio
public ExternalVideoMediaType withPixelAspectRatio(AspectRatioType value)
-
withUri
public ExternalVideoMediaType withUri(String value)
- Overrides:
withUri
in classExternalMediaType
-
withFormat
public ExternalVideoMediaType withFormat(String value)
- Overrides:
withFormat
in classExternalMediaType
-
withEssenceStreamId
public ExternalVideoMediaType withEssenceStreamId(int value)
- Overrides:
withEssenceStreamId
in classExternalMediaType
-
withTimeBase
public ExternalVideoMediaType withTimeBase(TimeBaseType value)
- Overrides:
withTimeBase
in classExternalMediaType
-
withSamples
public ExternalVideoMediaType withSamples(BigInteger value)
- Overrides:
withSamples
in classExternalMediaType
-
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 classExternalMediaType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classExternalMediaType
-
visit
public ExternalVideoMediaType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
- Overrides:
visit
in classExternalMediaType
-
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 classExternalMediaType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classExternalMediaType
-
-