PHP Класс XeroPHP\Models\PayrollUS\Employee\HomeAddress

Наследование: extends XeroPHP\Remote\Object
Показать файл Открыть проект

Открытые методы

Метод Описание
getAPIStem ( ) : string | null Get the stem of the API (core.xro) etc
getCity ( ) : string
getGUIDProperty ( ) : string Get the guid property
getLattitude ( ) : string
getLongitude ( ) : string
getProperties ( ) : array Get the properties of the object. Indexed by constants [0] - Mandatory [1] - Type [2] - PHP type [3] - Is an Array [4] - Saves directly
getResourceURI ( ) : string Get the resource uri of the class (Contacts) etc
getRootNodeName ( ) : string Get the root node name. Just the unqualified classname
getState ( ) : string
getStreetAddress ( ) : string
getSuiteOrAptOrUnit ( ) : string
getSupportedMethods ( ) Get the supported methods
getZip ( ) : string
isPageable ( )
setCity ( string $value ) : HomeAddress
setLattitude ( string $value ) : HomeAddress
setLongitude ( string $value ) : HomeAddress
setState ( string $value ) : HomeAddress
setStreetAddress ( string $value ) : HomeAddress
setSuiteOrAptOrUnit ( string $value ) : HomeAddress
setZip ( string $value ) : HomeAddress

Описание методов

getAPIStem() публичный статический Метод

Get the stem of the API (core.xro) etc
public static getAPIStem ( ) : string | null
Результат string | null

getCity() публичный Метод

public getCity ( ) : string
Результат string

getGUIDProperty() публичный статический Метод

Get the guid property
public static getGUIDProperty ( ) : string
Результат string

getLattitude() публичный Метод

public getLattitude ( ) : string
Результат string

getLongitude() публичный Метод

public getLongitude ( ) : string
Результат string

getProperties() публичный статический Метод

Get the properties of the object. Indexed by constants [0] - Mandatory [1] - Type [2] - PHP type [3] - Is an Array [4] - Saves directly
public static getProperties ( ) : array
Результат array

getResourceURI() публичный статический Метод

Get the resource uri of the class (Contacts) etc
public static getResourceURI ( ) : string
Результат string

getRootNodeName() публичный статический Метод

Get the root node name. Just the unqualified classname
public static getRootNodeName ( ) : string
Результат string

getState() публичный Метод

public getState ( ) : string
Результат string

getStreetAddress() публичный Метод

public getStreetAddress ( ) : string
Результат string

getSuiteOrAptOrUnit() публичный Метод

public getSuiteOrAptOrUnit ( ) : string
Результат string

getSupportedMethods() публичный статический Метод

Get the supported methods
public static getSupportedMethods ( )

getZip() публичный Метод

public getZip ( ) : string
Результат string

isPageable() публичный статический Метод

public static isPageable ( )

setCity() публичный Метод

public setCity ( string $value ) : HomeAddress
$value string
Результат HomeAddress

setLattitude() публичный Метод

public setLattitude ( string $value ) : HomeAddress
$value string
Результат HomeAddress

setLongitude() публичный Метод

public setLongitude ( string $value ) : HomeAddress
$value string
Результат HomeAddress

setState() публичный Метод

public setState ( string $value ) : HomeAddress
$value string
Результат HomeAddress

setStreetAddress() публичный Метод

public setStreetAddress ( string $value ) : HomeAddress
$value string
Результат HomeAddress

setSuiteOrAptOrUnit() публичный Метод

public setSuiteOrAptOrUnit ( string $value ) : HomeAddress
$value string
Результат HomeAddress

setZip() публичный Метод

public setZip ( string $value ) : HomeAddress
$value string
Результат HomeAddress