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

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

public class Token
extends Object
implements Serializable

Java class for anonymous complex type.

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

 <complexType>
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="code" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="expires" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="expiresIn" type="{http://www.w3.org/2001/XMLSchema}int" />
     </extension>
   </simpleContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String code
           
protected  XMLGregorianCalendar expires
           
protected  Integer expiresIn
           
protected  String value
           
 
Constructor Summary
Token()
           
 
Method Summary
 String getCode()
          Gets the value of the code property.
 XMLGregorianCalendar getExpires()
          Gets the value of the expires property.
 int getExpiresIn()
          Gets the value of the expiresIn property.
 String getValue()
          Gets the value of the value property.
 boolean isSetCode()
           
 boolean isSetExpires()
           
 boolean isSetExpiresIn()
           
 boolean isSetValue()
           
 void setCode(String value)
          Sets the value of the code property.
 void setExpires(XMLGregorianCalendar value)
          Sets the value of the expires property.
 void setExpiresIn(int value)
          Sets the value of the expiresIn property.
 void setValue(String value)
          Sets the value of the value property.
 void unsetExpiresIn()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected String value

code

protected String code

expires

protected XMLGregorianCalendar expires

expiresIn

protected Integer expiresIn
Constructor Detail

Token

public Token()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

isSetValue

public boolean isSetValue()

getCode

public String getCode()
Gets the value of the code property.

Returns:
possible object is String

setCode

public void setCode(String value)
Sets the value of the code property.

Parameters:
value - allowed object is String

isSetCode

public boolean isSetCode()

getExpires

public XMLGregorianCalendar getExpires()
Gets the value of the expires property.

Returns:
possible object is XMLGregorianCalendar

setExpires

public void setExpires(XMLGregorianCalendar value)
Sets the value of the expires property.

Parameters:
value - allowed object is XMLGregorianCalendar

isSetExpires

public boolean isSetExpires()

getExpiresIn

public int getExpiresIn()
Gets the value of the expiresIn property.

Returns:
possible object is Integer

setExpiresIn

public void setExpiresIn(int value)
Sets the value of the expiresIn property.

Parameters:
value - allowed object is Integer

isSetExpiresIn

public boolean isSetExpiresIn()

unsetExpiresIn

public void unsetExpiresIn()


Copyright © 2011. All Rights Reserved.