VariableType
in package
Class representing VariableType.
XSD Type: variableType
Table of Contents
Properties
Methods
- getName() : string
- Gets as name.
- getNote() : string
- Gets as note.
- getValue() : string
- Gets as value.
- setName() : self
- Sets a new name.
- setNote() : self
- Sets a new note.
- setValue() : self
- Sets a new value.
Properties
$name
private
string|null
$name
= null
$note
private
string|null
$note
= null
$value
private
string|null
$value
= null
Methods
getName()
Gets as name.
public
getName() : string
Return values
stringgetNote()
Gets as note.
public
getNote() : string
Return values
stringgetValue()
Gets as value.
public
getValue() : string
Return values
stringsetName()
Sets a new name.
public
setName(string $name) : self
Parameters
- $name : string
Return values
selfsetNote()
Sets a new note.
public
setNote(string $note) : self
Parameters
- $note : string
Return values
selfsetValue()
Sets a new value.
public
setValue(string $value) : self
Parameters
- $value : string