com.gliffy.api.client.jaxb
Class OauthTokenCredentials

java.lang.Object
  extended by com.gliffy.api.client.jaxb.OauthTokenCredentials

public class OauthTokenCredentials
extends java.lang.Object

Contains the user token, if they have one.

Java class for oauth-token-credentials complex type.

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

 <complexType name="oauth-token-credentials">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="oauth-token" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="oauth-token-secret" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="create-date" type="{http://www.w3.org/2001/XMLSchema}long"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  long createDate
           
protected  java.lang.String oauthToken
           
protected  java.lang.String oauthTokenSecret
           
 
Constructor Summary
OauthTokenCredentials()
           
 
Method Summary
 long getCreateDate()
          Gets the value of the createDate property.
 java.lang.String getOauthToken()
          Gets the value of the oauthToken property.
 java.lang.String getOauthTokenSecret()
          Gets the value of the oauthTokenSecret property.
 void setCreateDate(long value)
          Sets the value of the createDate property.
 void setOauthToken(java.lang.String value)
          Sets the value of the oauthToken property.
 void setOauthTokenSecret(java.lang.String value)
          Sets the value of the oauthTokenSecret property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

oauthToken

protected java.lang.String oauthToken

oauthTokenSecret

protected java.lang.String oauthTokenSecret

createDate

protected long createDate
Constructor Detail

OauthTokenCredentials

public OauthTokenCredentials()
Method Detail

getOauthToken

public java.lang.String getOauthToken()
Gets the value of the oauthToken property.

Returns:
possible object is String

setOauthToken

public void setOauthToken(java.lang.String value)
Sets the value of the oauthToken property.

Parameters:
value - allowed object is String

getOauthTokenSecret

public java.lang.String getOauthTokenSecret()
Gets the value of the oauthTokenSecret property.

Returns:
possible object is String

setOauthTokenSecret

public void setOauthTokenSecret(java.lang.String value)
Sets the value of the oauthTokenSecret property.

Parameters:
value - allowed object is String

getCreateDate

public long getCreateDate()
Gets the value of the createDate property.


setCreateDate

public void setCreateDate(long value)
Sets the value of the createDate property.