Current File : /home/users/barii/public_html/finansenl.com.pl/wodki/admin/GLS/CS/PPE/GLS_2StructCServicePPE.php |
<?php
/**
* File for class GLS_2StructCServicePPE
* @package GLS_2
* @subpackage Structs
* @author WsdlToPhp Team <contact@wsdltophp.com>
* @version 20150429-01
* @date 2017-02-02
*/
/**
* This class stands for GLS_2StructCServicePPE originally named cServicePPE
* 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_2StructCServicePPE extends GLS_2WsdlClass
{
/**
* The sname1
* Meta informations extracted from the WSDL
* - maxOccurs : 1
* - minOccurs : 1
* @var string
*/
public $sname1;
/**
* The scountry
* Meta informations extracted from the WSDL
* - maxOccurs : 1
* - minOccurs : 1
* @var string
*/
public $scountry;
/**
* The szipcode
* Meta informations extracted from the WSDL
* - maxOccurs : 1
* - minOccurs : 1
* @var string
*/
public $szipcode;
/**
* The scity
* Meta informations extracted from the WSDL
* - maxOccurs : 1
* - minOccurs : 1
* @var string
*/
public $scity;
/**
* The sstreet
* Meta informations extracted from the WSDL
* - maxOccurs : 1
* - minOccurs : 1
* @var string
*/
public $sstreet;
/**
* The rname1
* Meta informations extracted from the WSDL
* - maxOccurs : 1
* - minOccurs : 1
* @var string
*/
public $rname1;
/**
* The rcountry
* Meta informations extracted from the WSDL
* - maxOccurs : 1
* - minOccurs : 1
* @var string
*/
public $rcountry;
/**
* The rzipcode
* Meta informations extracted from the WSDL
* - maxOccurs : 1
* - minOccurs : 1
* @var string
*/
public $rzipcode;
/**
* The rcity
* Meta informations extracted from the WSDL
* - maxOccurs : 1
* - minOccurs : 1
* @var string
*/
public $rcity;
/**
* The rstreet
* Meta informations extracted from the WSDL
* - maxOccurs : 1
* - minOccurs : 1
* @var string
*/
public $rstreet;
/**
* The sname2
* Meta informations extracted from the WSDL
* - maxOccurs : 1
* - minOccurs : 0
* @var string
*/
public $sname2;
/**
* The sname3
* Meta informations extracted from the WSDL
* - maxOccurs : 1
* - minOccurs : 0
* @var string
*/
public $sname3;
/**
* The sphone
* Meta informations extracted from the WSDL
* - maxOccurs : 1
* - minOccurs : 0
* @var string
*/
public $sphone;
/**
* The scontact
* Meta informations extracted from the WSDL
* - maxOccurs : 1
* - minOccurs : 0
* @var string
*/
public $scontact;
/**
* The rname2
* Meta informations extracted from the WSDL
* - maxOccurs : 1
* - minOccurs : 0
* @var string
*/
public $rname2;
/**
* The rname3
* Meta informations extracted from the WSDL
* - maxOccurs : 1
* - minOccurs : 0
* @var string
*/
public $rname3;
/**
* The rphone
* Meta informations extracted from the WSDL
* - maxOccurs : 1
* - minOccurs : 0
* @var string
*/
public $rphone;
/**
* The rcontact
* Meta informations extracted from the WSDL
* - maxOccurs : 1
* - minOccurs : 0
* @var string
*/
public $rcontact;
/**
* The references
* Meta informations extracted from the WSDL
* - maxOccurs : 1
* - minOccurs : 0
* @var string
*/
public $references;
/**
* The weight
* Meta informations extracted from the WSDL
* - maxOccurs : 1
* - minOccurs : 0
* @var float
*/
public $weight;
/**
* Constructor method for cServicePPE
* @see parent::__construct()
* @param string $_sname1
* @param string $_scountry
* @param string $_szipcode
* @param string $_scity
* @param string $_sstreet
* @param string $_rname1
* @param string $_rcountry
* @param string $_rzipcode
* @param string $_rcity
* @param string $_rstreet
* @param string $_sname2
* @param string $_sname3
* @param string $_sphone
* @param string $_scontact
* @param string $_rname2
* @param string $_rname3
* @param string $_rphone
* @param string $_rcontact
* @param string $_references
* @param float $_weight
* @return GLS_2StructCServicePPE
*/
public function __construct($_sname1,$_scountry,$_szipcode,$_scity,$_sstreet,$_rname1,$_rcountry,$_rzipcode,$_rcity,$_rstreet,$_sname2 = NULL,$_sname3 = NULL,$_sphone = NULL,$_scontact = NULL,$_rname2 = NULL,$_rname3 = NULL,$_rphone = NULL,$_rcontact = NULL,$_references = NULL,$_weight = NULL)
{
parent::__construct(array('sname1'=>$_sname1,'scountry'=>$_scountry,'szipcode'=>$_szipcode,'scity'=>$_scity,'sstreet'=>$_sstreet,'rname1'=>$_rname1,'rcountry'=>$_rcountry,'rzipcode'=>$_rzipcode,'rcity'=>$_rcity,'rstreet'=>$_rstreet,'sname2'=>$_sname2,'sname3'=>$_sname3,'sphone'=>$_sphone,'scontact'=>$_scontact,'rname2'=>$_rname2,'rname3'=>$_rname3,'rphone'=>$_rphone,'rcontact'=>$_rcontact,'references'=>$_references,'weight'=>$_weight),false);
}
/**
* Get sname1 value
* @return string
*/
public function getSname1()
{
return $this->sname1;
}
/**
* Set sname1 value
* @param string $_sname1 the sname1
* @return string
*/
public function setSname1($_sname1)
{
return ($this->sname1 = $_sname1);
}
/**
* Get scountry value
* @return string
*/
public function getScountry()
{
return $this->scountry;
}
/**
* Set scountry value
* @param string $_scountry the scountry
* @return string
*/
public function setScountry($_scountry)
{
return ($this->scountry = $_scountry);
}
/**
* Get szipcode value
* @return string
*/
public function getSzipcode()
{
return $this->szipcode;
}
/**
* Set szipcode value
* @param string $_szipcode the szipcode
* @return string
*/
public function setSzipcode($_szipcode)
{
return ($this->szipcode = $_szipcode);
}
/**
* Get scity value
* @return string
*/
public function getScity()
{
return $this->scity;
}
/**
* Set scity value
* @param string $_scity the scity
* @return string
*/
public function setScity($_scity)
{
return ($this->scity = $_scity);
}
/**
* Get sstreet value
* @return string
*/
public function getSstreet()
{
return $this->sstreet;
}
/**
* Set sstreet value
* @param string $_sstreet the sstreet
* @return string
*/
public function setSstreet($_sstreet)
{
return ($this->sstreet = $_sstreet);
}
/**
* Get rname1 value
* @return string
*/
public function getRname1()
{
return $this->rname1;
}
/**
* Set rname1 value
* @param string $_rname1 the rname1
* @return string
*/
public function setRname1($_rname1)
{
return ($this->rname1 = $_rname1);
}
/**
* Get rcountry value
* @return string
*/
public function getRcountry()
{
return $this->rcountry;
}
/**
* Set rcountry value
* @param string $_rcountry the rcountry
* @return string
*/
public function setRcountry($_rcountry)
{
return ($this->rcountry = $_rcountry);
}
/**
* Get rzipcode value
* @return string
*/
public function getRzipcode()
{
return $this->rzipcode;
}
/**
* Set rzipcode value
* @param string $_rzipcode the rzipcode
* @return string
*/
public function setRzipcode($_rzipcode)
{
return ($this->rzipcode = $_rzipcode);
}
/**
* Get rcity value
* @return string
*/
public function getRcity()
{
return $this->rcity;
}
/**
* Set rcity value
* @param string $_rcity the rcity
* @return string
*/
public function setRcity($_rcity)
{
return ($this->rcity = $_rcity);
}
/**
* Get rstreet value
* @return string
*/
public function getRstreet()
{
return $this->rstreet;
}
/**
* Set rstreet value
* @param string $_rstreet the rstreet
* @return string
*/
public function setRstreet($_rstreet)
{
return ($this->rstreet = $_rstreet);
}
/**
* Get sname2 value
* @return string|null
*/
public function getSname2()
{
return $this->sname2;
}
/**
* Set sname2 value
* @param string $_sname2 the sname2
* @return string
*/
public function setSname2($_sname2)
{
return ($this->sname2 = $_sname2);
}
/**
* Get sname3 value
* @return string|null
*/
public function getSname3()
{
return $this->sname3;
}
/**
* Set sname3 value
* @param string $_sname3 the sname3
* @return string
*/
public function setSname3($_sname3)
{
return ($this->sname3 = $_sname3);
}
/**
* Get sphone value
* @return string|null
*/
public function getSphone()
{
return $this->sphone;
}
/**
* Set sphone value
* @param string $_sphone the sphone
* @return string
*/
public function setSphone($_sphone)
{
return ($this->sphone = $_sphone);
}
/**
* Get scontact value
* @return string|null
*/
public function getScontact()
{
return $this->scontact;
}
/**
* Set scontact value
* @param string $_scontact the scontact
* @return string
*/
public function setScontact($_scontact)
{
return ($this->scontact = $_scontact);
}
/**
* Get rname2 value
* @return string|null
*/
public function getRname2()
{
return $this->rname2;
}
/**
* Set rname2 value
* @param string $_rname2 the rname2
* @return string
*/
public function setRname2($_rname2)
{
return ($this->rname2 = $_rname2);
}
/**
* Get rname3 value
* @return string|null
*/
public function getRname3()
{
return $this->rname3;
}
/**
* Set rname3 value
* @param string $_rname3 the rname3
* @return string
*/
public function setRname3($_rname3)
{
return ($this->rname3 = $_rname3);
}
/**
* Get rphone value
* @return string|null
*/
public function getRphone()
{
return $this->rphone;
}
/**
* Set rphone value
* @param string $_rphone the rphone
* @return string
*/
public function setRphone($_rphone)
{
return ($this->rphone = $_rphone);
}
/**
* Get rcontact value
* @return string|null
*/
public function getRcontact()
{
return $this->rcontact;
}
/**
* Set rcontact value
* @param string $_rcontact the rcontact
* @return string
*/
public function setRcontact($_rcontact)
{
return ($this->rcontact = $_rcontact);
}
/**
* Get references value
* @return string|null
*/
public function getReferences()
{
return $this->references;
}
/**
* Set references value
* @param string $_references the references
* @return string
*/
public function setReferences($_references)
{
return ($this->references = $_references);
}
/**
* Get weight value
* @return float|null
*/
public function getWeight()
{
return $this->weight;
}
/**
* Set weight value
* @param float $_weight the weight
* @return float
*/
public function setWeight($_weight)
{
return ($this->weight = $_weight);
}
/**
* 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_2StructCServicePPE
*/
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__;
}
}