Package com.vidispine.generated
Class StreamIntervalType
java.lang.Object
com.vidispine.generated.TimeIntervalType
com.vidispine.generated.StreamIntervalType
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb.lang.CopyTo
,org.jvnet.jaxb.lang.Equals
,org.jvnet.jaxb.lang.HashCode
,org.jvnet.jaxb.lang.ToString
public class StreamIntervalType
extends TimeIntervalType
implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString
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:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class com.vidispine.generated.TimeIntervalType
end, start
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) int
getIndex()
Gets the value of the index property.int
Gets the value of the numberOfFrames property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
void
setIndex
(int value) Sets the value of the index property.void
setNumberOfFrames
(int value) Sets the value of the numberOfFrames property.toString()
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withEnd
(TimeCodeType value) Sets the value of the end property.withIndex
(int value) Sets the value of the index property.withNumberOfFrames
(int value) Sets the value of the numberOfFrames property.withStart
(TimeCodeType value) Sets the value of the start property.Methods inherited from class com.vidispine.generated.TimeIntervalType
getEnd, getStart, isSetEnd, isSetStart, setEnd, setStart
-
Field Details
-
index
protected int index -
numberOfFrames
protected int numberOfFrames
-
-
Constructor Details
-
StreamIntervalType
public StreamIntervalType()
-
-
Method Details
-
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
- Overrides:
clone
in classTimeIntervalType
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
copyTo
in classTimeIntervalType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
copyTo
in classTimeIntervalType
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
createNewInstance
in classTimeIntervalType
-
withIndex
Sets the value of the index property.- Parameters:
value
- allowed object is int- Returns:
- The class instance
-
withNumberOfFrames
Sets the value of the numberOfFrames property.- Parameters:
value
- allowed object is int- Returns:
- The class instance
-
withStart
Sets the value of the start property.- Overrides:
withStart
in classTimeIntervalType
- Parameters:
value
- allowed object isTimeCodeType
- Returns:
- The class instance
-
withEnd
Sets the value of the end property.- Overrides:
withEnd
in classTimeIntervalType
- Parameters:
value
- allowed object isTimeCodeType
- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equals
in interfaceorg.jvnet.jaxb.lang.Equals
- Overrides:
equals
in classTimeIntervalType
-
equals
- Overrides:
equals
in classTimeIntervalType
-
visit
- Overrides:
visit
in classTimeIntervalType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
- Overrides:
hashCode
in classTimeIntervalType
-
hashCode
public int hashCode()- Overrides:
hashCode
in classTimeIntervalType
-
toString
- Overrides:
toString
in classTimeIntervalType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb.lang.ToString
- Overrides:
append
in classTimeIntervalType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
- Overrides:
appendFields
in classTimeIntervalType
-