com.atlassian.crowd.integration.soap
Class SOAPPrincipal

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

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

See Also:
Serialized Form

Constructor Summary
SOAPPrincipal()
           
SOAPPrincipal(java.lang.Long ID, java.lang.Boolean active, SOAPAttribute[] attributes, java.util.Calendar conception, java.lang.String description, java.lang.Long directoryID, java.util.Calendar lastModified, java.lang.String name)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Boolean getActive()
          Gets the active value for this SOAPPrincipal.
 SOAPAttribute[] getAttributes()
          Gets the attributes value for this SOAPPrincipal.
 java.util.Calendar getConception()
          Gets the conception value for this SOAPPrincipal.
 java.lang.String getDescription()
          Gets the description value for this SOAPPrincipal.
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.Long getDirectoryID()
          Gets the directoryID value for this SOAPPrincipal.
 java.lang.Long getID()
          Gets the ID value for this SOAPPrincipal.
 java.util.Calendar getLastModified()
          Gets the lastModified value for this SOAPPrincipal.
 java.lang.String getName()
          Gets the name value for this SOAPPrincipal.
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 setActive(java.lang.Boolean active)
          Sets the active value for this SOAPPrincipal.
 void setAttributes(SOAPAttribute[] attributes)
          Sets the attributes value for this SOAPPrincipal.
 void setConception(java.util.Calendar conception)
          Sets the conception value for this SOAPPrincipal.
 void setDescription(java.lang.String description)
          Sets the description value for this SOAPPrincipal.
 void setDirectoryID(java.lang.Long directoryID)
          Sets the directoryID value for this SOAPPrincipal.
 void setID(java.lang.Long ID)
          Sets the ID value for this SOAPPrincipal.
 void setLastModified(java.util.Calendar lastModified)
          Sets the lastModified value for this SOAPPrincipal.
 void setName(java.lang.String name)
          Sets the name value for this SOAPPrincipal.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPPrincipal

public SOAPPrincipal()

SOAPPrincipal

public SOAPPrincipal(java.lang.Long ID,
                     java.lang.Boolean active,
                     SOAPAttribute[] attributes,
                     java.util.Calendar conception,
                     java.lang.String description,
                     java.lang.Long directoryID,
                     java.util.Calendar lastModified,
                     java.lang.String name)
Method Detail

getID

public java.lang.Long getID()
Gets the ID value for this SOAPPrincipal.

Returns:
ID

setID

public void setID(java.lang.Long ID)
Sets the ID value for this SOAPPrincipal.

Parameters:
ID -

getActive

public java.lang.Boolean getActive()
Gets the active value for this SOAPPrincipal.

Returns:
active

setActive

public void setActive(java.lang.Boolean active)
Sets the active value for this SOAPPrincipal.

Parameters:
active -

getAttributes

public SOAPAttribute[] getAttributes()
Gets the attributes value for this SOAPPrincipal.

Returns:
attributes

setAttributes

public void setAttributes(SOAPAttribute[] attributes)
Sets the attributes value for this SOAPPrincipal.

Parameters:
attributes -

getConception

public java.util.Calendar getConception()
Gets the conception value for this SOAPPrincipal.

Returns:
conception

setConception

public void setConception(java.util.Calendar conception)
Sets the conception value for this SOAPPrincipal.

Parameters:
conception -

getDescription

public java.lang.String getDescription()
Gets the description value for this SOAPPrincipal.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this SOAPPrincipal.

Parameters:
description -

getDirectoryID

public java.lang.Long getDirectoryID()
Gets the directoryID value for this SOAPPrincipal.

Returns:
directoryID

setDirectoryID

public void setDirectoryID(java.lang.Long directoryID)
Sets the directoryID value for this SOAPPrincipal.

Parameters:
directoryID -

getLastModified

public java.util.Calendar getLastModified()
Gets the lastModified value for this SOAPPrincipal.

Returns:
lastModified

setLastModified

public void setLastModified(java.util.Calendar lastModified)
Sets the lastModified value for this SOAPPrincipal.

Parameters:
lastModified -

getName

public java.lang.String getName()
Gets the name value for this SOAPPrincipal.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this SOAPPrincipal.

Parameters:
name -

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