com.google.code.facebookapi.schema
Class UserStatus

java.lang.Object
  extended by com.google.code.facebookapi.schema.UserStatus

public class UserStatus
extends java.lang.Object

Java class for user_status complex type.

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

 <complexType name="user_status">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="time" type="{http://api.facebook.com/1.0/}time"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String message
           
protected  int time
           
 
Constructor Summary
UserStatus()
           
 
Method Summary
 java.lang.String getMessage()
          Gets the value of the message property.
 int getTime()
          Gets the value of the time property.
 void setMessage(java.lang.String value)
          Sets the value of the message property.
 void setTime(int value)
          Sets the value of the time property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

message

protected java.lang.String message

time

protected int time
Constructor Detail

UserStatus

public UserStatus()
Method Detail

getMessage

public java.lang.String getMessage()
Gets the value of the message property.

Returns:
possible object is String

setMessage

public void setMessage(java.lang.String value)
Sets the value of the message property.

Parameters:
value - allowed object is String

getTime

public int getTime()
Gets the value of the time property.


setTime

public void setTime(int value)
Sets the value of the time property.



Copyright © 2008. All Rights Reserved.