/// <summary>
        /// Create a new ProductComplexType object.
        /// </summary>
        /// <param name="id">Initial value of the Id property.</param>
        /// <param name="title">Initial value of the Title property.</param>
        /// <param name="movieImage">Initial value of the MovieImage property.</param>
        public static ProductComplexType CreateProductComplexType(global::System.Decimal id, global::System.Single title, global::System.String movieImage)
        {
            ProductComplexType productComplexType = new ProductComplexType();

            productComplexType.Id         = id;
            productComplexType.Title      = title;
            productComplexType.MovieImage = movieImage;
            return(productComplexType);
        }
 /// <summary>
 /// Create a new ProductComplexType object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="title">Initial value of the Title property.</param>
 /// <param name="movieImage">Initial value of the MovieImage property.</param>
 public static ProductComplexType CreateProductComplexType(global::System.Decimal id, global::System.Single title, global::System.String movieImage)
 {
     ProductComplexType productComplexType = new ProductComplexType();
     productComplexType.Id = id;
     productComplexType.Title = title;
     productComplexType.MovieImage = movieImage;
     return productComplexType;
 }