Products.PloneSMSCommunicator.pyXIAM.SMSsubmitRequest
Class SMSsubmitRequest
This class define SMSsubmitRepuest type and takes responsibility
for creating instance of this class and converting it to xml format.
Fields:
- id: sms id
- originator: contains phone number of message originator
- destination: contains phone number of destination
- body: this is the text of your message
Method Summary |
|
__init__(self,
originator,
destination,
body)
|
|
genSMS_id (self)
generate id for message |
|
toXML (self)
convert SMSsubmitRequest instance to xml format |
genSMS_id(self)
generate id for message
-
|
toXML(self)
convert SMSsubmitRequest instance to xml format
-
|