TextType
in package
Class representing TextType.
XSD Type: textType
Table of Contents
Properties
Methods
- getName() : string
- Gets as name.
- getValue() : string
- Gets as value.
- setName() : self
- Sets a new name.
- setValue() : self
- Sets a new value.
Properties
$name
private
string|null
$name
= null
$value
Textová hodnota.
private
string|null
$value
= null
Methods
getName()
Gets as name.
public
getName() : string
Return values
stringgetValue()
Gets as value.
public
getValue() : string
Textová hodnota.
Return values
stringsetName()
Sets a new name.
public
setName(string $name) : self
Parameters
- $name : string
Return values
selfsetValue()
Sets a new value.
public
setValue(string $value) : self
Textová hodnota.
Parameters
- $value : string