SendEETType
in package
Class representing SendEETType.
XSD Type: sendEETType
Table of Contents
Properties
- $record : RecordSendEETType|null
- Výběr záznamu.
- $version : string|null
Methods
- getRecord() : RecordSendEETType
- Gets as record.
- getVersion() : string
- Gets as version.
- setRecord() : self
- Sets a new record.
- setVersion() : self
- Sets a new version.
Properties
$record
Výběr záznamu.
private
RecordSendEETType|null
$record
= null
$version
private
string|null
$version
= null
Methods
getRecord()
Gets as record.
public
getRecord() : RecordSendEETType
Výběr záznamu.
Return values
RecordSendEETTypegetVersion()
Gets as version.
public
getVersion() : string
Return values
stringsetRecord()
Sets a new record.
public
setRecord(RecordSendEETType $record) : self
Výběr záznamu.
Parameters
- $record : RecordSendEETType
Return values
selfsetVersion()
Sets a new version.
public
setVersion(string $version) : self
Parameters
- $version : string