com.rim.bes.basplugin.dispatcher.dto
Class EnableBlackBerryUserDispatcherAttributesType
java.lang.Object
com.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.ServiceAttributesType
com.rim.bes.bas.dto.EnableBlackBerryUserAttributesType
com.rim.bes.basplugin.dispatcher.dto.EnableBlackBerryUserDispatcherAttributesType
- Direct Known Subclasses:
- EnableBlackBerryUserDispatcherAttributes
public abstract class EnableBlackBerryUserDispatcherAttributesType
- extends EnableBlackBerryUserAttributesType
Java class for EnableBlackBerryUserDispatcherAttributesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnableBlackBerryUserDispatcherAttributesType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}EnableBlackBerryUserAttributesType">
<sequence>
<element name="activationPasswordOperationType" type="{http://www.rim.com/com.rim.bes.basplugin.dispatcher.dto}ActivationPasswordOperationTypeEnumType" minOccurs="0"/>
<element name="activationPassword" type="{http://www.rim.com/com.rim.bes.basplugin.dispatcher.dto}ActivationPassword" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
activationPasswordOperationType
protected ActivationPasswordOperationTypeEnumType activationPasswordOperationType
activationPassword
protected ActivationPassword activationPassword
EnableBlackBerryUserDispatcherAttributesType
public EnableBlackBerryUserDispatcherAttributesType()
getActivationPasswordOperationType
public ActivationPasswordOperationTypeEnumType getActivationPasswordOperationType()
- Gets the value of the activationPasswordOperationType property.
- Returns:
- possible object is
ActivationPasswordOperationTypeEnumType
setActivationPasswordOperationType
public void setActivationPasswordOperationType(ActivationPasswordOperationTypeEnumType value)
- Sets the value of the activationPasswordOperationType property.
- Parameters:
value - allowed object is
ActivationPasswordOperationTypeEnumType
getActivationPassword
public ActivationPassword getActivationPassword()
- Gets the value of the activationPassword property.
- Returns:
- possible object is
ActivationPassword
setActivationPassword
public void setActivationPassword(ActivationPassword value)
- Sets the value of the activationPassword property.
- Parameters:
value - allowed object is
ActivationPassword
Copyright © 2009 Research In Motion Limited. All Rights Reserved.