public class TapePackageTrackType extends PackageTrackType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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>
Modifier and Type | Field and Description |
---|---|
protected int |
trackID |
Constructor and Description |
---|
TapePackageTrackType() |
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 |
getTrackID()
Gets the value of the trackID property.
|
boolean |
isSetTrackID() |
void |
setTrackID(int value)
Sets the value of the trackID property.
|
getFrameRate, getLength, getName, getNumber, isIs50FPS, isIsPicture, isSetFrameRate, isSetIs50FPS, isSetIsPicture, isSetLength, isSetName, isSetNumber, setFrameRate, setIs50FPS, setIsPicture, setLength, setName, setNumber
public int getTrackID()
public void setTrackID(int value)
public boolean isSetTrackID()
public Object clone()
clone
in class PackageTrackType
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo
in class PackageTrackType
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 PackageTrackType
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
createNewInstance
in class PackageTrackType
Copyright © 2016. All rights reserved.