Class MXFPackagesType

  • All Implemented Interfaces:
    Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    public class MXFPackagesType
    extends Object
    implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    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:
    Serialized Form
    • Constructor Detail

      • MXFPackagesType

        public MXFPackagesType()
    • Method Detail

      • setMaterialPackage

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

        public boolean isSetMaterialPackage()
      • 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()
      • copyTo

        public Object copyTo​(Object target)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • copyTo

        public Object copyTo​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                             Object target,
                             org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • createNewInstance

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
      • visit

        public MXFPackagesType visit​(com.kscs.util.jaxb.PropertyVisitor _visitor_)
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object