com.rim.bes.basplugin.emailcommon.dto
Class EmailUserDeviceServiceAttributesType
java.lang.Object
com.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.ServiceAttributesType
com.rim.bes.bas.dto.UserDeviceServiceAttributesType
com.rim.bes.basplugin.emailcommon.dto.EmailUserDeviceServiceAttributesType
- Direct Known Subclasses:
- EmailUserDeviceServiceAttributes
public abstract class EmailUserDeviceServiceAttributesType
- extends UserDeviceServiceAttributesType
Java class for EmailUserDeviceServiceAttributesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EmailUserDeviceServiceAttributesType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}UserDeviceServiceAttributesType">
<sequence>
<element name="dummy" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
|
Field Summary |
protected java.lang.Integer |
dummy
|
|
Method Summary |
java.lang.Integer |
getDummy()
Gets the value of the dummy property. |
void |
setDummy(java.lang.Integer value)
Sets the value of the dummy property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dummy
protected java.lang.Integer dummy
EmailUserDeviceServiceAttributesType
public EmailUserDeviceServiceAttributesType()
getDummy
public java.lang.Integer getDummy()
- Gets the value of the dummy property.
- Returns:
- possible object is
Integer
setDummy
public void setDummy(java.lang.Integer value)
- Sets the value of the dummy property.
- Parameters:
value - allowed object is
Integer
Copyright © 2009 Research In Motion Limited. All Rights Reserved.