org.exoplatform.portlet2
Class Message

java.lang.Object
  extended by org.exoplatform.portlet2.Message

public class Message
extends java.lang.Object

Java class for Message complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Message">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="num" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="sms" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  int num
           
protected  java.lang.String sms
           
 
Constructor Summary
Message()
           
 
Method Summary
 int getNum()
          Gets the value of the num property.
 java.lang.String getSms()
          Gets the value of the sms property.
 void setNum(int value)
          Sets the value of the num property.
 void setSms(java.lang.String value)
          Sets the value of the sms property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

num

protected int num

sms

protected java.lang.String sms
Constructor Detail

Message

public Message()
Method Detail

getNum

public int getNum()
Gets the value of the num property.


setNum

public void setNum(int value)
Sets the value of the num property.


getSms

public java.lang.String getSms()
Gets the value of the sms property.

Returns:
possible object is String

setSms

public void setSms(java.lang.String value)
Sets the value of the sms property.

Parameters:
value - allowed object is String


Copyright © 2011 eXo Platform SAS. All Rights Reserved.