| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.CustomSecurityHeaderType |
Custom Securiy Header.
Java class for CustomSecurityHeaderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomSecurityHeaderType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="eBayAuthToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="HardExpirationWarning" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Credentials" type="{urn:ebay:apis:eBLBaseComponents}UserIdPasswordType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| credentials | |||||||||||
| eBayAuthToken | |||||||||||
| hardExpirationWarning | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the credentials property.
| |||||||||||
Gets the value of the eBayAuthToken property.
| |||||||||||
Gets the value of the hardExpirationWarning property.
| |||||||||||
Sets the value of the credentials property.
| |||||||||||
Sets the value of the eBayAuthToken property.
| |||||||||||
Sets the value of the hardExpirationWarning property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the credentials property.
UserIdPasswordType
Gets the value of the eBayAuthToken property.
Gets the value of the hardExpirationWarning property.
Sets the value of the credentials property.
| value | Allowed object is
UserIdPasswordType
|
|---|
Sets the value of the eBayAuthToken property.
| value | Allowed object is String |
|---|
Sets the value of the hardExpirationWarning property.
| value | Allowed object is String |
|---|