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.
|
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) |
getFrameRate, getLength, getName, getNumber, isIs50FPS, isIsPicture, isSetFrameRate, isSetIs50FPS, isSetIsPicture, isSetLength, isSetName, isSetNumber, setFrameRate, setIs50FPS, setIsPicture, setLength, setName, setNumberpublic int getTrackID()
public void setTrackID(int value)
public boolean isSetTrackID()
public Object clone()
clone in class PackageTrackTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class PackageTrackTypepublic 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.CopyTocopyTo in class PackageTrackTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in class PackageTrackTypepublic TapePackageTrackType withTrackID(int value)
public TapePackageTrackType withName(String value)
withName in class PackageTrackTypepublic TapePackageTrackType withNumber(int value)
withNumber in class PackageTrackTypepublic TapePackageTrackType withIsPicture(boolean value)
withIsPicture in class PackageTrackTypepublic TapePackageTrackType withIs50FPS(Boolean value)
withIs50FPS in class PackageTrackTypepublic TapePackageTrackType withFrameRate(FrameRateType value)
withFrameRate in class PackageTrackTypepublic TapePackageTrackType withLength(int value)
withLength in class PackageTrackTypeCopyright © 2015. All rights reserved.