xxxxxxxxxx
use \WsdlToPhp\PackageBase\AbstractStructEnumBase;
/**
* This class stands for wymagalnoscNumeruIdentyfikujacegoPrzesylkeEnum EnumType
* @subpackage Enumerations
*/
class WymagalnoscNumeruIdentyfikujacegoPrzesylkeEnum extends AbstractStructEnumBase
{
/**
* Constant for value 'BRAK'
* @return string 'BRAK'
*/
const VALUE_BRAK = 'BRAK';
/**
* Constant for value 'WYMAGANY'
* @return string 'WYMAGANY'
*/
const VALUE_WYMAGANY = 'WYMAGANY';
/**
* Constant for value 'NIEWYMAGANY'
* @return string 'NIEWYMAGANY'
*/
const VALUE_NIEWYMAGANY = 'NIEWYMAGANY';
/**
* Return allowed values
* @uses self::VALUE_BRAK
* @uses self::VALUE_WYMAGANY
* @uses self::VALUE_NIEWYMAGANY
* @return string[]
*/
public static function getValidValues()
{
return array(
self::VALUE_BRAK,
self::VALUE_WYMAGANY,
self::VALUE_NIEWYMAGANY,
);
}
}
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