com.atlassian.crowd.integration.soap
Class SOAPGroup

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

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

See Also:
Serialized Form

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

Constructor Detail

SOAPGroup

public SOAPGroup()

SOAPGroup

public SOAPGroup(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[] members,
                 java.lang.String name)
Method Detail

getID

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

Returns:
ID

setID

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

Parameters:
ID -

getActive

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

Returns:
active

setActive

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

Parameters:
active -

getAttributes

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

Returns:
attributes

setAttributes

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

Parameters:
attributes -

getConception

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

Returns:
conception

setConception

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

Parameters:
conception -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getDirectoryID

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

Returns:
directoryID

setDirectoryID

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

Parameters:
directoryID -

getLastModified

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

Returns:
lastModified

setLastModified

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

Parameters:
lastModified -

getMembers

public java.lang.String[] getMembers()
Gets the members value for this SOAPGroup.

Returns:
members

setMembers

public void setMembers(java.lang.String[] members)
Sets the members value for this SOAPGroup.

Parameters:
members -

getName

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

Returns:
name

setName

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

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