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) booleanbooleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) intgetIndex()Gets the value of the index property.intGets the value of the numberOfFrames property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanbooleanvoidsetIndex(int value) Sets the value of the index property.voidsetNumberOfFrames(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:
clonein classTimeIntervalType
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classTimeIntervalType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classTimeIntervalType
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
createNewInstancein 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:
withStartin classTimeIntervalType- Parameters:
value- allowed object isTimeCodeType- Returns:
- The class instance
-
withEnd
Sets the value of the end property.- Overrides:
withEndin 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:
equalsin interfaceorg.jvnet.jaxb.lang.Equals- Overrides:
equalsin classTimeIntervalType
-
equals
- Overrides:
equalsin classTimeIntervalType
-
visit
- Overrides:
visitin classTimeIntervalType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classTimeIntervalType
-
hashCode
public int hashCode()- Overrides:
hashCodein classTimeIntervalType
-
toString
- Overrides:
toStringin classTimeIntervalType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendin classTimeIntervalType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendFieldsin classTimeIntervalType
-