PHP 클래스 XeroPHP\Models\PayrollUS\Employee\HomeAddress

상속: extends XeroPHP\Remote\Object
파일 보기 프로젝트 열기: calcinai/xero-php

공개 메소드들

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