Overview

DeviceTypeUpdater is used to modify the value of one or more DeviceType's attributes.

Members

Show inherited members

Name Type Description

OS

string

Sets the device operating system

devInfDTDVersion

string

Sets the development information DTD version.

deviceClass

string

Sets the device class. Examples of device class are desktop, PPC, etc.

deviceInfoDescsToAdd

string[]

deviceInfoDescsToRemove

string[]

deviceProfile

beeId<deviceProfile>

Sets the device profile handle

manufacturer

string

Sets the device manufacturer

model

string

Sets the device model

name

string

Get the Name of the Entity

processor

string

Sets the device processor

softwareVersion

string

Sets the software version

Hierarchy

Inherits From

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:deviceTypeUpdater xsi:type="obh:deviceTypeUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <OS>your_string_0</OS>
        <devInfDTDVersion>your_string_0</devInfDTDVersion>
        <deviceClass>your_string_0</deviceClass>
        <deviceInfoDescsToAdd>your_string_0</deviceInfoDescsToAdd>
        <deviceInfoDescsToAdd>your_string_1</deviceInfoDescsToAdd>
        <deviceInfoDescsToAdd>your_string_2</deviceInfoDescsToAdd>
        <deviceInfoDescsToRemove>your_string_0</deviceInfoDescsToRemove>
        <deviceInfoDescsToRemove>your_string_1</deviceInfoDescsToRemove>
        <deviceInfoDescsToRemove>your_string_2</deviceInfoDescsToRemove>
        <deviceProfile>your_beeId_0</deviceProfile>
        <manufacturer>your_string_0</manufacturer>
        <model>your_string_0</model>
        <name>your_string_0</name>
        <processor>your_string_0</processor>
        <softwareVersion>your_string_0</softwareVersion>
</obh:deviceTypeUpdater>

Referenced By Representaions