public class MaterialPackageTrackType extends PackageTrackType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for MaterialPackageTrackType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MaterialPackageTrackType"> <complexContent> <extension base="{http://xml.vidispine.com/schema/vidispine}PackageTrackType"> <sequence> <element name="sourcePackageID" type="{http://xml.vidispine.com/schema/vidispine}UMIDType"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected byte[] |
sourcePackageID |
Constructor and Description |
---|
MaterialPackageTrackType() |
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() |
byte[] |
getSourcePackageID()
Gets the value of the sourcePackageID property.
|
boolean |
isSetSourcePackageID() |
void |
setSourcePackageID(byte[] value)
Sets the value of the sourcePackageID property.
|
getFrameRate, getLength, getName, getNumber, isIs50FPS, isIsPicture, isSetFrameRate, isSetIs50FPS, isSetIsPicture, isSetLength, isSetName, isSetNumber, setFrameRate, setIs50FPS, setIsPicture, setLength, setName, setNumber
public byte[] getSourcePackageID()
String
public void setSourcePackageID(byte[] value)
value
- allowed object is
String
public boolean isSetSourcePackageID()
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.