Class TapePackageTrackType

java.lang.Object
com.vidispine.generated.PackageTrackType
com.vidispine.generated.TapePackageTrackType
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 TapePackageTrackType 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 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>
 
See Also:
  • Field Details

    • trackID

      protected int trackID
  • Constructor Details

    • TapePackageTrackType

      public TapePackageTrackType()
  • Method Details

    • getTrackID

      public int getTrackID()
      Gets the value of the trackID property.
    • setTrackID

      public void setTrackID(int value)
      Sets the value of the trackID property.
    • isSetTrackID

      public boolean isSetTrackID()
    • clone

      public Object clone()
      Overrides:
      clone in class PackageTrackType
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
      Overrides:
      copyTo in class PackageTrackType
    • copyTo

      public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
      Overrides:
      copyTo in class PackageTrackType
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
      Overrides:
      createNewInstance in class PackageTrackType
    • withTrackID

      public TapePackageTrackType withTrackID(int value)
      Sets the value of the trackID property.
      Parameters:
      value - allowed object is int
      Returns:
      The class instance
    • withName

      public TapePackageTrackType withName(String value)
      Sets the value of the name property.
      Overrides:
      withName in class PackageTrackType
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withNumber

      public TapePackageTrackType withNumber(int value)
      Sets the value of the number property.
      Overrides:
      withNumber in class PackageTrackType
      Parameters:
      value - allowed object is int
      Returns:
      The class instance
    • withIsPicture

      public TapePackageTrackType withIsPicture(boolean value)
      Sets the value of the isPicture property.
      Overrides:
      withIsPicture in class PackageTrackType
      Parameters:
      value - allowed object is boolean
      Returns:
      The class instance
    • withIs50FPS

      public TapePackageTrackType withIs50FPS(Boolean value)
      Sets the value of the is50FPS property.
      Overrides:
      withIs50FPS in class PackageTrackType
      Parameters:
      value - allowed object is Boolean
      Returns:
      The class instance
    • withFrameRate

      public TapePackageTrackType withFrameRate(FrameRateType value)
      Sets the value of the frameRate property.
      Overrides:
      withFrameRate in class PackageTrackType
      Parameters:
      value - allowed object is FrameRateType
      Returns:
      The class instance
    • withLength

      public TapePackageTrackType withLength(int value)
      Sets the value of the length property.
      Overrides:
      withLength in class PackageTrackType
      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:
      equals in interface org.jvnet.jaxb.lang.Equals
      Overrides:
      equals in class PackageTrackType
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class PackageTrackType
    • visit

      public TapePackageTrackType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
      Overrides:
      visit in class PackageTrackType
    • hashCode

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
      Overrides:
      hashCode in class PackageTrackType
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class PackageTrackType
    • toString

      public String toString()
      Overrides:
      toString in class PackageTrackType
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.jvnet.jaxb.lang.ToString
      Overrides:
      append in class PackageTrackType
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb.lang.ToString
      Overrides:
      appendFields in class PackageTrackType