public class PartnerSessionRequest
extends java.lang.Object
Java class for partnerSessionRequest complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="partnerSessionRequest">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="corporationId" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="oauth_consumerKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="oauth_nonce" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="oauth_signature" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="oauth_signatureMethod" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="oauth_timeStamp" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="oauth_version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="userId" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected int | corporationId | 
| protected java.lang.String | oauthConsumerKey | 
| protected java.lang.String | oauthNonce | 
| protected java.lang.String | oauthSignature | 
| protected java.lang.String | oauthSignatureMethod | 
| protected java.lang.String | oauthTimeStamp | 
| protected java.lang.String | oauthVersion | 
| protected int | userId | 
| Constructor and Description | 
|---|
| PartnerSessionRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getCorporationId()Gets the value of the corporationId property. | 
| java.lang.String | getOauthConsumerKey()Gets the value of the oauthConsumerKey property. | 
| java.lang.String | getOauthNonce()Gets the value of the oauthNonce property. | 
| java.lang.String | getOauthSignature()Gets the value of the oauthSignature property. | 
| java.lang.String | getOauthSignatureMethod()Gets the value of the oauthSignatureMethod property. | 
| java.lang.String | getOauthTimeStamp()Gets the value of the oauthTimeStamp property. | 
| java.lang.String | getOauthVersion()Gets the value of the oauthVersion property. | 
| int | getUserId()Gets the value of the userId property. | 
| void | setCorporationId(int value)Sets the value of the corporationId property. | 
| void | setOauthConsumerKey(java.lang.String value)Sets the value of the oauthConsumerKey property. | 
| void | setOauthNonce(java.lang.String value)Sets the value of the oauthNonce property. | 
| void | setOauthSignature(java.lang.String value)Sets the value of the oauthSignature property. | 
| void | setOauthSignatureMethod(java.lang.String value)Sets the value of the oauthSignatureMethod property. | 
| void | setOauthTimeStamp(java.lang.String value)Sets the value of the oauthTimeStamp property. | 
| void | setOauthVersion(java.lang.String value)Sets the value of the oauthVersion property. | 
| void | setUserId(int value)Sets the value of the userId property. | 
protected int corporationId
protected java.lang.String oauthConsumerKey
protected java.lang.String oauthNonce
protected java.lang.String oauthSignature
protected java.lang.String oauthSignatureMethod
protected java.lang.String oauthTimeStamp
protected java.lang.String oauthVersion
protected int userId
public int getCorporationId()
public void setCorporationId(int value)
public java.lang.String getOauthConsumerKey()
Stringpublic void setOauthConsumerKey(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.String getOauthNonce()
Stringpublic void setOauthNonce(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.String getOauthSignature()
Stringpublic void setOauthSignature(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.String getOauthSignatureMethod()
Stringpublic void setOauthSignatureMethod(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.String getOauthTimeStamp()
Stringpublic void setOauthTimeStamp(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.String getOauthVersion()
Stringpublic void setOauthVersion(java.lang.String value)
value - allowed object is
     Stringpublic int getUserId()
public void setUserId(int value)