Class TapePackageType

java.lang.Object
com.vidispine.generated.PackageType
com.vidispine.generated.TapePackageType
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 TapePackageType extends PackageType 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 TapePackageType complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="TapePackageType">
   <complexContent>
     <extension base="{http://xml.vidispine.com/schema/vidispine}PackageType">
       <sequence>
         <element name="track" type="{http://xml.vidispine.com/schema/vidispine}TapePackageTrackType" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • TapePackageType

      public TapePackageType()
  • Method Details

    • getTrack

      public List<TapePackageTrackType> getTrack()
      Gets the value of the track property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the track property.

      For example, to add a new item, do as follows:

       getTrack().add(newItem);
       

      Objects of the following type(s) are allowed in the list TapePackageTrackType

      Returns:
      The value of the track property.
    • isSetTrack

      public boolean isSetTrack()
    • unsetTrack

      public void unsetTrack()
    • clone

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

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
      Overrides:
      copyTo in class PackageType
    • 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 PackageType
    • createNewInstance

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

      public TapePackageType withTrack(TapePackageTrackType... values)
      Adds objects to the list of Track using add method
      Parameters:
      values - objects to add to the list Track
      Returns:
      The class instance
    • withTrack

      public TapePackageType withTrack(Collection<TapePackageTrackType> values)
      Adds objects to the list of Track using addAll method
      Parameters:
      values - objects to add to the list Track
      Returns:
      The class instance
    • withUmid

      public TapePackageType withUmid(byte[] value)
      Sets the value of the umid property.
      Overrides:
      withUmid in class PackageType
      Parameters:
      value - allowed object is byte[]
      Returns:
      The class instance
    • withTimestamp

      public TapePackageType withTimestamp(MXFTimestampType value)
      Sets the value of the timestamp property.
      Overrides:
      withTimestamp in class PackageType
      Parameters:
      value - allowed object is MXFTimestampType
      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 PackageType
    • equals

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

      public TapePackageType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
      Overrides:
      visit in class PackageType
    • 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 PackageType
    • hashCode

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

      public String toString()
      Overrides:
      toString in class PackageType
    • 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 PackageType
    • 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 PackageType