Package com.vidispine.generated
Class MaterialPackageTrackType
java.lang.Object
com.vidispine.generated.PackageTrackType
com.vidispine.generated.MaterialPackageTrackType
- All Implemented Interfaces:
Serializable,Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.ToString
public class MaterialPackageTrackType
extends PackageTrackType
implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString
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>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) booleanbooleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) byte[]Gets the value of the sourcePackageID property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanvoidsetSourcePackageID(byte[] value) Sets the value of the sourcePackageID property.toString()visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) withFrameRate(FrameRateType value) Sets the value of the frameRate property.withIs50FPS(Boolean value) Sets the value of the is50FPS property.withIsPicture(boolean value) Sets the value of the isPicture property.withLength(int value) Sets the value of the length property.Sets the value of the name property.withNumber(int value) Sets the value of the number property.withSourcePackageID(byte[] value) Sets the value of the sourcePackageID property.Methods inherited from class com.vidispine.generated.PackageTrackType
getFrameRate, getLength, getName, getNumber, isIs50FPS, isIsPicture, isSetFrameRate, isSetIs50FPS, isSetIsPicture, isSetLength, isSetName, isSetNumber, setFrameRate, setIs50FPS, setIsPicture, setLength, setName, setNumber
-
Field Details
-
sourcePackageID
protected byte[] sourcePackageID
-
-
Constructor Details
-
MaterialPackageTrackType
public MaterialPackageTrackType()
-
-
Method Details
-
getSourcePackageID
public byte[] getSourcePackageID()Gets the value of the sourcePackageID property.- Returns:
- possible object is
String
-
setSourcePackageID
public void setSourcePackageID(byte[] value) Sets the value of the sourcePackageID property.- Parameters:
value- allowed object isString
-
isSetSourcePackageID
public boolean isSetSourcePackageID() -
clone
- Overrides:
clonein classPackageTrackType
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classPackageTrackType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classPackageTrackType
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
createNewInstancein classPackageTrackType
-
withSourcePackageID
Sets the value of the sourcePackageID property.- Parameters:
value- allowed object is byte[]- Returns:
- The class instance
-
withName
Sets the value of the name property.- Overrides:
withNamein classPackageTrackType- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withNumber
Sets the value of the number property.- Overrides:
withNumberin classPackageTrackType- Parameters:
value- allowed object is int- Returns:
- The class instance
-
withIsPicture
Sets the value of the isPicture property.- Overrides:
withIsPicturein classPackageTrackType- Parameters:
value- allowed object is boolean- Returns:
- The class instance
-
withIs50FPS
Sets the value of the is50FPS property.- Overrides:
withIs50FPSin classPackageTrackType- Parameters:
value- allowed object isBoolean- Returns:
- The class instance
-
withFrameRate
Sets the value of the frameRate property.- Overrides:
withFrameRatein classPackageTrackType- Parameters:
value- allowed object isFrameRateType- Returns:
- The class instance
-
withLength
Sets the value of the length property.- Overrides:
withLengthin classPackageTrackType- Parameters:
value- allowed object is int- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals- Overrides:
equalsin classPackageTrackType
-
equals
- Overrides:
equalsin classPackageTrackType
-
visit
- Overrides:
visitin classPackageTrackType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classPackageTrackType
-
hashCode
public int hashCode()- Overrides:
hashCodein classPackageTrackType
-
toString
- Overrides:
toStringin classPackageTrackType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendin classPackageTrackType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendFieldsin classPackageTrackType
-