Class EDLEntryType

  • 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 EDLEntryType
    extends Object
    implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    Java class for EDLEntryType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="EDLEntryType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="start" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
           <attribute name="length" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
           <attribute name="mediaRate" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • start

        protected long start
      • length

        protected long length
      • mediaRate

        protected int mediaRate
    • Constructor Detail

      • EDLEntryType

        public EDLEntryType()
    • Method Detail

      • getStart

        public long getStart()
        Gets the value of the start property.
      • setStart

        public void setStart​(long value)
        Sets the value of the start property.
      • isSetStart

        public boolean isSetStart()
      • getLength

        public long getLength()
        Gets the value of the length property.
      • setLength

        public void setLength​(long value)
        Sets the value of the length property.
      • isSetLength

        public boolean isSetLength()
      • getMediaRate

        public int getMediaRate()
        Gets the value of the mediaRate property.
      • setMediaRate

        public void setMediaRate​(int value)
        Sets the value of the mediaRate property.
      • isSetMediaRate

        public boolean isSetMediaRate()
      • copyTo

        public Object copyTo​(Object target)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • copyTo

        public Object copyTo​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                             Object target,
                             org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • createNewInstance

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • withLength

        public EDLEntryType withLength​(long value)
      • withMediaRate

        public EDLEntryType withMediaRate​(int value)
      • 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 interface org.jvnet.jaxb2_commons.lang.Equals2
      • visit

        public EDLEntryType visit​(com.kscs.util.jaxb.PropertyVisitor _visitor_)
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object