public class MXFTimestampType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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>
Modifier and Type | Field and Description |
---|---|
protected short |
day |
protected short |
hour |
protected short |
min |
protected short |
month |
protected short |
qmsec |
protected short |
sec |
protected short |
year |
Constructor and Description |
---|
MXFTimestampType() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
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.
|
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.
|
protected short year
protected short month
protected short day
protected short hour
protected short min
protected short sec
protected short qmsec
public short getYear()
public void setYear(short value)
public boolean isSetYear()
public short getMonth()
public void setMonth(short value)
public boolean isSetMonth()
public short getDay()
public void setDay(short value)
public boolean isSetDay()
public short getHour()
public void setHour(short value)
public boolean isSetHour()
public short getMin()
public void setMin(short value)
public boolean isSetMin()
public short getSec()
public void setSec(short value)
public boolean isSetSec()
public short getQmsec()
public void setQmsec(short value)
public boolean isSetQmsec()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
Copyright © 2016. All rights reserved.