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