net.sf.ahtutils.xml.cloud.facebook
Class User
java.lang.Object
net.sf.ahtutils.xml.cloud.facebook.User
- All Implemented Interfaces:
- Serializable
public class User
- 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">
<sequence>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
|
Constructor Summary |
User()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
User
public User()
getId
public String getId()
- Gets the value of the id property.
- Returns:
- possible object is
String
setId
public void setId(String value)
- Sets the value of the id property.
- Parameters:
value - allowed object is
String
isSetId
public boolean isSetId()
Copyright © 2011. All Rights Reserved.