Documentation

RefType
in package

Class representing RefType.

Odkaz na entitu. Vyšší prioritu má element "id". XSD Type: refType

Table of Contents

Properties

$id  : int|null
$ids  : string|null
$valueType  : string|null

Methods

getId()  : int
Gets as id.
getIds()  : string
Gets as ids.
getValueType()  : string
Gets as valueType.
setId()  : self
Sets a new id.
setIds()  : self
Sets a new ids.
setValueType()  : self
Sets a new valueType.

Properties

$ids

private string|null $ids = null

$valueType

private string|null $valueType = null

Methods

getId()

Gets as id.

public getId() : int
Return values
int

getIds()

Gets as ids.

public getIds() : string
Return values
string

getValueType()

Gets as valueType.

public getValueType() : string
Return values
string

setId()

Sets a new id.

public setId(int $id) : self
Parameters
$id : int
Return values
self

setIds()

Sets a new ids.

public setIds(string $ids) : self
Parameters
$ids : string
Return values
self

setValueType()

Sets a new valueType.

public setValueType(string $valueType) : self
Parameters
$valueType : string
Return values
self

        
On this page

Search results