Package com.vidispine.generated
Class StreamIntervalType
- java.lang.Object
-
- com.vidispine.generated.TimeIntervalType
-
- com.vidispine.generated.StreamIntervalType
-
- 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 StreamIntervalType extends TimeIntervalType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StreamIntervalType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected int
index
protected int
numberOfFrames
-
Fields inherited from class com.vidispine.generated.TimeIntervalType
end, start
-
-
Constructor Summary
Constructors Constructor Description StreamIntervalType()
-
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)
int
getIndex()
Gets the value of the index property.int
getNumberOfFrames()
Gets the value of the numberOfFrames property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
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)
-
Methods inherited from class com.vidispine.generated.TimeIntervalType
getEnd, getStart, isSetEnd, isSetStart, setEnd, setStart
-
-
-
-
Method Detail
-
getIndex
public int getIndex()
Gets the value of the index property.
-
setIndex
public void setIndex(int value)
Sets the value of the index property.
-
isSetIndex
public boolean isSetIndex()
-
getNumberOfFrames
public int getNumberOfFrames()
Gets the value of the numberOfFrames property.
-
setNumberOfFrames
public void setNumberOfFrames(int value)
Sets the value of the numberOfFrames property.
-
isSetNumberOfFrames
public boolean isSetNumberOfFrames()
-
clone
public Object clone()
- Overrides:
clone
in classTimeIntervalType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classTimeIntervalType
-
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
- Overrides:
copyTo
in classTimeIntervalType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
createNewInstance
in classTimeIntervalType
-
withIndex
public StreamIntervalType withIndex(int value)
-
withNumberOfFrames
public StreamIntervalType withNumberOfFrames(int value)
-
withStart
public StreamIntervalType withStart(TimeCodeType value)
- Overrides:
withStart
in classTimeIntervalType
-
withEnd
public StreamIntervalType withEnd(TimeCodeType value)
- Overrides:
withEnd
in classTimeIntervalType
-
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
- Overrides:
equals
in classTimeIntervalType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classTimeIntervalType
-
visit
public StreamIntervalType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
- Overrides:
visit
in classTimeIntervalType
-
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
- Overrides:
hashCode
in classTimeIntervalType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classTimeIntervalType
-
-