PHP 클래스 Api\StructType\ApiAddressDelivery_Type

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

공개 프로퍼티들

프로퍼티 타입 설명
$City string The City Meta informations extracted from the WSDL - documentation: The delivery city
$PostalCode string The PostalCode Meta informations extracted from the WSDL - documentation: Postal code for the city - length: 4
$Street1 string The Street1 Meta informations extracted from the WSDL - documentation: First line on delivery address
$Street2 string The Street2 Meta informations extracted from the WSDL - documentation: Second line on delivery address
$Street3 string The Street3 Meta informations extracted from the WSDL - documentation: Third line on delivery address

공개 메소드들

메소드 설명
__construct ( string $street1 = null, string $street2 = null, string $street3 = null, string $city = null, string $postalCode = null ) Constructor method for AddressDelivery_Type
__set_state ( array $array ) : ApiAddressDelivery_Type 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
getCity ( ) : string | null Get City value
getPostalCode ( ) : string | null Get PostalCode value
getStreet1 ( ) : string | null Get Street1 value
getStreet2 ( ) : string | null Get Street2 value
getStreet3 ( ) : string | null Get Street3 value
setCity ( string $city = null ) : ApiAddressDelivery_Type Set City value
setPostalCode ( string $postalCode = null ) : ApiAddressDelivery_Type Set PostalCode value
setStreet1 ( string $street1 = null ) : ApiAddressDelivery_Type Set Street1 value
setStreet2 ( string $street2 = null ) : ApiAddressDelivery_Type Set Street2 value
setStreet3 ( string $street3 = null ) : ApiAddressDelivery_Type Set Street3 value

메소드 상세

__construct() 공개 메소드

Constructor method for AddressDelivery_Type
public __construct ( string $street1 = null, string $street2 = null, string $street3 = null, string $city = null, string $postalCode = null )
$street1 string
$street2 string
$street3 string
$city string
$postalCode string

__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 ) : ApiAddressDelivery_Type
$array array the exported values
리턴 ApiAddressDelivery_Type

__toString() 공개 메소드

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

getCity() 공개 메소드

Get City value
public getCity ( ) : string | null
리턴 string | null

getPostalCode() 공개 메소드

Get PostalCode value
public getPostalCode ( ) : string | null
리턴 string | null

getStreet1() 공개 메소드

Get Street1 value
public getStreet1 ( ) : string | null
리턴 string | null

getStreet2() 공개 메소드

Get Street2 value
public getStreet2 ( ) : string | null
리턴 string | null

getStreet3() 공개 메소드

Get Street3 value
public getStreet3 ( ) : string | null
리턴 string | null

setCity() 공개 메소드

Set City value
public setCity ( string $city = null ) : ApiAddressDelivery_Type
$city string
리턴 ApiAddressDelivery_Type

setPostalCode() 공개 메소드

Set PostalCode value
public setPostalCode ( string $postalCode = null ) : ApiAddressDelivery_Type
$postalCode string
리턴 ApiAddressDelivery_Type

setStreet1() 공개 메소드

Set Street1 value
public setStreet1 ( string $street1 = null ) : ApiAddressDelivery_Type
$street1 string
리턴 ApiAddressDelivery_Type

setStreet2() 공개 메소드

Set Street2 value
public setStreet2 ( string $street2 = null ) : ApiAddressDelivery_Type
$street2 string
리턴 ApiAddressDelivery_Type

setStreet3() 공개 메소드

Set Street3 value
public setStreet3 ( string $street3 = null ) : ApiAddressDelivery_Type
$street3 string
리턴 ApiAddressDelivery_Type

프로퍼티 상세

$City 공개적으로 프로퍼티

The City Meta informations extracted from the WSDL - documentation: The delivery city
public string $City
리턴 string

$PostalCode 공개적으로 프로퍼티

The PostalCode Meta informations extracted from the WSDL - documentation: Postal code for the city - length: 4
public string $PostalCode
리턴 string

$Street1 공개적으로 프로퍼티

The Street1 Meta informations extracted from the WSDL - documentation: First line on delivery address
public string $Street1
리턴 string

$Street2 공개적으로 프로퍼티

The Street2 Meta informations extracted from the WSDL - documentation: Second line on delivery address
public string $Street2
리턴 string

$Street3 공개적으로 프로퍼티

The Street3 Meta informations extracted from the WSDL - documentation: Third line on delivery address
public string $Street3
리턴 string