org.marre.sms.nokia
Class NokiaDownloadableProfile
java.lang.Object
org.marre.sms.SmsConcatMessage
org.marre.sms.SmsPortAddressedMessage
org.marre.sms.nokia.NokiaMultipartMessage
org.marre.sms.nokia.NokiaDownloadableProfile
- All Implemented Interfaces:
- SmsMessage
- public class NokiaDownloadableProfile
- extends org.marre.sms.nokia.NokiaMultipartMessage
Nokia Downloadable Profile
- Version:
- $Id: NokiaDownloadableProfile.java,v 1.6 2004/11/02 17:59:50 c95men Exp $
- Author:
- Markus Eriksson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NokiaDownloadableProfile
public NokiaDownloadableProfile()
NokiaDownloadableProfile
public NokiaDownloadableProfile(java.lang.String theProfileName)
setScreenSaver
public void setScreenSaver(byte[] theBitmap)
setScreenSaver
public void setScreenSaver(OtaBitmap theBitmap)
setProfileName
public void setProfileName(java.lang.String theProfileName)
setRingingTone
public void setRingingTone(byte[] theRingingTone)
getUserData
public SmsUserData getUserData()
- Description copied from class:
SmsConcatMessage
- Returns the whole UD
addMultipart
protected void addMultipart(byte theItemType,
byte[] data)
- Adds a part to this multipart message
- Parameters:
theItemType
- Typedata
- Content
clear
protected void clear()
- Removes all parts from the message
Copyright © 2002-2005 Markus Eriksson. All Rights Reserved.