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) booleanbooleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) intGets the value of the height property.Gets the value of the pixelAspectRatio property.intgetWidth()Gets the value of the width property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanbooleanbooleanvoidsetHeight(int value) Sets the value of the height property.voidSets the value of the pixelAspectRatio property.voidsetWidth(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:
clonein classExternalMediaType
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classExternalMediaType
-
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 classExternalMediaType
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
createNewInstancein 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:
withUriin classExternalMediaType- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withFormat
Sets the value of the format property.- Overrides:
withFormatin classExternalMediaType- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withEssenceStreamId
Sets the value of the essenceStreamId property.- Overrides:
withEssenceStreamIdin classExternalMediaType- Parameters:
value- allowed object is int- Returns:
- The class instance
-
withTimeBase
Sets the value of the timeBase property.- Overrides:
withTimeBasein classExternalMediaType- Parameters:
value- allowed object isTimeBaseType- Returns:
- The class instance
-
withSamples
Sets the value of the samples property.- Overrides:
withSamplesin 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:
equalsin interfaceorg.jvnet.jaxb.lang.Equals- Overrides:
equalsin classExternalMediaType
-
equals
- Overrides:
equalsin classExternalMediaType
-
visit
- Overrides:
visitin classExternalMediaType
-
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 classExternalMediaType
-
hashCode
public int hashCode()- Overrides:
hashCodein classExternalMediaType
-
toString
- Overrides:
toStringin classExternalMediaType
-
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 classExternalMediaType
-
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 classExternalMediaType
-