@Exported public class DeviceGroupBean extends Object
Java class for deviceGroupBean complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="deviceGroupBean">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="active" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="suffix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="priority" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="userAgentString" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="defaultCapabilities" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="minScreenHeight" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="maxScreenHeight" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="minScreenWidth" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="maxScreenWidth" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
active |
protected String |
defaultCapabilities |
protected String |
description |
protected String |
id |
protected BigInteger |
maxScreenHeight |
protected BigInteger |
maxScreenWidth |
protected BigInteger |
minScreenHeight |
protected BigInteger |
minScreenWidth |
protected String |
name |
protected BigInteger |
priority |
protected String |
suffix |
protected String |
userAgentString |
| Constructor and Description |
|---|
DeviceGroupBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActive()
Gets the value of the active property.
|
String |
getDefaultCapabilities()
Gets the value of the defaultCapabilities property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
BigInteger |
getMaxScreenHeight()
Gets the value of the maxScreenHeight property.
|
BigInteger |
getMaxScreenWidth()
Gets the value of the maxScreenWidth property.
|
BigInteger |
getMinScreenHeight()
Gets the value of the minScreenHeight property.
|
BigInteger |
getMinScreenWidth()
Gets the value of the minScreenWidth property.
|
String |
getName()
Gets the value of the name property.
|
BigInteger |
getPriority()
Gets the value of the priority property.
|
String |
getSuffix()
Gets the value of the suffix property.
|
String |
getUserAgentString()
Gets the value of the userAgentString property.
|
void |
setActive(String value)
Sets the value of the active property.
|
void |
setDefaultCapabilities(String value)
Sets the value of the defaultCapabilities property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMaxScreenHeight(BigInteger value)
Sets the value of the maxScreenHeight property.
|
void |
setMaxScreenWidth(BigInteger value)
Sets the value of the maxScreenWidth property.
|
void |
setMinScreenHeight(BigInteger value)
Sets the value of the minScreenHeight property.
|
void |
setMinScreenWidth(BigInteger value)
Sets the value of the minScreenWidth property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPriority(BigInteger value)
Sets the value of the priority property.
|
void |
setSuffix(String value)
Sets the value of the suffix property.
|
void |
setUserAgentString(String value)
Sets the value of the userAgentString property.
|
protected String id
protected String name
protected String description
protected String active
protected String suffix
protected BigInteger priority
protected String userAgentString
protected String defaultCapabilities
protected BigInteger minScreenHeight
protected BigInteger maxScreenHeight
protected BigInteger minScreenWidth
protected BigInteger maxScreenWidth
public void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getActive()
Stringpublic void setActive(String value)
value - allowed object is
Stringpublic String getSuffix()
Stringpublic void setSuffix(String value)
value - allowed object is
Stringpublic BigInteger getPriority()
BigIntegerpublic void setPriority(BigInteger value)
value - allowed object is
BigIntegerpublic String getUserAgentString()
Stringpublic void setUserAgentString(String value)
value - allowed object is
Stringpublic String getDefaultCapabilities()
Stringpublic void setDefaultCapabilities(String value)
value - allowed object is
Stringpublic BigInteger getMinScreenHeight()
BigIntegerpublic void setMinScreenHeight(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getMaxScreenHeight()
BigIntegerpublic void setMaxScreenHeight(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getMinScreenWidth()
BigIntegerpublic void setMinScreenWidth(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getMaxScreenWidth()
BigIntegerpublic void setMaxScreenWidth(BigInteger value)
value - allowed object is
BigInteger