net.sf.ahtutils.xml.cloud.facebook
Class Oauth
java.lang.Object
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
|
Constructor Summary |
Oauth()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
token
protected String token
Oauth
public Oauth()
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.