Class MXFPackagesType

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

.

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


 <complexType name="MXFPackagesType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="materialPackage" type="{http://xml.vidispine.com/schema/vidispine}MaterialPackageType"/>
         <element name="tapePackage" type="{http://xml.vidispine.com/schema/vidispine}TapePackageType" minOccurs="0"/>
         <element name="materialTrackName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="tapeTrackName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="projectEditRate" type="{http://xml.vidispine.com/schema/vidispine}FrameRateType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • MXFPackagesType

      public MXFPackagesType()
  • Method Details

    • getMaterialPackage

      public MaterialPackageType getMaterialPackage()
      Gets the value of the materialPackage property.
      Returns:
      possible object is MaterialPackageType
    • setMaterialPackage

      public void setMaterialPackage(MaterialPackageType value)
      Sets the value of the materialPackage property.
      Parameters:
      value - allowed object is MaterialPackageType
    • isSetMaterialPackage

      public boolean isSetMaterialPackage()
    • getTapePackage

      public TapePackageType getTapePackage()
      Gets the value of the tapePackage property.
      Returns:
      possible object is TapePackageType
    • setTapePackage

      public void setTapePackage(TapePackageType value)
      Sets the value of the tapePackage property.
      Parameters:
      value - allowed object is TapePackageType
    • isSetTapePackage

      public boolean isSetTapePackage()
    • getMaterialTrackName

      public String getMaterialTrackName()
      Gets the value of the materialTrackName property.
      Returns:
      possible object is String
    • setMaterialTrackName

      public void setMaterialTrackName(String value)
      Sets the value of the materialTrackName property.
      Parameters:
      value - allowed object is String
    • isSetMaterialTrackName

      public boolean isSetMaterialTrackName()
    • getTapeTrackName

      public String getTapeTrackName()
      Gets the value of the tapeTrackName property.
      Returns:
      possible object is String
    • setTapeTrackName

      public void setTapeTrackName(String value)
      Sets the value of the tapeTrackName property.
      Parameters:
      value - allowed object is String
    • isSetTapeTrackName

      public boolean isSetTapeTrackName()
    • getProjectEditRate

      public FrameRateType getProjectEditRate()
      Gets the value of the projectEditRate property.
      Returns:
      possible object is FrameRateType
    • setProjectEditRate

      public void setProjectEditRate(FrameRateType value)
      Sets the value of the projectEditRate property.
      Parameters:
      value - allowed object is FrameRateType
    • isSetProjectEditRate

      public boolean isSetProjectEditRate()
    • clone

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

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

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
    • withMaterialPackage

      public MXFPackagesType withMaterialPackage(MaterialPackageType value)
      Sets the value of the materialPackage property.
      Parameters:
      value - allowed object is MaterialPackageType
      Returns:
      The class instance
    • withTapePackage

      public MXFPackagesType withTapePackage(TapePackageType value)
      Sets the value of the tapePackage property.
      Parameters:
      value - allowed object is TapePackageType
      Returns:
      The class instance
    • withMaterialTrackName

      public MXFPackagesType withMaterialTrackName(String value)
      Sets the value of the materialTrackName property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withTapeTrackName

      public MXFPackagesType withTapeTrackName(String value)
      Sets the value of the tapeTrackName property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withProjectEditRate

      public MXFPackagesType withProjectEditRate(FrameRateType value)
      Sets the value of the projectEditRate property.
      Parameters:
      value - allowed object is FrameRateType
      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
    • equals

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

      public MXFPackagesType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
    • 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
    • hashCode

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

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