public class

UserIdPasswordType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.UserIdPasswordType

Class Overview

Java class for UserIdPasswordType complex type.

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

 <complexType name="UserIdPasswordType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AppId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DevId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AuthCert" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Username" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Password" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Signature" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Subject" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AuthToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String appId
protected String authCert
protected String authToken
protected String devId
protected String password
protected String signature
protected String subject
protected String username
Public Constructors
UserIdPasswordType()
Public Methods
String getAppId()
Gets the value of the appId property.
String getAuthCert()
Gets the value of the authCert property.
String getAuthToken()
Gets the value of the authToken property.
String getDevId()
Gets the value of the devId property.
String getPassword()
Gets the value of the password property.
String getSignature()
Gets the value of the signature property.
String getSubject()
Gets the value of the subject property.
String getUsername()
Gets the value of the username property.
void setAppId(String value)
Sets the value of the appId property.
void setAuthCert(String value)
Sets the value of the authCert property.
void setAuthToken(String value)
Sets the value of the authToken property.
void setDevId(String value)
Sets the value of the devId property.
void setPassword(String value)
Sets the value of the password property.
void setSignature(String value)
Sets the value of the signature property.
void setSubject(String value)
Sets the value of the subject property.
void setUsername(String value)
Sets the value of the username property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String appId

protected String authCert

protected String authToken

protected String devId

protected String password

protected String signature

protected String subject

protected String username

Public Constructors

public UserIdPasswordType ()

Public Methods

public String getAppId ()

Gets the value of the appId property.

Returns
  • possible object is String

public String getAuthCert ()

Gets the value of the authCert property.

Returns
  • possible object is String

public String getAuthToken ()

Gets the value of the authToken property.

Returns
  • possible object is String

public String getDevId ()

Gets the value of the devId property.

Returns
  • possible object is String

public String getPassword ()

Gets the value of the password property.

Returns
  • possible object is String

public String getSignature ()

Gets the value of the signature property.

Returns
  • possible object is String

public String getSubject ()

Gets the value of the subject property.

Returns
  • possible object is String

public String getUsername ()

Gets the value of the username property.

Returns
  • possible object is String

public void setAppId (String value)

Sets the value of the appId property.

Parameters
value Allowed object is String

public void setAuthCert (String value)

Sets the value of the authCert property.

Parameters
value Allowed object is String

public void setAuthToken (String value)

Sets the value of the authToken property.

Parameters
value Allowed object is String

public void setDevId (String value)

Sets the value of the devId property.

Parameters
value Allowed object is String

public void setPassword (String value)

Sets the value of the password property.

Parameters
value Allowed object is String

public void setSignature (String value)

Sets the value of the signature property.

Parameters
value Allowed object is String

public void setSubject (String value)

Sets the value of the subject property.

Parameters
value Allowed object is String

public void setUsername (String value)

Sets the value of the username property.

Parameters
value Allowed object is String