PHP Class Api\StructType\ApiSearchRequest

Inheritance: extends WsdlToPhp\PackageBase\AbstractStructBase
Datei anzeigen Open project: wsdltophp/packagegenerator

Public Properties

Property Type Description
$Adult string The Adult Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
$AppId string The AppId Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 1
$Image Api\StructType\ApiImageRequest The Image Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
$Latitude float The Latitude Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
$Longitude float The Longitude Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
$Market string The Market Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
$MobileWeb Api\StructType\ApiMobileWebRequest The MobileWeb Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
$News Api\StructType\ApiNewsRequest The News Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
$Options Api\ArrayType\ApiArrayOfSearchOption The Options Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
$Phonebook Api\StructType\ApiPhonebookRequest The Phonebook Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
$Query string The Query Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 1
$Radius float The Radius Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
$Sources Api\ArrayType\ApiArrayOfSourceType The Sources Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 1
$Translation Api\StructType\ApiTranslationRequest The Translation Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
$UILanguage string The UILanguage Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
$Version string The Version Meta informations extracted from the WSDL - default: 2.2 - maxOccurs: 1 - minOccurs: 0
$Video ApiVideoRequest The Video Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
$Web Api\StructType\ApiWebRequest The Web Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
$parameters ApiSearchRequest The parameters Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 1

Public Methods

Method Description
__construct ( string $query = null, string $appId = null, Api\ArrayType\ApiArrayOfSourceType $sources = null, ApiSearchRequest $parameters = null, string $version = '2.2', string $market = null, string $uILanguage = null, string $adult = null, float $latitude = null, float $longitude = null, float $radius = null, Api\ArrayType\ApiArrayOfSearchOption $options = null, Api\StructType\ApiWebRequest $web = null, Api\StructType\ApiImageRequest $image = null, Api\StructType\ApiPhonebookRequest $phonebook = null, ApiVideoRequest $video = null, Api\StructType\ApiNewsRequest $news = null, Api\StructType\ApiMobileWebRequest $mobileWeb = null, Api\StructType\ApiTranslationRequest $translation = null ) Constructor method for SearchRequest
__set_state ( array $array ) : ApiSearchRequest Method called when an object has been exported with var_export() functions It allows to return an object instantiated with the values
__toString ( ) : string Method returning the class name
getAdult ( ) : string | null Get Adult value
getAppId ( ) : string Get AppId value
getImage ( ) : Api\StructType\ApiImageRequest | null Get Image value
getLatitude ( ) : float | null Get Latitude value
getLongitude ( ) : float | null Get Longitude value
getMarket ( ) : string | null Get Market value
getMobileWeb ( ) : Api\StructType\ApiMobileWebRequest | null Get MobileWeb value
getNews ( ) : Api\StructType\ApiNewsRequest | null Get News value
getOptions ( ) : Api\ArrayType\ApiArrayOfSearchOption | null Get Options value
getParameters ( ) : ApiSearchRequest Get parameters value
getPhonebook ( ) : Api\StructType\ApiPhonebookRequest | null Get Phonebook value
getQuery ( ) : string Get Query value
getRadius ( ) : float | null Get Radius value
getSources ( ) : Api\ArrayType\ApiArrayOfSourceType Get Sources value
getTranslation ( ) : Api\StructType\ApiTranslationRequest | null Get Translation value
getUILanguage ( ) : string | null Get UILanguage value
getVersion ( ) : string | null Get Version value
getVideo ( ) : ApiVideoRequest | null Get Video value
getWeb ( ) : Api\StructType\ApiWebRequest | null Get Web value
setAdult ( string $adult = null ) : ApiSearchRequest Set Adult value
setAppId ( string $appId = null ) : ApiSearchRequest Set AppId value
setImage ( Api\StructType\ApiImageRequest $image = null ) : ApiSearchRequest Set Image value
setLatitude ( float $latitude = null ) : ApiSearchRequest Set Latitude value
setLongitude ( float $longitude = null ) : ApiSearchRequest Set Longitude value
setMarket ( string $market = null ) : ApiSearchRequest Set Market value
setMobileWeb ( Api\StructType\ApiMobileWebRequest $mobileWeb = null ) : ApiSearchRequest Set MobileWeb value
setNews ( Api\StructType\ApiNewsRequest $news = null ) : ApiSearchRequest Set News value
setOptions ( Api\ArrayType\ApiArrayOfSearchOption $options = null ) : ApiSearchRequest Set Options value
setParameters ( ApiSearchRequest $parameters = null ) : ApiSearchRequest Set parameters value
setPhonebook ( Api\StructType\ApiPhonebookRequest $phonebook = null ) : ApiSearchRequest Set Phonebook value
setQuery ( string $query = null ) : ApiSearchRequest Set Query value
setRadius ( float $radius = null ) : ApiSearchRequest Set Radius value
setSources ( Api\ArrayType\ApiArrayOfSourceType $sources = null ) : ApiSearchRequest Set Sources value
setTranslation ( Api\StructType\ApiTranslationRequest $translation = null ) : ApiSearchRequest Set Translation value
setUILanguage ( string $uILanguage = null ) : ApiSearchRequest Set UILanguage value
setVersion ( string $version = '2.2' ) : ApiSearchRequest Set Version value
setVideo ( ApiVideoRequest $video = null ) : ApiSearchRequest Set Video value
setWeb ( Api\StructType\ApiWebRequest $web = null ) : ApiSearchRequest Set Web value

