public class StreamIntervalType extends TimeIntervalType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for StreamIntervalType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StreamIntervalType"> <complexContent> <extension base="{http://xml.vidispine.com/schema/vidispine}TimeIntervalType"> <attribute name="index" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" /> <attribute name="numberOfFrames" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> </extension> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
StreamIntervalType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected int |
index |
protected int |
numberOfFrames |
end, start
Constructor and Description |
---|
StreamIntervalType() |
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() |
int |
getIndex()
Gets the value of the index property.
|
int |
getNumberOfFrames()
Gets the value of the numberOfFrames property.
|
boolean |
isSetIndex() |
boolean |
isSetNumberOfFrames() |
void |
setIndex(int value)
Sets the value of the index property.
|
void |
setNumberOfFrames(int value)
Sets the value of the numberOfFrames property.
|
StreamIntervalType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
StreamIntervalType |
withEnd(TimeCodeType value) |
StreamIntervalType |
withIndex(int value) |
StreamIntervalType |
withNumberOfFrames(int value) |
StreamIntervalType |
withStart(TimeCodeType value) |
getEnd, getStart, isSetEnd, isSetStart, setEnd, setStart
public int getIndex()
public void setIndex(int value)
public boolean isSetIndex()
public int getNumberOfFrames()
public void setNumberOfFrames(int value)
public boolean isSetNumberOfFrames()
public Object clone()
clone
in class TimeIntervalType
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo
in class TimeIntervalType
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
copyTo
in class TimeIntervalType
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
createNewInstance
in class TimeIntervalType
public StreamIntervalType withIndex(int value)
public StreamIntervalType withNumberOfFrames(int value)
public StreamIntervalType withStart(TimeCodeType value)
withStart
in class TimeIntervalType
public StreamIntervalType withEnd(TimeCodeType value)
withEnd
in class TimeIntervalType
public StreamIntervalType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
visit
in class TimeIntervalType
Copyright © 2017. All rights reserved.