com.rim.bes.basplugin.dispatcher.dto
Class DispatcherServiceType
java.lang.Object
com.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.ServiceType
com.rim.bes.basplugin.dispatcher.dto.DispatcherServiceType
- Direct Known Subclasses:
- DispatcherService
public abstract class DispatcherServiceType
- extends ServiceType
Java class for DispatcherServiceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DispatcherServiceType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}ServiceType">
<sequence>
<element name="enterpriseServicePolicy" type="{http://www.rim.com/com.rim.bes.basplugin.dispatcher.dto}EnterpriseServicePolicy" minOccurs="0"/>
<element name="isDevicePINListCreated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class com.rim.bes.bas.dto.ServiceType |
getPlugInId, getReference, getServiceId, getType, isHasSettings, isIsHidden, isIsSettingsLoaded, setHasSettings, setIsHidden, setIsSettingsLoaded, setPlugInId, setServiceId, setType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
enterpriseServicePolicy
protected EnterpriseServicePolicy enterpriseServicePolicy
isDevicePINListCreated
protected java.lang.Boolean isDevicePINListCreated
DispatcherServiceType
public DispatcherServiceType()
getEnterpriseServicePolicy
public EnterpriseServicePolicy getEnterpriseServicePolicy()
- Gets the value of the enterpriseServicePolicy property.
- Returns:
- possible object is
EnterpriseServicePolicy
setEnterpriseServicePolicy
public void setEnterpriseServicePolicy(EnterpriseServicePolicy value)
- Sets the value of the enterpriseServicePolicy property.
- Parameters:
value - allowed object is
EnterpriseServicePolicy
isIsDevicePINListCreated
public java.lang.Boolean isIsDevicePINListCreated()
- Gets the value of the isDevicePINListCreated property.
- Returns:
- possible object is
Boolean
setIsDevicePINListCreated
public void setIsDevicePINListCreated(java.lang.Boolean value)
- Sets the value of the isDevicePINListCreated property.
- Parameters:
value - allowed object is
Boolean
Copyright © 2009 Research In Motion Limited. All Rights Reserved.