Current File : /home/users/barii/public_html/finansenl.com.pl/wodki/admin/GLS/CS/Ervices/GLS_2StructCServices.php
<?php
/**
 * File for class GLS_2StructCServices
 * @package GLS_2
 * @subpackage Structs
 * @author WsdlToPhp Team <contact@wsdltophp.com>
 * @version 20150429-01
 * @date 2017-02-02
 */
/**
 * This class stands for GLS_2StructCServices originally named cServices
 * Meta informations extracted from the WSDL
 * - from schema : {@link https://ade-test.gls-poland.com/adeplus/pm1/ade_webapi2.php?wsdl}
 * @package GLS_2
 * @subpackage Structs
 * @author WsdlToPhp Team <contact@wsdltophp.com>
 * @version 20150429-01
 * @date 2017-02-02
 */
class GLS_2StructCServices extends GLS_2WsdlClass
{
    /**
     * The srv_ade
     * Meta informations extracted from the WSDL
     * - maxOccurs : 1
     * - minOccurs : 1
     * @var string
     */
    public $srv_ade;
    /**
     * The srv_bool
     * Meta informations extracted from the WSDL
     * - maxOccurs : 1
     * - minOccurs : 1
     * @var GLS_2StructCServicesBool
     */
    public $srv_bool;
    /**
     * Constructor method for cServices
     * @see parent::__construct()
     * @param string $_srv_ade
     * @param GLS_2StructCServicesBool $_srv_bool
     * @return GLS_2StructCServices
     */
    public function __construct($_srv_ade,$_srv_bool)
    {
        parent::__construct(array('srv_ade'=>$_srv_ade,'srv_bool'=>$_srv_bool),false);
    }
    /**
     * Get srv_ade value
     * @return string
     */
    public function getSrv_ade()
    {
        return $this->srv_ade;
    }
    /**
     * Set srv_ade value
     * @param string $_srv_ade the srv_ade
     * @return string
     */
    public function setSrv_ade($_srv_ade)
    {
        return ($this->srv_ade = $_srv_ade);
    }
    /**
     * Get srv_bool value
     * @return GLS_2StructCServicesBool
     */
    public function getSrv_bool()
    {
        return $this->srv_bool;
    }
    /**
     * Set srv_bool value
     * @param GLS_2StructCServicesBool $_srv_bool the srv_bool
     * @return GLS_2StructCServicesBool
     */
    public function setSrv_bool($_srv_bool)
    {
        return ($this->srv_bool = $_srv_bool);
    }
    /**
     * Method called when an object has been exported with var_export() functions
     * It allows to return an object instantiated with the values
     * @see GLS_2WsdlClass::__set_state()
     * @uses GLS_2WsdlClass::__set_state()
     * @param array $_array the exported values
     * @return GLS_2StructCServices
     */
    public static function __set_state(array $_array,$_className = __CLASS__)
    {
        return parent::__set_state($_array,$_className);
    }
    /**
     * Method returning the class name
     * @return string __CLASS__
     */
    public function __toString()
    {
        return __CLASS__;
    }
}