com.atlassian.crowd.integration.soap
Class SOAPRole

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

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

See Also:
Serialized Form

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

Constructor Detail

SOAPRole

public SOAPRole()

SOAPRole

public SOAPRole(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 SOAPRole.

Returns:
ID

setID

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

Parameters:
ID -

getActive

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

Returns:
active

setActive

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

Parameters:
active -

getAttributes

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

Returns:
attributes

setAttributes

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

Parameters:
attributes -

getConception

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

Returns:
conception

setConception

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

Parameters:
conception -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getDirectoryID

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

Returns:
directoryID

setDirectoryID

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

Parameters:
directoryID -

getLastModified

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

Returns:
lastModified

setLastModified

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

Parameters:
lastModified -

getMembers

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

Returns:
members

setMembers

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

Parameters:
members -

getName

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

Returns:
name

setName

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

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