Package com.scene7.ipsapi.common
Class AuthHeader
java.lang.Object
com.scene7.ipsapi.common.AuthHeader
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the accessToken property.Gets the value of the appName property.Gets the value of the appVersion property.Gets the value of the faultHttpStatusCode property.Gets the value of the locale property.Gets a map that contains attributes that aren't bound to any typed property on this class.Gets the value of the password property.getUser()Gets the value of the user property.Gets the value of the gzipResponse property.voidsetAccessToken(String value) Sets the value of the accessToken property.voidsetAppName(String value) Sets the value of the appName property.voidsetAppVersion(String value) Sets the value of the appVersion property.voidsetFaultHttpStatusCode(Integer value) Sets the value of the faultHttpStatusCode property.voidsetGzipResponse(Boolean value) Sets the value of the gzipResponse property.voidSets the value of the locale property.voidsetPassword(String value) Sets the value of the password property.voidSets the value of the user property.
-
Constructor Details
-
AuthHeader
public AuthHeader()
-
-
Method Details
-
getUser
Gets the value of the user property.- Returns:
- possible object is
String
-
setUser
Sets the value of the user property.- Parameters:
value- allowed object isString
-
getPassword
Gets the value of the password property.- Returns:
- possible object is
String
-
setPassword
Sets the value of the password property.- Parameters:
value- allowed object isString
-
getAccessToken
Gets the value of the accessToken property.- Returns:
- possible object is
String
-
setAccessToken
Sets the value of the accessToken property.- Parameters:
value- allowed object isString
-
getLocale
Gets the value of the locale property.- Returns:
- possible object is
String
-
setLocale
Sets the value of the locale property.- Parameters:
value- allowed object isString
-
getAppName
Gets the value of the appName property.- Returns:
- possible object is
String
-
setAppName
Sets the value of the appName property.- Parameters:
value- allowed object isString
-
getAppVersion
Gets the value of the appVersion property.- Returns:
- possible object is
String
-
setAppVersion
Sets the value of the appVersion property.- Parameters:
value- allowed object isString
-
isGzipResponse
Gets the value of the gzipResponse property.- Returns:
- possible object is
Boolean
-
setGzipResponse
Sets the value of the gzipResponse property.- Parameters:
value- allowed object isBoolean
-
getFaultHttpStatusCode
Gets the value of the faultHttpStatusCode property.- Returns:
- possible object is
Integer
-
setFaultHttpStatusCode
Sets the value of the faultHttpStatusCode property.- Parameters:
value- allowed object isInteger
-
getOtherAttributes
Gets a map that contains attributes that aren't bound to any typed property on this class.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.
- Returns:
- always non-null
-