Package com.vidispine.generated
Class ExternalVideoMediaType
java.lang.Object
com.vidispine.generated.ExternalMediaType
com.vidispine.generated.ExternalVideoMediaType
- 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 ExternalVideoMediaType
extends ExternalMediaType
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 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:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class com.vidispine.generated.ExternalMediaType
essenceStreamId, format, samples, timeBase, uri
-
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
Gets the value of the height property.Gets the value of the pixelAspectRatio property.int
getWidth()
Gets the value of the width property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
boolean
void
setHeight
(int value) Sets the value of the height property.void
Sets the value of the pixelAspectRatio property.void
setWidth
(int value) Sets the value of the width property.toString()
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withEssenceStreamId
(int value) Sets the value of the essenceStreamId property.withFormat
(String value) Sets the value of the format property.withHeight
(int value) Sets the value of the height property.Sets the value of the pixelAspectRatio property.withSamples
(BigInteger value) Sets the value of the samples property.withTimeBase
(TimeBaseType value) Sets the value of the timeBase property.Sets the value of the uri property.withWidth
(int value) Sets the value of the width property.Methods inherited from class com.vidispine.generated.ExternalMediaType
getEssenceStreamId, getFormat, getSamples, getTimeBase, getUri, isSetEssenceStreamId, isSetFormat, isSetSamples, isSetTimeBase, isSetUri, setEssenceStreamId, setFormat, setSamples, setTimeBase, setUri
-
Field Details
-
width
protected int width -
height
protected int height -
pixelAspectRatio
-
-
Constructor Details
-
ExternalVideoMediaType
public ExternalVideoMediaType()
-
-
Method Details
-
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
Gets the value of the pixelAspectRatio property.- Returns:
- possible object is
AspectRatioType
-
setPixelAspectRatio
Sets the value of the pixelAspectRatio property.- Parameters:
value
- allowed object isAspectRatioType
-
isSetPixelAspectRatio
public boolean isSetPixelAspectRatio() -
clone
- Overrides:
clone
in classExternalMediaType
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
copyTo
in classExternalMediaType
-
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 classExternalMediaType
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
createNewInstance
in classExternalMediaType
-
withWidth
Sets the value of the width property.- Parameters:
value
- allowed object is int- Returns:
- The class instance
-
withHeight
Sets the value of the height property.- Parameters:
value
- allowed object is int- Returns:
- The class instance
-
withPixelAspectRatio
Sets the value of the pixelAspectRatio property.- Parameters:
value
- allowed object isAspectRatioType
- Returns:
- The class instance
-
withUri
Sets the value of the uri property.- Overrides:
withUri
in classExternalMediaType
- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withFormat
Sets the value of the format property.- Overrides:
withFormat
in classExternalMediaType
- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withEssenceStreamId
Sets the value of the essenceStreamId property.- Overrides:
withEssenceStreamId
in classExternalMediaType
- Parameters:
value
- allowed object is int- Returns:
- The class instance
-
withTimeBase
Sets the value of the timeBase property.- Overrides:
withTimeBase
in classExternalMediaType
- Parameters:
value
- allowed object isTimeBaseType
- Returns:
- The class instance
-
withSamples
Sets the value of the samples property.- Overrides:
withSamples
in classExternalMediaType
- Parameters:
value
- allowed object isBigInteger
- 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 classExternalMediaType
-
equals
- Overrides:
equals
in classExternalMediaType
-
visit
- Overrides:
visit
in classExternalMediaType
-
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 classExternalMediaType
-
hashCode
public int hashCode()- Overrides:
hashCode
in classExternalMediaType
-
toString
- Overrides:
toString
in classExternalMediaType
-
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 classExternalMediaType
-
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 classExternalMediaType
-