Current File : /home/users/barii/public_html/finansenl.com.pl/wodki/admin/GLS/CS/Bool/GLS_2StructCServicesBool.php |
<?php
/**
* File for class GLS_2StructCServicesBool
* @package GLS_2
* @subpackage Structs
* @author WsdlToPhp Team <contact@wsdltophp.com>
* @version 20150429-01
* @date 2017-02-02
*/
/**
* This class stands for GLS_2StructCServicesBool originally named cServicesBool
* 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_2StructCServicesBool extends GLS_2WsdlClass
{
/**
* The cod
* Meta informations extracted from the WSDL
* - maxOccurs : 1
* - minOccurs : 0
* @var boolean
*/
public $cod;
/**
* The cod_amount
* Meta informations extracted from the WSDL
* - maxOccurs : 1
* - minOccurs : 0
* @var float
*/
public $cod_amount;
/**
* The exw
* Meta informations extracted from the WSDL
* - maxOccurs : 1
* - minOccurs : 0
* @var boolean
*/
public $exw;
/**
* The rod
* Meta informations extracted from the WSDL
* - maxOccurs : 1
* - minOccurs : 0
* @var boolean
*/
public $rod;
/**
* The pod
* Meta informations extracted from the WSDL
* - maxOccurs : 1
* - minOccurs : 0
* @var boolean
*/
public $pod;
/**
* The exc
* Meta informations extracted from the WSDL
* - maxOccurs : 1
* - minOccurs : 0
* @var boolean
*/
public $exc;
/**
* The ident
* Meta informations extracted from the WSDL
* - maxOccurs : 1
* - minOccurs : 0
* @var boolean
*/
public $ident;
/**
* The daw
* Meta informations extracted from the WSDL
* - maxOccurs : 1
* - minOccurs : 0
* @var boolean
*/
public $daw;
/**
* The ps
* Meta informations extracted from the WSDL
* - maxOccurs : 1
* - minOccurs : 0
* @var boolean
*/
public $ps;
/**
* The pr
* Meta informations extracted from the WSDL
* - maxOccurs : 1
* - minOccurs : 0
* @var boolean
*/
public $pr;
/**
* The s10
* Meta informations extracted from the WSDL
* - maxOccurs : 1
* - minOccurs : 0
* @var boolean
*/
public $s10;
/**
* The s12
* Meta informations extracted from the WSDL
* - maxOccurs : 1
* - minOccurs : 0
* @var boolean
*/
public $s12;
/**
* The sat
* Meta informations extracted from the WSDL
* - maxOccurs : 1
* - minOccurs : 0
* @var boolean
*/
public $sat;
/**
* The ow
* Meta informations extracted from the WSDL
* - maxOccurs : 1
* - minOccurs : 0
* @var boolean
*/
public $ow;
/**
* The srs
* Meta informations extracted from the WSDL
* - maxOccurs : 1
* - minOccurs : 0
* @var boolean
*/
public $srs;
/**
* The sds
* Meta informations extracted from the WSDL
* - maxOccurs : 1
* - minOccurs : 0
* @var boolean
*/
public $sds;
/**
* The cdx
* Meta informations extracted from the WSDL
* - maxOccurs : 1
* - minOccurs : 0
* @var boolean
*/
public $cdx;
/**
* The cdx_amount
* Meta informations extracted from the WSDL
* - maxOccurs : 1
* - minOccurs : 0
* @var float
*/
public $cdx_amount;
/**
* The cdx_currency
* Meta informations extracted from the WSDL
* - maxOccurs : 1
* - minOccurs : 0
* @var string
*/
public $cdx_currency;
/**
* Constructor method for cServicesBool
* @see parent::__construct()
* @param boolean $_cod
* @param float $_cod_amount
* @param boolean $_exw
* @param boolean $_rod
* @param boolean $_pod
* @param boolean $_exc
* @param boolean $_ident
* @param boolean $_daw
* @param boolean $_ps
* @param boolean $_pr
* @param boolean $_s10
* @param boolean $_s12
* @param boolean $_sat
* @param boolean $_ow
* @param boolean $_srs
* @param boolean $_sds
* @param boolean $_cdx
* @param float $_cdx_amount
* @param string $_cdx_currency
* @return GLS_2StructCServicesBool
*/
public function __construct($_cod = NULL,$_cod_amount = NULL,$_exw = NULL,$_rod = NULL,$_pod = NULL,$_exc = NULL,$_ident = NULL,$_daw = NULL,$_ps = NULL,$_pr = NULL,$_s10 = NULL,$_s12 = NULL,$_sat = NULL,$_ow = NULL,$_srs = NULL,$_sds = NULL,$_cdx = NULL,$_cdx_amount = NULL,$_cdx_currency = NULL)
{
parent::__construct(array('cod'=>$_cod,'cod_amount'=>$_cod_amount,'exw'=>$_exw,'rod'=>$_rod,'pod'=>$_pod,'exc'=>$_exc,'ident'=>$_ident,'daw'=>$_daw,'ps'=>$_ps,'pr'=>$_pr,'s10'=>$_s10,'s12'=>$_s12,'sat'=>$_sat,'ow'=>$_ow,'srs'=>$_srs,'sds'=>$_sds,'cdx'=>$_cdx,'cdx_amount'=>$_cdx_amount,'cdx_currency'=>$_cdx_currency),false);
}
/**
* Get cod value
* @return boolean|null
*/
public function getCod()
{
return $this->cod;
}
/**
* Set cod value
* @param boolean $_cod the cod
* @return boolean
*/
public function setCod($_cod)
{
return ($this->cod = $_cod);
}
/**
* Get cod_amount value
* @return float|null
*/
public function getCod_amount()
{
return $this->cod_amount;
}
/**
* Set cod_amount value
* @param float $_cod_amount the cod_amount
* @return float
*/
public function setCod_amount($_cod_amount)
{
return ($this->cod_amount = $_cod_amount);
}
/**
* Get exw value
* @return boolean|null
*/
public function getExw()
{
return $this->exw;
}
/**
* Set exw value
* @param boolean $_exw the exw
* @return boolean
*/
public function setExw($_exw)
{
return ($this->exw = $_exw);
}
/**
* Get rod value
* @return boolean|null
*/
public function getRod()
{
return $this->rod;
}
/**
* Set rod value
* @param boolean $_rod the rod
* @return boolean
*/
public function setRod($_rod)
{
return ($this->rod = $_rod);
}
/**
* Get pod value
* @return boolean|null
*/
public function getPod()
{
return $this->pod;
}
/**
* Set pod value
* @param boolean $_pod the pod
* @return boolean
*/
public function setPod($_pod)
{
return ($this->pod = $_pod);
}
/**
* Get exc value
* @return boolean|null
*/
public function getExc()
{
return $this->exc;
}
/**
* Set exc value
* @param boolean $_exc the exc
* @return boolean
*/
public function setExc($_exc)
{
return ($this->exc = $_exc);
}
/**
* Get ident value
* @return boolean|null
*/
public function getIdent()
{
return $this->ident;
}
/**
* Set ident value
* @param boolean $_ident the ident
* @return boolean
*/
public function setIdent($_ident)
{
return ($this->ident = $_ident);
}
/**
* Get daw value
* @return boolean|null
*/
public function getDaw()
{
return $this->daw;
}
/**
* Set daw value
* @param boolean $_daw the daw
* @return boolean
*/
public function setDaw($_daw)
{
return ($this->daw = $_daw);
}
/**
* Get ps value
* @return boolean|null
*/
public function getPs()
{
return $this->ps;
}
/**
* Set ps value
* @param boolean $_ps the ps
* @return boolean
*/
public function setPs($_ps)
{
return ($this->ps = $_ps);
}
/**
* Get pr value
* @return boolean|null
*/
public function getPr()
{
return $this->pr;
}
/**
* Set pr value
* @param boolean $_pr the pr
* @return boolean
*/
public function setPr($_pr)
{
return ($this->pr = $_pr);
}
/**
* Get s10 value
* @return boolean|null
*/
public function getS10()
{
return $this->s10;
}
/**
* Set s10 value
* @param boolean $_s10 the s10
* @return boolean
*/
public function setS10($_s10)
{
return ($this->s10 = $_s10);
}
/**
* Get s12 value
* @return boolean|null
*/
public function getS12()
{
return $this->s12;
}
/**
* Set s12 value
* @param boolean $_s12 the s12
* @return boolean
*/
public function setS12($_s12)
{
return ($this->s12 = $_s12);
}
/**
* Get sat value
* @return boolean|null
*/
public function getSat()
{
return $this->sat;
}
/**
* Set sat value
* @param boolean $_sat the sat
* @return boolean
*/
public function setSat($_sat)
{
return ($this->sat = $_sat);
}
/**
* Get ow value
* @return boolean|null
*/
public function getOw()
{
return $this->ow;
}
/**
* Set ow value
* @param boolean $_ow the ow
* @return boolean
*/
public function setOw($_ow)
{
return ($this->ow = $_ow);
}
/**
* Get srs value
* @return boolean|null
*/
public function getSrs()
{
return $this->srs;
}
/**
* Set srs value
* @param boolean $_srs the srs
* @return boolean
*/
public function setSrs($_srs)
{
return ($this->srs = $_srs);
}
/**
* Get sds value
* @return boolean|null
*/
public function getSds()
{
return $this->sds;
}
/**
* Set sds value
* @param boolean $_sds the sds
* @return boolean
*/
public function setSds($_sds)
{
return ($this->sds = $_sds);
}
/**
* Get cdx value
* @return boolean|null
*/
public function getCdx()
{
return $this->cdx;
}
/**
* Set cdx value
* @param boolean $_cdx the cdx
* @return boolean
*/
public function setCdx($_cdx)
{
return ($this->cdx = $_cdx);
}
/**
* Get cdx_amount value
* @return float|null
*/
public function getCdx_amount()
{
return $this->cdx_amount;
}
/**
* Set cdx_amount value
* @param float $_cdx_amount the cdx_amount
* @return float
*/
public function setCdx_amount($_cdx_amount)
{
return ($this->cdx_amount = $_cdx_amount);
}
/**
* Get cdx_currency value
* @return string|null
*/
public function getCdx_currency()
{
return $this->cdx_currency;
}
/**
* Set cdx_currency value
* @param string $_cdx_currency the cdx_currency
* @return string
*/
public function setCdx_currency($_cdx_currency)
{
return ($this->cdx_currency = $_cdx_currency);
}
/**
* 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_2StructCServicesBool
*/
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__;
}
}