ParameterListItemType
in package
Class representing ParameterListItemType.
XSD Type: parameterListItemType
Table of Contents
Properties
- $description : string|null
- $id : int|null
- ID záznamu (jen pro export).
- $name : string|null
- $sequence : int|null
Methods
- getDescription() : string
- Gets as description.
- getId() : int
- Gets as id.
- getName() : string
- Gets as name.
- getSequence() : int
- Gets as sequence.
- setDescription() : self
- Sets a new description.
- setId() : self
- Sets a new id.
- setName() : self
- Sets a new name.
- setSequence() : self
- Sets a new sequence.
Properties
$description
private
string|null
$description
= null
$id
ID záznamu (jen pro export).
private
int|null
$id
= null
$name
private
string|null
$name
= null
$sequence
private
int|null
$sequence
= null
Methods
getDescription()
Gets as description.
public
getDescription() : string
Return values
stringgetId()
Gets as id.
public
getId() : int
ID záznamu (jen pro export).
Return values
intgetName()
Gets as name.
public
getName() : string
Return values
stringgetSequence()
Gets as sequence.
public
getSequence() : int
Return values
intsetDescription()
Sets a new description.
public
setDescription(string $description) : self
Parameters
- $description : string
Return values
selfsetId()
Sets a new id.
public
setId(int $id) : self
ID záznamu (jen pro export).
Parameters
- $id : int
Return values
selfsetName()
Sets a new name.
public
setName(string $name) : self
Parameters
- $name : string
Return values
selfsetSequence()
Sets a new sequence.
public
setSequence(int $sequence) : self
Parameters
- $sequence : int