public class CustomSecurityHeaderType
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected UserIdPasswordType |
credentials |
protected java.lang.String |
eBayAuthToken |
protected java.lang.String |
hardExpirationWarning |
| Constructor and Description |
|---|
CustomSecurityHeaderType() |
| Modifier and Type | Method and Description |
|---|---|
UserIdPasswordType |
getCredentials()
Gets the value of the credentials property.
|
java.lang.String |
getEBayAuthToken()
Gets the value of the eBayAuthToken property.
|
java.lang.String |
getHardExpirationWarning()
Gets the value of the hardExpirationWarning property.
|
void |
setCredentials(UserIdPasswordType value)
Sets the value of the credentials property.
|
void |
setEBayAuthToken(java.lang.String value)
Sets the value of the eBayAuthToken property.
|
void |
setHardExpirationWarning(java.lang.String value)
Sets the value of the hardExpirationWarning property.
|
protected java.lang.String eBayAuthToken
protected java.lang.String hardExpirationWarning
protected UserIdPasswordType credentials
public java.lang.String getEBayAuthToken()
Stringpublic void setEBayAuthToken(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getHardExpirationWarning()
Stringpublic void setHardExpirationWarning(java.lang.String value)
value - the value
allowed object is
Stringpublic UserIdPasswordType getCredentials()
UserIdPasswordTypepublic void setCredentials(UserIdPasswordType value)
value - the value
allowed object is
UserIdPasswordTypestSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.