Overview

DeviceCreator is used to specify the values of various members when creating Device.

Members

Show inherited members

Name Type Description

deviceId

string

The identifier of the new Device.

dtd

string

The device information DTD version of the new Device.

man

string

The manufacturer of the new Device.

model

string

The model of the new Device.

swv

string

The software version of the new Device.

updater

deviceUpdater

The updater used to update the Device members not specified in the creator.

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:deviceCreator xsi:type="obh:deviceCreator" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <deviceId>your_string_0</deviceId>
        <dtd>your_string_0</dtd>
        <man>your_string_0</man>
        <model>your_string_0</model>
        <swv>your_string_0</swv>
        <updater>your_deviceUpdater_0</updater>
</obh:deviceCreator>

Referenced By Representaions

Not Referenced Directly by Representations