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