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