net.sf.ahtutils.xml.cloud.facebook
Class Oauth

java.lang.Object
  extended by net.sf.ahtutils.xml.cloud.facebook.Oauth
All Implemented Interfaces:
Serializable

public class Oauth
extends Object
implements Serializable

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="token" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String token
           
 
Constructor Summary
Oauth()
           
 
Method Summary
 String getToken()
          Gets the value of the token property.
 boolean isSetToken()
           
 void setToken(String value)
          Sets the value of the token property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

token

protected String token
Constructor Detail

Oauth

public Oauth()
Method Detail

getToken

public String getToken()
Gets the value of the token property.

Returns:
possible object is String

setToken

public void setToken(String value)
Sets the value of the token property.

Parameters:
value - allowed object is String

isSetToken

public boolean isSetToken()


Copyright © 2011. All Rights Reserved.