Package com.vidispine.generated
Class TapePackageTrackType
- java.lang.Object
-
- com.vidispine.generated.PackageTrackType
-
- com.vidispine.generated.TapePackageTrackType
-
- 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 TapePackageTrackType extends PackageTrackType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for TapePackageTrackType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TapePackageTrackType"> <complexContent> <extension base="{http://xml.vidispine.com/schema/vidispine}PackageTrackType"> <sequence> <element name="trackID" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TapePackageTrackType.PropInfo
-
Constructor Summary
Constructors Constructor Description TapePackageTrackType()
-
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
getTrackID()
Gets the value of the trackID property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetTrackID()
void
setTrackID(int value)
Sets the value of the trackID property.TapePackageTrackType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
TapePackageTrackType
withFrameRate(FrameRateType value)
TapePackageTrackType
withIs50FPS(Boolean value)
TapePackageTrackType
withIsPicture(boolean value)
TapePackageTrackType
withLength(int value)
TapePackageTrackType
withName(String value)
TapePackageTrackType
withNumber(int value)
TapePackageTrackType
withTrackID(int value)
-
Methods inherited from class com.vidispine.generated.PackageTrackType
getFrameRate, getLength, getName, getNumber, isIs50FPS, isIsPicture, isSetFrameRate, isSetIs50FPS, isSetIsPicture, isSetLength, isSetName, isSetNumber, setFrameRate, setIs50FPS, setIsPicture, setLength, setName, setNumber
-
-
-
-
Method Detail
-
getTrackID
public int getTrackID()
Gets the value of the trackID property.
-
setTrackID
public void setTrackID(int value)
Sets the value of the trackID property.
-
isSetTrackID
public boolean isSetTrackID()
-
clone
public Object clone()
- Overrides:
clone
in classPackageTrackType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classPackageTrackType
-
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 classPackageTrackType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
createNewInstance
in classPackageTrackType
-
withTrackID
public TapePackageTrackType withTrackID(int value)
-
withName
public TapePackageTrackType withName(String value)
- Overrides:
withName
in classPackageTrackType
-
withNumber
public TapePackageTrackType withNumber(int value)
- Overrides:
withNumber
in classPackageTrackType
-
withIsPicture
public TapePackageTrackType withIsPicture(boolean value)
- Overrides:
withIsPicture
in classPackageTrackType
-
withIs50FPS
public TapePackageTrackType withIs50FPS(Boolean value)
- Overrides:
withIs50FPS
in classPackageTrackType
-
withFrameRate
public TapePackageTrackType withFrameRate(FrameRateType value)
- Overrides:
withFrameRate
in classPackageTrackType
-
withLength
public TapePackageTrackType withLength(int value)
- Overrides:
withLength
in classPackageTrackType
-
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 classPackageTrackType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classPackageTrackType
-
visit
public TapePackageTrackType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
- Overrides:
visit
in classPackageTrackType
-
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 classPackageTrackType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classPackageTrackType
-
-