http://www.fatwire.com/schema/rest/1.0
complexType deviceGroupBean

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.fatwire.com/schema/rest/1.0}deviceGroupBean (restriction)

Documentation
	  Bean representing device group.
    
Properties
This component is not nillable.

Model
<...>
(id?, name?, description?, active?, suffix?, priority?, userAgentString?, defaultCapabilities?, minScreenHeight?, maxScreenHeight?, minScreenWidth?, maxScreenWidth? )
</...>


Nested Element Summary
xs:stringactive
          Value of attribute 'active' of device group. 
xs:stringdefaultCapabilities
          Value for default capabilities criteria defined in device group.Format is- touchSupport:y;JSSupport:y;dualOrientationSupport:y;tabletSupport:n;flashSupport=n 
xs:stringdescription
          Description of device group. 
xs:stringid
          ID of device group. 
xs:integermaxScreenHeight
          Value of attribute 'maxScreenHeight of device group. 
xs:integermaxScreenWidth
          Value of attribute 'maxScreenWidth of device group. 
xs:integerminScreenHeight
          Value of attribute 'minScreenHeight' of device group. 
xs:integerminScreenWidth
          Value of attribute 'minScreenWidth' of device group. 
xs:stringname
          Name of device group. 
xs:integerpriority
          Value of attribute 'priority' of device group. 
xs:stringsuffix
          Value of attribute 'Suffix' of device group. 
xs:stringuserAgentString
          Value of attribute 'useragent' of device group.It can be a regular expression or a plain string. 
Source
<xs:complexType name="deviceGroupBean">
<xs:sequence>
<xs:element minOccurs="0" name="id" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="name" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="description" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="active" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="suffix" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="priority" type="xs:integer">
</xs:element>
<xs:element minOccurs="0" name="userAgentString" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="defaultCapabilities" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="minScreenHeight" type="xs:integer">
</xs:element>
<xs:element minOccurs="0" name="maxScreenHeight" type="xs:integer">
</xs:element>
<xs:element minOccurs="0" name="minScreenWidth" type="xs:integer">
</xs:element>
<xs:element minOccurs="0" name="maxScreenWidth" type="xs:integer">
</xs:element>
</xs:sequence>
</xs:complexType>


Copyright \xA9 2013, Oracle and/or its affiliates. All Rights Reserved.