InventoryListsType
in package
Class representing InventoryListsType.
XSD Type: inventoryListsType
Table of Contents
Properties
- $inventoryListsDetail : array<string|int, InventoryListsItemType>
- $inventoryListsHeader : InventoryListsHeaderType|null
- $version : string|null
Methods
- addToInventoryListsDetail() : self
- Adds as inventoryListsItem.
- getInventoryListsDetail() : array<string|int, InventoryListsItemType>
- Gets as inventoryListsDetail.
- getInventoryListsHeader() : InventoryListsHeaderType
- Gets as inventoryListsHeader.
- getVersion() : string
- Gets as version.
- issetInventoryListsDetail() : bool
- isset inventoryListsDetail.
- setInventoryListsDetail() : self
- Sets a new inventoryListsDetail.
- setInventoryListsHeader() : self
- Sets a new inventoryListsHeader.
- setVersion() : self
- Sets a new version.
- unsetInventoryListsDetail() : void
- unset inventoryListsDetail.
Properties
$inventoryListsDetail
private
array<string|int, InventoryListsItemType>
$inventoryListsDetail
= null
$inventoryListsHeader
private
InventoryListsHeaderType|null
$inventoryListsHeader
= null
$version
private
string|null
$version
= null
Methods
addToInventoryListsDetail()
Adds as inventoryListsItem.
public
addToInventoryListsDetail(InventoryListsItemType $inventoryListsItem) : self
Parameters
- $inventoryListsItem : InventoryListsItemType
Return values
selfgetInventoryListsDetail()
Gets as inventoryListsDetail.
public
getInventoryListsDetail() : array<string|int, InventoryListsItemType>
Return values
array<string|int, InventoryListsItemType>getInventoryListsHeader()
Gets as inventoryListsHeader.
public
getInventoryListsHeader() : InventoryListsHeaderType
Return values
InventoryListsHeaderTypegetVersion()
Gets as version.
public
getVersion() : string
Return values
stringissetInventoryListsDetail()
isset inventoryListsDetail.
public
issetInventoryListsDetail(int|string $index) : bool
Parameters
- $index : int|string
Return values
boolsetInventoryListsDetail()
Sets a new inventoryListsDetail.
public
setInventoryListsDetail([array<string|int, InventoryListsItemType> $inventoryListsDetail = null ]) : self
Parameters
- $inventoryListsDetail : array<string|int, InventoryListsItemType> = null
Return values
selfsetInventoryListsHeader()
Sets a new inventoryListsHeader.
public
setInventoryListsHeader([InventoryListsHeaderType|null $inventoryListsHeader = null ]) : self
Parameters
- $inventoryListsHeader : InventoryListsHeaderType|null = null
Return values
selfsetVersion()
Sets a new version.
public
setVersion(string $version) : self
Parameters
- $version : string
Return values
selfunsetInventoryListsDetail()
unset inventoryListsDetail.
public
unsetInventoryListsDetail(int|string $index) : void
Parameters
- $index : int|string