triploa
Class Notification

java.lang.Object
  extended by triploa.Notification

public class Notification
extends java.lang.Object


Field Summary
static java.lang.String FIELDS_TAG
           
static java.lang.String ID_TAG
           
static java.lang.String NOTIFICATION_TAG
           
static java.lang.String SENDER_TAG
           
static java.lang.String TEMPLATE_TAG
           
static java.lang.String TRAVEL_TAG
           
static java.lang.String USER_TAG
           
 
Method Summary
static Notification create(org.kxml2.io.KXmlParser p)
          call for getting a new instance of this class from xml
 void update(org.kxml2.io.KXmlParser p)
          Update this object class from xml parser
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOTIFICATION_TAG

public static final java.lang.String NOTIFICATION_TAG
See Also:
Constant Field Values

ID_TAG

public static final java.lang.String ID_TAG
See Also:
Constant Field Values

FIELDS_TAG

public static final java.lang.String FIELDS_TAG
See Also:
Constant Field Values

SENDER_TAG

public static final java.lang.String SENDER_TAG
See Also:
Constant Field Values

TEMPLATE_TAG

public static final java.lang.String TEMPLATE_TAG
See Also:
Constant Field Values

TRAVEL_TAG

public static final java.lang.String TRAVEL_TAG
See Also:
Constant Field Values

USER_TAG

public static final java.lang.String USER_TAG
See Also:
Constant Field Values
Method Detail

create

public static Notification create(org.kxml2.io.KXmlParser p)
                           throws java.io.IOException,
                                  org.xmlpull.v1.XmlPullParserException
call for getting a new instance of this class from xml

Parameters:
p - Parser
Returns:
a new instance of FeedBack
Throws:
java.io.IOException
org.xmlpull.v1.XmlPullParserException

update

public void update(org.kxml2.io.KXmlParser p)
            throws java.io.IOException,
                   org.xmlpull.v1.XmlPullParserException
Update this object class from xml parser

Parameters:
p - Parser
Throws:
java.io.IOException
org.xmlpull.v1.XmlPullParserException