|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.ahtutils.xml.cloud.facebook.SignedRequest
public class SignedRequest
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>
<element ref="{http://ahtutils.aht-group.com/cloud/facebook}user"/>
<element ref="{http://ahtutils.aht-group.com/cloud/facebook}oauth"/>
</sequence>
<attribute name="issuedAt" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="expires" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected XMLGregorianCalendar |
expires
|
protected XMLGregorianCalendar |
issuedAt
|
protected Oauth |
oauth
|
protected User |
user
|
| Constructor Summary | |
|---|---|
SignedRequest()
|
|
| Method Summary | |
|---|---|
XMLGregorianCalendar |
getExpires()
Gets the value of the expires property. |
XMLGregorianCalendar |
getIssuedAt()
Gets the value of the issuedAt property. |
Oauth |
getOauth()
Gets the value of the oauth property. |
User |
getUser()
Gets the value of the user property. |
boolean |
isSetExpires()
|
boolean |
isSetIssuedAt()
|
boolean |
isSetOauth()
|
boolean |
isSetUser()
|
void |
setExpires(XMLGregorianCalendar value)
Sets the value of the expires property. |
void |
setIssuedAt(XMLGregorianCalendar value)
Sets the value of the issuedAt property. |
void |
setOauth(Oauth value)
Sets the value of the oauth property. |
void |
setUser(User value)
Sets the value of the user property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected User user
protected Oauth oauth
protected XMLGregorianCalendar issuedAt
protected XMLGregorianCalendar expires
| Constructor Detail |
|---|
public SignedRequest()
| Method Detail |
|---|
public User getUser()
Userpublic void setUser(User value)
value - allowed object is
Userpublic boolean isSetUser()
public Oauth getOauth()
Oauthpublic void setOauth(Oauth value)
value - allowed object is
Oauthpublic boolean isSetOauth()
public XMLGregorianCalendar getIssuedAt()
XMLGregorianCalendarpublic void setIssuedAt(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetIssuedAt()
public XMLGregorianCalendar getExpires()
XMLGregorianCalendarpublic void setExpires(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetExpires()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||