public class APICredentialsType
extends java.lang.Object
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>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
certificate |
protected java.lang.String |
password |
protected java.lang.String |
signature |
protected APIAuthenticationType |
type |
protected java.lang.String |
username |
Constructor and Description |
---|
APICredentialsType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCertificate()
Gets the value of the certificate property.
|
java.lang.String |
getPassword()
Gets the value of the password property.
|
java.lang.String |
getSignature()
Gets the value of the signature property.
|
APIAuthenticationType |
getType()
Gets the value of the type property.
|
java.lang.String |
getUsername()
Gets the value of the username property.
|
void |
setCertificate(java.lang.String value)
Sets the value of the certificate property.
|
void |
setPassword(java.lang.String value)
Sets the value of the password property.
|
void |
setSignature(java.lang.String value)
Sets the value of the signature property.
|
void |
setType(APIAuthenticationType value)
Sets the value of the type property.
|
void |
setUsername(java.lang.String value)
Sets the value of the username property.
|
protected java.lang.String username
protected java.lang.String password
protected java.lang.String signature
protected java.lang.String certificate
protected APIAuthenticationType type
public java.lang.String getUsername()
String
public void setUsername(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getPassword()
String
public void setPassword(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getSignature()
String
public void setSignature(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getCertificate()
String
public void setCertificate(java.lang.String value)
value
- the value
allowed object is
String
public APIAuthenticationType getType()
APIAuthenticationType
public void setType(APIAuthenticationType value)
value
- the value
allowed object is
APIAuthenticationType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.