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