xxxxxxxxxx
use \WsdlToPhp\PackageBase\AbstractStructBase;
/**
* This class stands for getJednostkaOrganizacyjna StructType
* @subpackage Structs
*/
class GetJednostkaOrganizacyjna extends AbstractStructBase
{
/**
* The jednostka
* Meta information extracted from the WSDL
* - maxOccurs: 1
* - minOccurs: 0
* @var JednostkaOrganizacyjnaType
*/
public $jednostka;
/**
* Constructor method for getJednostkaOrganizacyjna
* @uses GetJednostkaOrganizacyjna::setJednostka()
* @param JednostkaOrganizacyjnaType $jednostka
*/
public function __construct(JednostkaOrganizacyjnaType $jednostka = null)
{
$this
->setJednostka($jednostka);
}
/**
* Get jednostka value
* @return JednostkaOrganizacyjnaType|null
*/
public function getJednostka()
{
return $this->jednostka;
}
/**
* Set jednostka value
* @param JednostkaOrganizacyjnaType $jednostka
* @return GetJednostkaOrganizacyjna
*/
public function setJednostka(JednostkaOrganizacyjnaType $jednostka = null)
{
$this->jednostka = $jednostka;
return $this;
}
}
Don't be shy, don't hesitate to contact us for any subject, we'll be glad to help.
This platform is provided to give developpers and non developpers a way to easily consume SOAP Web Services or share their own SOAP Web Services with extra features powered by the platform.
© 2025 Providr.IO