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

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

public class SignedRequest
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>
         <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>
 

See Also:
Serialized Form

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

user

protected User user

oauth

protected Oauth oauth

issuedAt

protected XMLGregorianCalendar issuedAt

expires

protected XMLGregorianCalendar expires
Constructor Detail

SignedRequest

public SignedRequest()
Method Detail

getUser

public User getUser()
Gets the value of the user property.

Returns:
possible object is User

setUser

public void setUser(User value)
Sets the value of the user property.

Parameters:
value - allowed object is User

isSetUser

public boolean isSetUser()

getOauth

public Oauth getOauth()
Gets the value of the oauth property.

Returns:
possible object is Oauth

setOauth

public void setOauth(Oauth value)
Sets the value of the oauth property.

Parameters:
value - allowed object is Oauth

isSetOauth

public boolean isSetOauth()

getIssuedAt

public XMLGregorianCalendar getIssuedAt()
Gets the value of the issuedAt property.

Returns:
possible object is XMLGregorianCalendar

setIssuedAt

public void setIssuedAt(XMLGregorianCalendar value)
Sets the value of the issuedAt property.

Parameters:
value - allowed object is XMLGregorianCalendar

isSetIssuedAt

public boolean isSetIssuedAt()

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()


Copyright © 2011. All Rights Reserved.