<?php
use \WsdlToPhp\PackageBase\AbstractStructBase;

/**
 * This class stands for wyslijLinkaOStatusieEZwrotu StructType
 * @subpackage Structs
 */
class WyslijLinkaOStatusieEZwrotu extends AbstractStructBase
{
    /**
     * The guidZgodaEZwrot
     * Meta information extracted from the WSDL
     * - base: xsd:string
     * - length: 32
     * - maxOccurs: unbounded
     * - minOccurs: 1
     * - whiteSpace: collapse
     * @var string[]
     */
    public $guidZgodaEZwrot;
    /**
     * Constructor method for wyslijLinkaOStatusieEZwrotu
     * @uses WyslijLinkaOStatusieEZwrotu::setGuidZgodaEZwrot()
     * @param string[] $guidZgodaEZwrot
     */
    public function __construct(array $guidZgodaEZwrot = array())
    {
        $this
            ->setGuidZgodaEZwrot($guidZgodaEZwrot);
    }
    /**
     * Get guidZgodaEZwrot value
     * @return string[]
     */
    public function getGuidZgodaEZwrot()
    {
        return $this->guidZgodaEZwrot;
    }
    /**
     * Set guidZgodaEZwrot value
     * @param string[] $guidZgodaEZwrot
     * @return WyslijLinkaOStatusieEZwrotu
     */
    public function setGuidZgodaEZwrot(array $guidZgodaEZwrot = array())
    {
        $this->guidZgodaEZwrot = $guidZgodaEZwrot;
        return $this;
    }
    /**
     * Add item to guidZgodaEZwrot value
     * @throws \InvalidArgumentException
     * @param string $item
     * @return WyslijLinkaOStatusieEZwrotu
     */
    public function addToGuidZgodaEZwrot($item)
    {
        $this->guidZgodaEZwrot[] = $item;
        return $this;
    }
}
