public class FrameRateType extends RationalType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for FrameRateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FrameRateType">
<complexContent>
<extension base="{http://xml.vidispine.com/schema/vidispine}RationalType">
</extension>
</complexContent>
</complexType>
denominator, numerator| Constructor and Description |
|---|
FrameRateType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
FrameRateType |
withDenominator(int value) |
FrameRateType |
withNumerator(int value) |
getDenominator, getNumerator, isSetDenominator, isSetNumerator, setDenominator, setNumeratorpublic Object clone()
clone in class RationalTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class RationalTypepublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class RationalTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in class RationalTypepublic FrameRateType withNumerator(int value)
withNumerator in class RationalTypepublic FrameRateType withDenominator(int value)
withDenominator in class RationalTypeCopyright © 2015. All rights reserved.