![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
| Name | Type | Description |
|---|---|---|
deviceId |
The identifier of the new Device. | |
dtd |
The device information DTD version of the new Device. | |
man |
The manufacturer of the new Device. | |
model |
The model of the new Device. | |
swv |
The software version of the new Device. | |
updater |
The updater used to update the Device members not specified in the creator. |
Inherits From
<xs:complexType name="deviceCreator">
<xs:complexContent>
<xs:extension base="tns:entityCreator">
<xs:sequence>
<xs:element minOccurs="0" name="deviceId" type="xs:string"/>
<xs:element minOccurs="0" name="dtd" type="xs:string"/>
<xs:element minOccurs="0" name="man" type="xs:string"/>
<xs:element minOccurs="0" name="model" type="xs:string"/>
<xs:element minOccurs="0" name="swv" type="xs:string"/>
<xs:element minOccurs="0" name="updater" type="tns:deviceUpdater"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
Legal Notices