public class EDLEntryType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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 | Class and Description |
---|---|
static class |
EDLEntryType.PropInfo |
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() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
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.
|
EDLEntryType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
EDLEntryType |
withLength(long value) |
EDLEntryType |
withMediaRate(int value) |
EDLEntryType |
withStart(long value) |
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
public EDLEntryType withStart(long value)
public EDLEntryType withLength(long value)
public EDLEntryType withMediaRate(int value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public EDLEntryType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.