PHP 클래스 Api\StructType\ApiSearchRequest

상속: extends WsdlToPhp\PackageBase\AbstractStructBase
파일 보기 프로젝트 열기: wsdltophp/packagegenerator

공개 프로퍼티들

프로퍼티 타입 설명
$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

공개 메소드들

메소드 설명
__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

메소드 상세

__construct() 공개 메소드

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() 공개 정적인 메소드

Method called when an object has been exported with var_export() functions It allows to return an object instantiated with the values
또한 보기: AbstractStructBase::__set_state()
public static __set_state ( array $array ) : ApiSearchRequest
$array array the exported values
리턴 ApiSearchRequest

__toString() 공개 메소드

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

getAdult() 공개 메소드

Get Adult value
public getAdult ( ) : string | null
리턴 string | null

getAppId() 공개 메소드

Get AppId value
public getAppId ( ) : string
리턴 string

getImage() 공개 메소드

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

getLatitude() 공개 메소드

Get Latitude value
public getLatitude ( ) : float | null
리턴 float | null

getLongitude() 공개 메소드

Get Longitude value
public getLongitude ( ) : float | null
리턴 float | null

getMarket() 공개 메소드

Get Market value
public getMarket ( ) : string | null
리턴 string | null

getMobileWeb() 공개 메소드

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

getNews() 공개 메소드

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

getOptions() 공개 메소드

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

getParameters() 공개 메소드

Get parameters value
public getParameters ( ) : ApiSearchRequest
리턴 ApiSearchRequest

getPhonebook() 공개 메소드

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

getQuery() 공개 메소드

Get Query value
public getQuery ( ) : string
리턴 string

getRadius() 공개 메소드

Get Radius value
public getRadius ( ) : float | null
리턴 float | null

getSources() 공개 메소드

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

getTranslation() 공개 메소드

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

getUILanguage() 공개 메소드

Get UILanguage value
public getUILanguage ( ) : string | null
리턴 string | null

getVersion() 공개 메소드

Get Version value
public getVersion ( ) : string | null
리턴 string | null

getVideo() 공개 메소드

Get Video value
public getVideo ( ) : ApiVideoRequest | null
리턴 ApiVideoRequest | null

getWeb() 공개 메소드

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

setAdult() 공개 메소드

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

setAppId() 공개 메소드

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

setImage() 공개 메소드

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

setLatitude() 공개 메소드

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

setLongitude() 공개 메소드

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

setMarket() 공개 메소드

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

setMobileWeb() 공개 메소드

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

setNews() 공개 메소드

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

setOptions() 공개 메소드

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

setParameters() 공개 메소드

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

setPhonebook() 공개 메소드

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

setQuery() 공개 메소드

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

setRadius() 공개 메소드

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

setSources() 공개 메소드

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

setTranslation() 공개 메소드

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

setUILanguage() 공개 메소드

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

setVersion() 공개 메소드

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

setVideo() 공개 메소드

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

setWeb() 공개 메소드

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

프로퍼티 상세

$Adult 공개적으로 프로퍼티

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

$AppId 공개적으로 프로퍼티

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

$Image 공개적으로 프로퍼티

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

$Latitude 공개적으로 프로퍼티

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

$Longitude 공개적으로 프로퍼티

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

$Market 공개적으로 프로퍼티

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

$MobileWeb 공개적으로 프로퍼티

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

$News 공개적으로 프로퍼티

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

$Options 공개적으로 프로퍼티

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

$Phonebook 공개적으로 프로퍼티

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

$Query 공개적으로 프로퍼티

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

$Radius 공개적으로 프로퍼티

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

$Sources 공개적으로 프로퍼티

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

$Translation 공개적으로 프로퍼티

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

$UILanguage 공개적으로 프로퍼티

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

$Version 공개적으로 프로퍼티

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

$Video 공개적으로 프로퍼티

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

$Web 공개적으로 프로퍼티

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

$parameters 공개적으로 프로퍼티

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