Class AuthenticationInfo

    • Constructor Detail

      • AuthenticationInfo

        public AuthenticationInfo()
    • Method Detail

      • getUserName

        public String getUserName()
        Gets the userName value for this AuthenticationInfo.
        Returns:
        userName
      • setUserName

        public void setUserName​(String userName)
        Sets the userName value for this AuthenticationInfo.
        Parameters:
        userName -
      • getPassword

        public String getPassword()
        Gets the password value for this AuthenticationInfo.
        Returns:
        password
      • setPassword

        public void setPassword​(String password)
        Sets the password value for this AuthenticationInfo.
        Parameters:
        password -
      • getAuthentication

        public String getAuthentication()
        Gets the authentication value for this AuthenticationInfo.
        Returns:
        authentication
      • setAuthentication

        public void setAuthentication​(String authentication)
        Sets the authentication value for this AuthenticationInfo.
        Parameters:
        authentication -
      • getLocale

        public String getLocale()
        Gets the locale value for this AuthenticationInfo.
        Returns:
        locale
      • setLocale

        public void setLocale​(String locale)
        Sets the locale value for this AuthenticationInfo.
        Parameters:
        locale -
      • getTimeZone

        public String getTimeZone()
        Gets the timeZone value for this AuthenticationInfo.
        Returns:
        timeZone
      • setTimeZone

        public void setTimeZone​(String timeZone)
        Sets the timeZone value for this AuthenticationInfo.
        Parameters:
        timeZone -
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getTypeDesc

        public static org.apache.axis.description.TypeDesc getTypeDesc()
        Return type metadata object
      • getSerializer

        public static org.apache.axis.encoding.Serializer getSerializer​(String mechType,
                                                                        Class _javaType,
                                                                        QName _xmlType)
        Get Custom Serializer
      • getDeserializer

        public static org.apache.axis.encoding.Deserializer getDeserializer​(String mechType,
                                                                            Class _javaType,
                                                                            QName _xmlType)
        Get Custom Deserializer