class ReferenceType

Class representing ReferenceType

XSD Type: ReferenceType

Methods

string
getId()

Gets as id

setId(string $id)

Sets a new id

string
getURI()

Gets as uRI

setURI(string $uRI)

Sets a new uRI

string
getType()

Gets as type

setType(string $type)

Sets a new type

addToTransforms(TransformType $transform)

Adds as transform

boolean
issetTransforms(scalar $index)

isset transforms

void
unsetTransforms(scalar $index)

unset transforms

getTransforms()

Gets as transforms

setTransforms(array $transforms)

Sets a new transforms

getDigestMethod()

Gets as digestMethod

setDigestMethod(DigestMethodAType $digestMethod)

Sets a new digestMethod

mixed
getDigestValue()

Gets as digestValue

setDigestValue(mixed $digestValue)

Sets a new digestValue

Details

at line 50
string getId()

Gets as id

Return Value

string

at line 61
ReferenceType setId(string $id)

Sets a new id

Parameters

string $id

Return Value

ReferenceType

at line 72
string getURI()

Gets as uRI

Return Value

string

at line 83
ReferenceType setURI(string $uRI)

Sets a new uRI

Parameters

string $uRI

Return Value

ReferenceType

at line 94
string getType()

Gets as type

Return Value

string

at line 105
ReferenceType setType(string $type)

Sets a new type

Parameters

string $type

Return Value

ReferenceType

at line 117
ReferenceType addToTransforms(TransformType $transform)

Adds as transform

Parameters

TransformType $transform

Return Value

ReferenceType

at line 129
boolean issetTransforms(scalar $index)

isset transforms

Parameters

scalar $index

Return Value

boolean

at line 140
void unsetTransforms(scalar $index)

unset transforms

Parameters

scalar $index

Return Value

void

at line 150
TransformType[] getTransforms()

Gets as transforms

Return Value

TransformType[]

at line 161
ReferenceType setTransforms(array $transforms)

Sets a new transforms

Parameters

array $transforms

Return Value

ReferenceType

at line 172
DigestMethodAType getDigestMethod()

Gets as digestMethod

Return Value

DigestMethodAType

at line 184
ReferenceType setDigestMethod(DigestMethodAType $digestMethod)

Sets a new digestMethod

Parameters

DigestMethodAType $digestMethod

Return Value

ReferenceType

at line 195
mixed getDigestValue()

Gets as digestValue

Return Value

mixed

at line 206
ReferenceType setDigestValue(mixed $digestValue)

Sets a new digestValue

Parameters

mixed $digestValue

Return Value

ReferenceType