public class TimeCodeType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for TimeCodeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimeCodeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="samples" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="timeBase" type="{http://xml.vidispine.com/schema/vidispine}TimeBaseType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
samples |
protected TimeBaseType |
timeBase |
| Constructor and Description |
|---|
TimeCodeType() |
| 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() |
long |
getSamples()
Gets the value of the samples property.
|
TimeBaseType |
getTimeBase()
Gets the value of the timeBase property.
|
boolean |
isSetSamples() |
boolean |
isSetTimeBase() |
void |
setSamples(long value)
Sets the value of the samples property.
|
void |
setTimeBase(TimeBaseType value)
Sets the value of the timeBase property.
|
TimeCodeType |
withSamples(long value) |
TimeCodeType |
withTimeBase(TimeBaseType value) |
protected long samples
protected TimeBaseType timeBase
public long getSamples()
public void setSamples(long value)
public boolean isSetSamples()
public TimeBaseType getTimeBase()
TimeBaseTypepublic void setTimeBase(TimeBaseType value)
value - allowed object is
TimeBaseTypepublic boolean isSetTimeBase()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic TimeCodeType withSamples(long value)
public TimeCodeType withTimeBase(TimeBaseType value)
Copyright © 2015. All rights reserved.