Package com.vidispine.generated
Class EDLEntryType
- java.lang.Object
-
- com.vidispine.generated.EDLEntryType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class EDLEntryType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EDLEntryType.PropInfo
-
Constructor Summary
Constructors Constructor Description EDLEntryType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 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.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
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)
-
-
-
Method Detail
-
getStart
public long getStart()
Gets the value of the start property.
-
setStart
public void setStart(long value)
Sets the value of the start property.
-
isSetStart
public boolean isSetStart()
-
getLength
public long getLength()
Gets the value of the length property.
-
setLength
public void setLength(long value)
Sets the value of the length property.
-
isSetLength
public boolean isSetLength()
-
getMediaRate
public int getMediaRate()
Gets the value of the mediaRate property.
-
setMediaRate
public void setMediaRate(int value)
Sets the value of the mediaRate property.
-
isSetMediaRate
public boolean isSetMediaRate()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withStart
public EDLEntryType withStart(long value)
-
withLength
public EDLEntryType withLength(long value)
-
withMediaRate
public EDLEntryType withMediaRate(int value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public EDLEntryType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-