Method Details

__construct() public method

Constructor method for SearchRequest
public __construct ( string $query = null, string $appId = null, Api\ArrayType\ApiArrayOfSourceType $sources = null, ApiSearchRequest $parameters = null, string $version = '2.2', string $market = null, string $uILanguage = null, string $adult = null, float $latitude = null, float $longitude = null, float $radius = null, Api\ArrayType\ApiArrayOfSearchOption $options = null, Api\StructType\ApiWebRequest $web = null, Api\StructType\ApiImageRequest $image = null, Api\StructType\ApiPhonebookRequest $phonebook = null, ApiVideoRequest $video = null, Api\StructType\ApiNewsRequest $news = null, Api\StructType\ApiMobileWebRequest $mobileWeb = null, Api\StructType\ApiTranslationRequest $translation = null )
$query string
$appId string
$sources Api\ArrayType\ApiArrayOfSourceType
$parameters ApiSearchRequest
$version string
$market string
$uILanguage string
$adult string
$latitude float
$longitude float
$radius float
$options Api\ArrayType\ApiArrayOfSearchOption
$web Api\StructType\ApiWebRequest
$image Api\StructType\ApiImageRequest
$phonebook Api\StructType\ApiPhonebookRequest
$video ApiVideoRequest
$news Api\StructType\ApiNewsRequest
$mobileWeb Api\StructType\ApiMobileWebRequest
$translation Api\StructType\ApiTranslationRequest

__set_state() public static method

Method called when an object has been exported with var_export() functions It allows to return an object instantiated with the values
See also: AbstractStructBase::__set_state()
public static __set_state ( array $array ) : ApiSearchRequest
$array array the exported values
return ApiSearchRequest

__toString() public method

Method returning the class name
public __toString ( ) : string
return string __CLASS__

getAdult() public method

Get Adult value
public getAdult ( ) : string | null
return string | null

getAppId() public method

Get AppId value
public getAppId ( ) : string
return string

getImage() public method

Get Image value
public getImage ( ) : Api\StructType\ApiImageRequest | null
return Api\StructType\ApiImageRequest | null

getLatitude() public method

Get Latitude value
public getLatitude ( ) : float | null
return float | null

getLongitude() public method

Get Longitude value
public getLongitude ( ) : float | null
return float | null

getMarket() public method

Get Market value
public getMarket ( ) : string | null
return string | null

getMobileWeb() public method

Get MobileWeb value
public getMobileWeb ( ) : Api\StructType\ApiMobileWebRequest | null
return Api\StructType\ApiMobileWebRequest | null

getNews() public method

Get News value
public getNews ( ) : Api\StructType\ApiNewsRequest | null
return Api\StructType\ApiNewsRequest | null

getOptions() public method

Get Options value
public getOptions ( ) : Api\ArrayType\ApiArrayOfSearchOption | null
return Api\ArrayType\ApiArrayOfSearchOption | null

getParameters() public method

Get parameters value
public getParameters ( ) : ApiSearchRequest
return ApiSearchRequest

getPhonebook() public method

Get Phonebook value
public getPhonebook ( ) : Api\StructType\ApiPhonebookRequest | null
return Api\StructType\ApiPhonebookRequest | null

getQuery() public method

Get Query value
public getQuery ( ) : string
return string

getRadius() public method

Get Radius value
public getRadius ( ) : float | null
return float | null

getSources() public method

Get Sources value
public getSources ( ) : Api\ArrayType\ApiArrayOfSourceType
return Api\ArrayType\ApiArrayOfSourceType

getTranslation() public method

Get Translation value
public getTranslation ( ) : Api\StructType\ApiTranslationRequest | null
return Api\StructType\ApiTranslationRequest | null

getUILanguage() public method

Get UILanguage value
public getUILanguage ( ) : string | null
return string | null

getVersion() public method

Get Version value
public getVersion ( ) : string | null
return string | null

getVideo() public method

Get Video value
public getVideo ( ) : ApiVideoRequest | null
return ApiVideoRequest | null

getWeb() public method

Get Web value
public getWeb ( ) : Api\StructType\ApiWebRequest | null
return Api\StructType\ApiWebRequest | null

setAdult() public method

Set Adult value
public setAdult ( string $adult = null ) : ApiSearchRequest
$adult string
return ApiSearchRequest

setAppId() public method

Set AppId value
public setAppId ( string $appId = null ) : ApiSearchRequest
$appId string
return ApiSearchRequest

setImage() public method

Set Image value
public setImage ( Api\StructType\ApiImageRequest $image = null ) : ApiSearchRequest
$image Api\StructType\ApiImageRequest
return ApiSearchRequest

setLatitude() public method

Set Latitude value
public setLatitude ( float $latitude = null ) : ApiSearchRequest
$latitude float
return ApiSearchRequest

