|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.dto.UserDeviceConfigurationType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.UserDeviceConfigurationType
public abstract class UserDeviceConfigurationType
Java class for UserDeviceConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserDeviceConfigurationType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="description" 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="userDeviceConfigurationId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="userDeviceConfigurationServiceAttributes" type="{http://www.rim.com/com.rim.bes.bas.dto}UserDeviceConfigurationServiceAttributesType" maxOccurs="unbounded" minOccurs="0"/>
<element name="userId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
BASBaseDTO.VersionStamps |
| Field Summary | |
|---|---|
protected java.lang.String |
description
|
protected java.lang.String |
name
|
protected java.lang.Integer |
userDeviceConfigurationId
|
protected java.util.List<UserDeviceConfigurationServiceAttributesType> |
userDeviceConfigurationServiceAttributes
|
protected java.lang.Integer |
userId
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
UserDeviceConfigurationType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.Integer |
getUserDeviceConfigurationId()
Gets the value of the userDeviceConfigurationId property. |
java.util.List<UserDeviceConfigurationServiceAttributesType> |
getUserDeviceConfigurationServiceAttributes()
Gets the value of the userDeviceConfigurationServiceAttributes property. |
java.lang.Integer |
getUserId()
Gets the value of the userId property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setUserDeviceConfigurationId(java.lang.Integer value)
Sets the value of the userDeviceConfigurationId property. |
void |
setUserId(java.lang.Integer value)
Sets the value of the userId property. |
| Methods inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
getVersionStamps, setVersionStamps |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String description
protected java.lang.String name
protected java.lang.Integer userDeviceConfigurationId
protected java.util.List<UserDeviceConfigurationServiceAttributesType> userDeviceConfigurationServiceAttributes
protected java.lang.Integer userId
| Constructor Detail |
|---|
public UserDeviceConfigurationType()
| Method Detail |
|---|
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getUserDeviceConfigurationId()
Integerpublic void setUserDeviceConfigurationId(java.lang.Integer value)
value - allowed object is
Integerpublic java.util.List<UserDeviceConfigurationServiceAttributesType> getUserDeviceConfigurationServiceAttributes()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the userDeviceConfigurationServiceAttributes property.
For example, to add a new item, do as follows:
getUserDeviceConfigurationServiceAttributes().add(newItem);
Objects of the following type(s) are allowed in the list
UserDeviceConfigurationServiceAttributesType
public java.lang.Integer getUserId()
Integerpublic void setUserId(java.lang.Integer value)
value - allowed object is
Integer
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.dto.UserDeviceConfigurationType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||