Package com.vidispine.generated
Class MXFTimestampType
- java.lang.Object
-
- com.vidispine.generated.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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MXFTimestampType.PropInfo
-
Constructor Summary
Constructors Constructor Description MXFTimestampType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
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)
short
getDay()
Gets the value of the day property.short
getHour()
Gets the value of the hour property.short
getMin()
Gets the value of the min property.short
getMonth()
Gets the value of the month property.short
getQmsec()
Gets the value of the qmsec property.short
getSec()
Gets the value of the sec property.short
getYear()
Gets the value of the year property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetDay()
boolean
isSetHour()
boolean
isSetMin()
boolean
isSetMonth()
boolean
isSetQmsec()
boolean
isSetSec()
boolean
isSetYear()
void
setDay(short value)
Sets the value of the day property.void
setHour(short value)
Sets the value of the hour property.void
setMin(short value)
Sets the value of the min property.void
setMonth(short value)
Sets the value of the month property.void
setQmsec(short value)
Sets the value of the qmsec property.void
setSec(short value)
Sets the value of the sec property.void
setYear(short value)
Sets the value of the year property.MXFTimestampType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
MXFTimestampType
withDay(short value)
MXFTimestampType
withHour(short value)
MXFTimestampType
withMin(short value)
MXFTimestampType
withMonth(short value)
MXFTimestampType
withQmsec(short value)
MXFTimestampType
withSec(short value)
MXFTimestampType
withYear(short value)
-
-
-
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 interfaceorg.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 interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withYear
public MXFTimestampType withYear(short value)
-
withMonth
public MXFTimestampType withMonth(short value)
-
withDay
public MXFTimestampType withDay(short value)
-
withHour
public MXFTimestampType withHour(short value)
-
withMin
public MXFTimestampType withMin(short value)
-
withSec
public MXFTimestampType withSec(short value)
-
withQmsec
public MXFTimestampType withQmsec(short 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 interfaceorg.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 interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-