Package com.vidispine.generated
Class MXFTimestampType
java.lang.Object
com.vidispine.generated.MXFTimestampType
- 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 MXFTimestampType
extends Object
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 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:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy 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.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
isSetDay()
boolean
boolean
isSetMin()
boolean
boolean
boolean
isSetSec()
boolean
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.toString()
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withDay
(short value) Sets the value of the day property.withHour
(short value) Sets the value of the hour property.withMin
(short value) Sets the value of the min property.withMonth
(short value) Sets the value of the month property.withQmsec
(short value) Sets the value of the qmsec property.withSec
(short value) Sets the value of the sec property.withYear
(short value) Sets the value of the year property.
-
Field Details
-
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 Details
-
MXFTimestampType
public MXFTimestampType()
-
-
Method Details
-
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() -
clone
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withYear
Sets the value of the year property.- Parameters:
value
- allowed object is short- Returns:
- The class instance
-
withMonth
Sets the value of the month property.- Parameters:
value
- allowed object is short- Returns:
- The class instance
-
withDay
Sets the value of the day property.- Parameters:
value
- allowed object is short- Returns:
- The class instance
-
withHour
Sets the value of the hour property.- Parameters:
value
- allowed object is short- Returns:
- The class instance
-
withMin
Sets the value of the min property.- Parameters:
value
- allowed object is short- Returns:
- The class instance
-
withSec
Sets the value of the sec property.- Parameters:
value
- allowed object is short- Returns:
- The class instance
-
withQmsec
Sets the value of the qmsec property.- Parameters:
value
- allowed object is short- 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 interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
-