| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.APICredentialsType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| certificate | |||||||||||
| password | |||||||||||
| signature | |||||||||||
| type | |||||||||||
| username | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the certificate property.
| |||||||||||
Gets the value of the password property.
| |||||||||||
Gets the value of the signature property.
| |||||||||||
Gets the value of the type property.
| |||||||||||
Gets the value of the username property.
| |||||||||||
Sets the value of the certificate property.
| |||||||||||
Sets the value of the password property.
| |||||||||||
Sets the value of the signature property.
| |||||||||||
Sets the value of the type property.
| |||||||||||
Sets the value of the username property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the certificate property.
Gets the value of the password property.
Gets the value of the signature property.
Gets the value of the type property.
APIAuthenticationType
Gets the value of the username property.
Sets the value of the certificate property.
| value | Allowed object is String |
|---|
Sets the value of the password property.
| value | Allowed object is String |
|---|
Sets the value of the signature property.
| value | Allowed object is String |
|---|
Sets the value of the type property.
| value | Allowed object is
APIAuthenticationType
|
|---|
Sets the value of the username property.
| value | Allowed object is String |
|---|