public class AuthHeader extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="user" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="accessToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="locale" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="appName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="appVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="gzipResponse" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="faultHttpStatusCode" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</all>
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
AuthHeader() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessToken()
Gets the value of the accessToken property.
|
String |
getAppName()
Gets the value of the appName property.
|
String |
getAppVersion()
Gets the value of the appVersion property.
|
Integer |
getFaultHttpStatusCode()
Gets the value of the faultHttpStatusCode property.
|
String |
getLocale()
Gets the value of the locale property.
|
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
String |
getPassword()
Gets the value of the password property.
|
String |
getUser()
Gets the value of the user property.
|
Boolean |
isGzipResponse()
Gets the value of the gzipResponse property.
|
void |
setAccessToken(String value)
Sets the value of the accessToken property.
|
void |
setAppName(String value)
Sets the value of the appName property.
|
void |
setAppVersion(String value)
Sets the value of the appVersion property.
|
void |
setFaultHttpStatusCode(Integer value)
Sets the value of the faultHttpStatusCode property.
|
void |
setGzipResponse(Boolean value)
Sets the value of the gzipResponse property.
|
void |
setLocale(String value)
Sets the value of the locale property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setUser(String value)
Sets the value of the user property.
|
public String getUser()
Stringpublic void setUser(String value)
value - allowed object is
Stringpublic String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic String getAccessToken()
Stringpublic void setAccessToken(String value)
value - allowed object is
Stringpublic String getLocale()
Stringpublic void setLocale(String value)
value - allowed object is
Stringpublic String getAppName()
Stringpublic void setAppName(String value)
value - allowed object is
Stringpublic String getAppVersion()
Stringpublic void setAppVersion(String value)
value - allowed object is
Stringpublic Boolean isGzipResponse()
Booleanpublic void setGzipResponse(Boolean value)
value - allowed object is
Booleanpublic Integer getFaultHttpStatusCode()
Integerpublic void setFaultHttpStatusCode(Integer value)
value - allowed object is
Integerpublic Map<QName,String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
Copyright © 2010 - 2020 Adobe. All Rights Reserved