public class

APICredentialsType

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

Class Overview

APICredentialsType

Java class for APICredentialsType complex type.

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

 <complexType name="APICredentialsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <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="Certificate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Type" type="{urn:ebay:apis:eBLBaseComponents}APIAuthenticationType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String certificate
protected String password
protected String signature
protected APIAuthenticationType type
protected String username
Public Constructors
APICredentialsType()
Public Methods
String getCertificate()
Gets the value of the certificate property.
String getPassword()
Gets the value of the password property.
String getSignature()
Gets the value of the signature property.
APIAuthenticationType getType()
Gets the value of the type property.
String getUsername()
Gets the value of the username property.
void setCertificate(String value)
Sets the value of the certificate property.
void setPassword(String value)
Sets the value of the password property.
void setSignature(String value)
Sets the value of the signature property.
void setType(APIAuthenticationType value)
Sets the value of the type property.
void setUsername(String value)
Sets the value of the username property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String certificate

protected String password

protected String signature

protected APIAuthenticationType type

protected String username

Public Constructors

public APICredentialsType ()

Public Methods

public String getCertificate ()

Gets the value of the certificate 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 APIAuthenticationType getType ()

Gets the value of the type property.

Returns

public String getUsername ()

Gets the value of the username property.

Returns
  • possible object is String

public void setCertificate (String value)

Sets the value of the certificate 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 setType (APIAuthenticationType value)

Sets the value of the type property.

Parameters
value Allowed object is APIAuthenticationType

public void setUsername (String value)

Sets the value of the username property.

Parameters
value Allowed object is String