setLongitude() public method

Set Longitude value
public setLongitude ( float $longitude = null ) : ApiSearchRequest
$longitude float
return ApiSearchRequest

setMarket() public method

Set Market value
public setMarket ( string $market = null ) : ApiSearchRequest
$market string
return ApiSearchRequest

setMobileWeb() public method

Set MobileWeb value
public setMobileWeb ( Api\StructType\ApiMobileWebRequest $mobileWeb = null ) : ApiSearchRequest
$mobileWeb Api\StructType\ApiMobileWebRequest
return ApiSearchRequest

setNews() public method

Set News value
public setNews ( Api\StructType\ApiNewsRequest $news = null ) : ApiSearchRequest
$news Api\StructType\ApiNewsRequest
return ApiSearchRequest

setOptions() public method

Set Options value
public setOptions ( Api\ArrayType\ApiArrayOfSearchOption $options = null ) : ApiSearchRequest
$options Api\ArrayType\ApiArrayOfSearchOption
return ApiSearchRequest

setParameters() public method

Set parameters value
public setParameters ( ApiSearchRequest $parameters = null ) : ApiSearchRequest
$parameters ApiSearchRequest
return ApiSearchRequest

setPhonebook() public method

Set Phonebook value
public setPhonebook ( Api\StructType\ApiPhonebookRequest $phonebook = null ) : ApiSearchRequest
$phonebook Api\StructType\ApiPhonebookRequest
return ApiSearchRequest

setQuery() public method

Set Query value
public setQuery ( string $query = null ) : ApiSearchRequest
$query string
return ApiSearchRequest

setRadius() public method

Set Radius value
public setRadius ( float $radius = null ) : ApiSearchRequest
$radius float
return ApiSearchRequest

setSources() public method

Set Sources value
public setSources ( Api\ArrayType\ApiArrayOfSourceType $sources = null ) : ApiSearchRequest
$sources Api\ArrayType\ApiArrayOfSourceType
return ApiSearchRequest

setTranslation() public method

Set Translation value
public setTranslation ( Api\StructType\ApiTranslationRequest $translation = null ) : ApiSearchRequest
$translation Api\StructType\ApiTranslationRequest
return ApiSearchRequest

setUILanguage() public method

Set UILanguage value
public setUILanguage ( string $uILanguage = null ) : ApiSearchRequest
$uILanguage string
return ApiSearchRequest

setVersion() public method

Set Version value
public setVersion ( string $version = '2.2' ) : ApiSearchRequest
$version string
return ApiSearchRequest

setVideo() public method

Set Video value
public setVideo ( ApiVideoRequest $video = null ) : ApiSearchRequest
$video ApiVideoRequest
return ApiSearchRequest

setWeb() public method

Set Web value
public setWeb ( Api\StructType\ApiWebRequest $web = null ) : ApiSearchRequest
$web Api\StructType\ApiWebRequest
return ApiSearchRequest

Property Details

$Adult public_oe property

The Adult Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
public string $Adult
return string

$AppId public_oe property

The AppId Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 1
public string $AppId
return string

$Image public_oe property

The Image Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
public ApiImageRequest,Api\StructType $Image
return Api\StructType\ApiImageRequest

$Latitude public_oe property

The Latitude Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
public float $Latitude
return float

$Longitude public_oe property

The Longitude Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
public float $Longitude
return float

$Market public_oe property

The Market Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
public string $Market
return string

$MobileWeb public_oe property

The MobileWeb Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
public ApiMobileWebRequest,Api\StructType $MobileWeb
return Api\StructType\ApiMobileWebRequest

$News public_oe property

The News Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
public ApiNewsRequest,Api\StructType $News
return Api\StructType\ApiNewsRequest

$Options public_oe property

The Options Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
public ApiArrayOfSearchOption,Api\ArrayType $Options
return Api\ArrayType\ApiArrayOfSearchOption

$Phonebook public_oe property

The Phonebook Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
public ApiPhonebookRequest,Api\StructType $Phonebook
return Api\StructType\ApiPhonebookRequest

$Query public_oe property

The Query Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 1
public string $Query
return string

$Radius public_oe property

The Radius Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
public float $Radius
return float

$Sources public_oe property

The Sources Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 1
public ApiArrayOfSourceType,Api\ArrayType $Sources
return Api\ArrayType\ApiArrayOfSourceType

$Translation public_oe property

The Translation Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
public ApiTranslationRequest,Api\StructType $Translation
return Api\StructType\ApiTranslationRequest

$UILanguage public_oe property

The UILanguage Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
public string $UILanguage
return string

$Version public_oe property

The Version Meta informations extracted from the WSDL - default: 2.2 - maxOccurs: 1 - minOccurs: 0
public string $Version
return string

$Video public_oe property

The Video Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
public ApiVideoRequest,Api\StructType $Video
return ApiVideoRequest

$Web public_oe property

The Web Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
public ApiWebRequest,Api\StructType $Web
return Api\StructType\ApiWebRequest

$parameters public_oe property

The parameters Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 1
public ApiSearchRequest,Api\StructType $parameters
return ApiSearchRequest