public class

CustomSecurityHeaderType

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

Class Overview

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>
 

Summary

Fields
protected UserIdPasswordType credentials
protected String eBayAuthToken
protected String hardExpirationWarning
Public Constructors
CustomSecurityHeaderType()
Public Methods
UserIdPasswordType getCredentials()
Gets the value of the credentials property.
String getEBayAuthToken()
Gets the value of the eBayAuthToken property.
String getHardExpirationWarning()
Gets the value of the hardExpirationWarning property.
void setCredentials(UserIdPasswordType value)
Sets the value of the credentials property.
void setEBayAuthToken(String value)
Sets the value of the eBayAuthToken property.
void setHardExpirationWarning(String value)
Sets the value of the hardExpirationWarning property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected UserIdPasswordType credentials

protected String eBayAuthToken

protected String hardExpirationWarning

Public Constructors

public CustomSecurityHeaderType ()

Public Methods

public UserIdPasswordType getCredentials ()

Gets the value of the credentials property.

Returns

public String getEBayAuthToken ()

Gets the value of the eBayAuthToken property.

Returns
  • possible object is String

public String getHardExpirationWarning ()

Gets the value of the hardExpirationWarning property.

Returns
  • possible object is String

public void setCredentials (UserIdPasswordType value)

Sets the value of the credentials property.

Parameters
value Allowed object is UserIdPasswordType

public void setEBayAuthToken (String value)

Sets the value of the eBayAuthToken property.

Parameters
value Allowed object is String

public void setHardExpirationWarning (String value)

Sets the value of the hardExpirationWarning property.

Parameters
value Allowed object is String