class XPSDataType extends Collection (View source)

Properties

protected $collection_key
protected $compatibleDataTypesType
protected $compatibleDataTypesDataType
protected $listElementTypeType
protected $listElementTypeDataType
bool $nullable
protected $structTypeType
protected $structTypeDataType
string $timeFormat
string $typeCode

Methods

setCompatibleDataTypes($compatibleDataTypes)

No description

getCompatibleDataTypes()

No description

setListElementType(XPSDataType $listElementType)

No description

getListElementType()

No description

setNullable($nullable)

No description

bool
getNullable()

No description

setStructType(XPSStructType $structType)

No description

getStructType()

No description

setTimeFormat($timeFormat)

No description

string
getTimeFormat()

No description

setTypeCode($typeCode)

No description

string
getTypeCode()

No description

Details

setCompatibleDataTypes($compatibleDataTypes)

No description

Parameters

$compatibleDataTypes

XPSDataType[] getCompatibleDataTypes()

No description

Return Value

XPSDataType[]

setListElementType(XPSDataType $listElementType)

No description

Parameters

XPSDataType $listElementType

XPSDataType getListElementType()

No description

Return Value

XPSDataType

setNullable($nullable)

No description

Parameters

$nullable

bool getNullable()

No description

Return Value

bool

setStructType(XPSStructType $structType)

No description

Parameters

XPSStructType $structType

XPSStructType getStructType()

No description

Return Value

XPSStructType

setTimeFormat($timeFormat)

No description

Parameters

$timeFormat

string getTimeFormat()

No description

Return Value

string

setTypeCode($typeCode)

No description

Parameters

$typeCode

string getTypeCode()

No description

Return Value

string