public static class UpdateServiceProfile.Devices extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="associateDevice" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected boolean |
associateDevice |
protected String |
description |
protected String |
id |
Constructor and Description |
---|
Devices() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
boolean |
isAssociateDevice()
Gets the value of the associateDevice property.
|
void |
setAssociateDevice(boolean value)
Sets the value of the associateDevice property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
protected String id
protected boolean associateDevice
protected String description
public void setId(String value)
value
- allowed object is
String
public boolean isAssociateDevice()
public void setAssociateDevice(boolean value)
public String getDescription()
String