Class FrameRateType

java.lang.Object
com.vidispine.generated.RationalType
com.vidispine.generated.FrameRateType
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 FrameRateType extends RationalType 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 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>
 
See Also:
  • Constructor Details

    • FrameRateType

      public FrameRateType()
  • Method Details

    • clone

      public Object clone()
      Overrides:
      clone in class RationalType
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
      Overrides:
      copyTo in class RationalType
    • copyTo

      public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
      Overrides:
      copyTo in class RationalType
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
      Overrides:
      createNewInstance in class RationalType
    • withNumerator

      public FrameRateType withNumerator(int value)
      Sets the value of the numerator property.
      Overrides:
      withNumerator in class RationalType
      Parameters:
      value - allowed object is int
      Returns:
      The class instance
    • withDenominator

      public FrameRateType withDenominator(int value)
      Sets the value of the denominator property.
      Overrides:
      withDenominator in class RationalType
      Parameters:
      value - allowed object is int
      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 interface org.jvnet.jaxb.lang.Equals
      Overrides:
      equals in class RationalType
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class RationalType
    • visit

      public FrameRateType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
      Overrides:
      visit in class RationalType
    • hashCode

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
      Overrides:
      hashCode in class RationalType
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class RationalType
    • toString

      public String toString()
      Overrides:
      toString in class RationalType
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.jvnet.jaxb.lang.ToString
      Overrides:
      append in class RationalType
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb.lang.ToString
      Overrides:
      appendFields in class RationalType