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, setNumberpublic byte[] getSourcePackageID()
Stringpublic void setSourcePackageID(byte[] value)
value - allowed object is
Stringpublic boolean isSetSourcePackageID()
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 PackageTrackTypeCopyright © 2015. All rights reserved.