com.atlassian.crowd.integration.soap
Class SOAPNestableGroup

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

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

See Also:
Serialized Form

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

Constructor Detail

SOAPNestableGroup

public SOAPNestableGroup()

SOAPNestableGroup

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

getID

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

Returns:
ID

setID

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

Parameters:
ID -

getActive

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

Returns:
active

setActive

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

Parameters:
active -

getAttributes

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

Returns:
attributes

setAttributes

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

Parameters:
attributes -

getConception

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

Returns:
conception

setConception

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

Parameters:
conception -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getDirectoryID

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

Returns:
directoryID

setDirectoryID

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

Parameters:
directoryID -

getGroupMembers

public java.lang.String[] getGroupMembers()
Gets the groupMembers value for this SOAPNestableGroup.

Returns:
groupMembers

setGroupMembers

public void setGroupMembers(java.lang.String[] groupMembers)
Sets the groupMembers value for this SOAPNestableGroup.

Parameters:
groupMembers -

getLastModified

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

Returns:
lastModified

setLastModified

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

Parameters:
lastModified -

getName

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

Returns:
name

setName

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

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