Class MXFTimestampType

  • 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 MXFTimestampType
    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 MXFTimestampType complex type.

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

     <complexType name="MXFTimestampType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="year" type="{http://www.w3.org/2001/XMLSchema}short"/>
             <element name="month" type="{http://www.w3.org/2001/XMLSchema}unsignedByte"/>
             <element name="day" type="{http://www.w3.org/2001/XMLSchema}unsignedByte"/>
             <element name="hour" type="{http://www.w3.org/2001/XMLSchema}unsignedByte"/>
             <element name="min" type="{http://www.w3.org/2001/XMLSchema}unsignedByte"/>
             <element name="sec" type="{http://www.w3.org/2001/XMLSchema}unsignedByte"/>
             <element name="qmsec" type="{http://www.w3.org/2001/XMLSchema}unsignedByte"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • year

        protected short year
      • month

        protected short month
      • day

        protected short day
      • hour

        protected short hour
      • min

        protected short min
      • sec

        protected short sec
      • qmsec

        protected short qmsec
    • Constructor Detail

      • MXFTimestampType

        public MXFTimestampType()
    • Method Detail

      • getYear

        public short getYear()
        Gets the value of the year property.
      • setYear

        public void setYear​(short value)
        Sets the value of the year property.
      • isSetYear

        public boolean isSetYear()
      • getMonth

        public short getMonth()
        Gets the value of the month property.
      • setMonth

        public void setMonth​(short value)
        Sets the value of the month property.
      • isSetMonth

        public boolean isSetMonth()
      • getDay

        public short getDay()
        Gets the value of the day property.
      • setDay

        public void setDay​(short value)
        Sets the value of the day property.
      • isSetDay

        public boolean isSetDay()
      • getHour

        public short getHour()
        Gets the value of the hour property.
      • setHour

        public void setHour​(short value)
        Sets the value of the hour property.
      • isSetHour

        public boolean isSetHour()
      • getMin

        public short getMin()
        Gets the value of the min property.
      • setMin

        public void setMin​(short value)
        Sets the value of the min property.
      • isSetMin

        public boolean isSetMin()
      • getSec

        public short getSec()
        Gets the value of the sec property.
      • setSec

        public void setSec​(short value)
        Sets the value of the sec property.
      • isSetSec

        public boolean isSetSec()
      • getQmsec

        public short getQmsec()
        Gets the value of the qmsec property.
      • setQmsec

        public void setQmsec​(short value)
        Sets the value of the qmsec property.
      • isSetQmsec

        public boolean isSetQmsec()
      • 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
      • 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 MXFTimestampType 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