PHP Class XeroPHP\Models\PayrollUS\Employee\HomeAddress

Inheritance: extends XeroPHP\Remote\Object
Show file Open project: calcinai/xero-php

Public Methods

Method Description
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

Method Details

getAPIStem() public static method

Get the stem of the API (core.xro) etc
public static getAPIStem ( ) : string | null
return string | null

getCity() public method

public getCity ( ) : string
return string

getGUIDProperty() public static method

Get the guid property
public static getGUIDProperty ( ) : string
return string

getLattitude() public method

public getLattitude ( ) : string
return string

getLongitude() public method

public getLongitude ( ) : string
return string

getProperties() public static method

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
return array

getResourceURI() public static method

Get the resource uri of the class (Contacts) etc
public static getResourceURI ( ) : string
return string

getRootNodeName() public static method

Get the root node name. Just the unqualified classname
public static getRootNodeName ( ) : string
return string

getState() public method

public getState ( ) : string
return string

getStreetAddress() public method

public getStreetAddress ( ) : string
return string

getSuiteOrAptOrUnit() public method

public getSuiteOrAptOrUnit ( ) : string
return string

getSupportedMethods() public static method

Get the supported methods
public static getSupportedMethods ( )

getZip() public method

public getZip ( ) : string
return string

isPageable() public static method

public static isPageable ( )

setCity() public method

public setCity ( string $value ) : HomeAddress
$value string
return HomeAddress

setLattitude() public method

public setLattitude ( string $value ) : HomeAddress
$value string
return HomeAddress

setLongitude() public method

public setLongitude ( string $value ) : HomeAddress
$value string
return HomeAddress

setState() public method

public setState ( string $value ) : HomeAddress
$value string
return HomeAddress

setStreetAddress() public method

public setStreetAddress ( string $value ) : HomeAddress
$value string
return HomeAddress

setSuiteOrAptOrUnit() public method

public setSuiteOrAptOrUnit ( string $value ) : HomeAddress
$value string
return HomeAddress

setZip() public method

public setZip ( string $value ) : HomeAddress
$value string
return HomeAddress