public class EDLEntryType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for EDLEntryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EDLEntryType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="start" use="required" type="{http://www.w3.org/2001/XMLSchema}long" /> <attribute name="length" use="required" type="{http://www.w3.org/2001/XMLSchema}long" /> <attribute name="mediaRate" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected long |
length |
protected int |
mediaRate |
protected long |
start |
Constructor and Description |
---|
EDLEntryType() |
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 |
getLength()
Gets the value of the length property.
|
int |
getMediaRate()
Gets the value of the mediaRate property.
|
long |
getStart()
Gets the value of the start property.
|
boolean |
isSetLength() |
boolean |
isSetMediaRate() |
boolean |
isSetStart() |
void |
setLength(long value)
Sets the value of the length property.
|
void |
setMediaRate(int value)
Sets the value of the mediaRate property.
|
void |
setStart(long value)
Sets the value of the start property.
|
protected long start
protected long length
protected int mediaRate
public long getStart()
public void setStart(long value)
public boolean isSetStart()
public long getLength()
public void setLength(long value)
public boolean isSetLength()
public int getMediaRate()
public void setMediaRate(int value)
public boolean isSetMediaRate()
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.