public class TapePackageTrackType extends PackageTrackType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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 | Class and Description |
---|---|
static class |
TapePackageTrackType.PropInfo |
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() |
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.EqualsStrategy strategy) |
int |
getTrackID()
Gets the value of the trackID property.
|
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) |
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
public TapePackageTrackType withTrackID(int value)
public TapePackageTrackType withName(String value)
withName
in class PackageTrackType
public TapePackageTrackType withNumber(int value)
withNumber
in class PackageTrackType
public TapePackageTrackType withIsPicture(boolean value)
withIsPicture
in class PackageTrackType
public TapePackageTrackType withIs50FPS(Boolean value)
withIs50FPS
in class PackageTrackType
public TapePackageTrackType withFrameRate(FrameRateType value)
withFrameRate
in class PackageTrackType
public TapePackageTrackType withLength(int value)
withLength
in class PackageTrackType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
equals
in class PackageTrackType
public boolean equals(Object object)
equals
in class PackageTrackType
public TapePackageTrackType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
visit
in class PackageTrackType
Copyright © 2018. All rights reserved.