com.atlassian.crowd.integration.soap
Class SOAPCookieInfo

java.lang.Object
  extended by com.atlassian.crowd.integration.soap.SOAPCookieInfo
All Implemented Interfaces:
java.io.Serializable

public class SOAPCookieInfo
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SOAPCookieInfo()
           
SOAPCookieInfo(java.lang.String domain, java.lang.Boolean secure)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class<?> _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getDomain()
          Gets the domain value for this SOAPCookieInfo.
 java.lang.Boolean getSecure()
          Gets the secure value for this SOAPCookieInfo.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class<?> _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDomain(java.lang.String domain)
          Sets the domain value for this SOAPCookieInfo.
 void setSecure(java.lang.Boolean secure)
          Sets the secure value for this SOAPCookieInfo.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPCookieInfo

public SOAPCookieInfo()

SOAPCookieInfo

public SOAPCookieInfo(java.lang.String domain,
                      java.lang.Boolean secure)
Method Detail

getDomain

public java.lang.String getDomain()
Gets the domain value for this SOAPCookieInfo.

Returns:
domain

setDomain

public void setDomain(java.lang.String domain)
Sets the domain value for this SOAPCookieInfo.

Parameters:
domain -

getSecure

public java.lang.Boolean getSecure()
Gets the secure value for this SOAPCookieInfo.

Returns:
secure

setSecure

public void setSecure(java.lang.Boolean secure)
Sets the secure value for this SOAPCookieInfo.

Parameters:
secure -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

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


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class<?> _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class<?> _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer