PHP Класс Api\StructType\ApiAddressDelivery_Type

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

Открытые свойства

Свойство Тип Описание
$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