ListStoreRequestType
in package
Class representing ListStoreRequestType.
XSD Type: listStoreRequestType
Table of Contents
Properties
- $requestStore : RequestStoreType|null
- $restrictionData : RestrictionDataStoreType|null
- $storeVersion : string|null
- Požadovaná verze skladů.
- $version : string|null
Methods
- getRequestStore() : RequestStoreType
- Gets as requestStore.
- getRestrictionData() : RestrictionDataStoreType
- Gets as restrictionData.
- getStoreVersion() : string
- Gets as storeVersion.
- getVersion() : string
- Gets as version.
- setRequestStore() : self
- Sets a new requestStore.
- setRestrictionData() : self
- Sets a new restrictionData.
- setStoreVersion() : self
- Sets a new storeVersion.
- setVersion() : self
- Sets a new version.
Properties
$requestStore
private
RequestStoreType|null
$requestStore
= null
$restrictionData
private
RestrictionDataStoreType|null
$restrictionData
= null
$storeVersion
Požadovaná verze skladů.
private
string|null
$storeVersion
= null
$version
private
string|null
$version
= null
Methods
getRequestStore()
Gets as requestStore.
public
getRequestStore() : RequestStoreType
Return values
RequestStoreTypegetRestrictionData()
Gets as restrictionData.
public
getRestrictionData() : RestrictionDataStoreType
Return values
RestrictionDataStoreTypegetStoreVersion()
Gets as storeVersion.
public
getStoreVersion() : string
Požadovaná verze skladů.
Return values
stringgetVersion()
Gets as version.
public
getVersion() : string
Return values
stringsetRequestStore()
Sets a new requestStore.
public
setRequestStore([RequestStoreType|null $requestStore = null ]) : self
Parameters
- $requestStore : RequestStoreType|null = null
Return values
selfsetRestrictionData()
Sets a new restrictionData.
public
setRestrictionData([RestrictionDataStoreType|null $restrictionData = null ]) : self
Parameters
- $restrictionData : RestrictionDataStoreType|null = null
Return values
selfsetStoreVersion()
Sets a new storeVersion.
public
setStoreVersion(string $storeVersion) : self
Požadovaná verze skladů.
Parameters
- $storeVersion : string
Return values
selfsetVersion()
Sets a new version.
public
setVersion(string $version) : self
Parameters
- $version : string