Class AuthHeader


  • public class AuthHeader
    extends java.lang.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 Summary

      Constructors 
      Constructor Description
      AuthHeader()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAccessToken()
      Gets the value of the accessToken property.
      java.lang.String getAppName()
      Gets the value of the appName property.
      java.lang.String getAppVersion()
      Gets the value of the appVersion property.
      java.lang.Integer getFaultHttpStatusCode()
      Gets the value of the faultHttpStatusCode property.
      java.lang.String getLocale()
      Gets the value of the locale property.
      java.util.Map<javax.xml.namespace.QName,​java.lang.String> getOtherAttributes()
      Gets a map that contains attributes that aren't bound to any typed property on this class.
      java.lang.String getPassword()
      Gets the value of the password property.
      java.lang.String getUser()
      Gets the value of the user property.
      java.lang.Boolean isGzipResponse()
      Gets the value of the gzipResponse property.
      void setAccessToken​(java.lang.String value)
      Sets the value of the accessToken property.
      void setAppName​(java.lang.String value)
      Sets the value of the appName property.
      void setAppVersion​(java.lang.String value)
      Sets the value of the appVersion property.
      void setFaultHttpStatusCode​(java.lang.Integer value)
      Sets the value of the faultHttpStatusCode property.
      void setGzipResponse​(java.lang.Boolean value)
      Sets the value of the gzipResponse property.
      void setLocale​(java.lang.String value)
      Sets the value of the locale property.
      void setPassword​(java.lang.String value)
      Sets the value of the password property.
      void setUser​(java.lang.String value)
      Sets the value of the user property.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AuthHeader

        public AuthHeader()
    • Method Detail

      • getUser

        public java.lang.String getUser()
        Gets the value of the user property.
        Returns:
        possible object is String
      • setUser

        public void setUser​(java.lang.String value)
        Sets the value of the user property.
        Parameters:
        value - allowed object is String
      • getPassword

        public java.lang.String getPassword()
        Gets the value of the password property.
        Returns:
        possible object is String
      • setPassword

        public void setPassword​(java.lang.String value)
        Sets the value of the password property.
        Parameters:
        value - allowed object is String
      • getAccessToken

        public java.lang.String getAccessToken()
        Gets the value of the accessToken property.
        Returns:
        possible object is String
      • setAccessToken

        public void setAccessToken​(java.lang.String value)
        Sets the value of the accessToken property.
        Parameters:
        value - allowed object is String
      • getLocale

        public java.lang.String getLocale()
        Gets the value of the locale property.
        Returns:
        possible object is String
      • setLocale

        public void setLocale​(java.lang.String value)
        Sets the value of the locale property.
        Parameters:
        value - allowed object is String
      • getAppName

        public java.lang.String getAppName()
        Gets the value of the appName property.
        Returns:
        possible object is String
      • setAppName

        public void setAppName​(java.lang.String value)
        Sets the value of the appName property.
        Parameters:
        value - allowed object is String
      • getAppVersion

        public java.lang.String getAppVersion()
        Gets the value of the appVersion property.
        Returns:
        possible object is String
      • setAppVersion

        public void setAppVersion​(java.lang.String value)
        Sets the value of the appVersion property.
        Parameters:
        value - allowed object is String
      • isGzipResponse

        public java.lang.Boolean isGzipResponse()
        Gets the value of the gzipResponse property.
        Returns:
        possible object is Boolean
      • setGzipResponse

        public void setGzipResponse​(java.lang.Boolean value)
        Sets the value of the gzipResponse property.
        Parameters:
        value - allowed object is Boolean
      • getFaultHttpStatusCode

        public java.lang.Integer getFaultHttpStatusCode()
        Gets the value of the faultHttpStatusCode property.
        Returns:
        possible object is Integer
      • setFaultHttpStatusCode

        public void setFaultHttpStatusCode​(java.lang.Integer value)
        Sets the value of the faultHttpStatusCode property.
        Parameters:
        value - allowed object is Integer
      • getOtherAttributes

        public java.util.Map<javax.xml.namespace.QName,​java.lang.String> 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