| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.UserIdPasswordType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| appId | |||||||||||
| authCert | |||||||||||
| authToken | |||||||||||
| devId | |||||||||||
| password | |||||||||||
| signature | |||||||||||
| subject | |||||||||||
| username | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the appId property.
| |||||||||||
Gets the value of the authCert property.
| |||||||||||
Gets the value of the authToken property.
| |||||||||||
Gets the value of the devId property.
| |||||||||||
Gets the value of the password property.
| |||||||||||
Gets the value of the signature property.
| |||||||||||
Gets the value of the subject property.
| |||||||||||
Gets the value of the username property.
| |||||||||||
Sets the value of the appId property.
| |||||||||||
Sets the value of the authCert property.
| |||||||||||
Sets the value of the authToken property.
| |||||||||||
Sets the value of the devId property.
| |||||||||||
Sets the value of the password property.
| |||||||||||
Sets the value of the signature property.
| |||||||||||
Sets the value of the subject property.
| |||||||||||
Sets the value of the username property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the appId property.
Gets the value of the authCert property.
Gets the value of the authToken property.
Gets the value of the devId property.
Gets the value of the password property.
Gets the value of the signature property.
Gets the value of the subject property.
Gets the value of the username property.
Sets the value of the appId property.
| value | Allowed object is String |
|---|
Sets the value of the authCert property.
| value | Allowed object is String |
|---|
Sets the value of the authToken property.
| value | Allowed object is String |
|---|
Sets the value of the devId 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 subject property.
| value | Allowed object is String |
|---|
Sets the value of the username property.
| value | Allowed object is String |
|---|