class SignatureValueType

Class representing SignatureValueType

XSD Type: SignatureValueType

Methods

__construct(mixed $value)

Construct

mixed
value()

Gets or sets the inner value

string
__toString()

Gets a string value

string
getId()

Gets as id

setId(string $id)

Sets a new id

Details

at line 29
__construct(mixed $value)

Construct

Parameters

mixed $value

at line 40
mixed value()

Gets or sets the inner value

Return Value

mixed

at line 53
string __toString()

Gets a string value

Return Value

string

at line 63
string getId()

Gets as id

Return Value

string

at line 74
SignatureValueType setId(string $id)

Sets a new id

Parameters

string $id

Return Value

SignatureValueType