|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.ahtutils.xml.cloud.facebook.Token
public class Token
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>
| 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 |
|---|
protected String value
protected String code
protected XMLGregorianCalendar expires
protected Integer expiresIn
| Constructor Detail |
|---|
public Token()
| Method Detail |
|---|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic boolean isSetValue()
public String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic boolean isSetCode()
public XMLGregorianCalendar getExpires()
XMLGregorianCalendarpublic void setExpires(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetExpires()
public int getExpiresIn()
Integerpublic void setExpiresIn(int value)
value - allowed object is
Integerpublic boolean isSetExpiresIn()
public void unsetExpiresIn()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||