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