com.atlassian.crowd.integration.soap
Class SOAPNestableGroup

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

public class SOAPNestableGroup
extends SOAPEntity
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.crowd.integration.soap.SOAPEntity
active, attributes, conception, description, directoryID, ID, lastModified, name
 
Constructor Summary
SOAPNestableGroup()
           
SOAPNestableGroup(java.lang.String name, java.lang.String[] groupMembers)
           
 
Method Summary
 java.lang.String[] getGroupMembers()
           
 void setGroupMembers(java.lang.String[] groupMembers)
           
 java.lang.String toString()
           
 
Methods inherited from class com.atlassian.crowd.integration.soap.SOAPEntity
equals, getAttribute, getAttributes, getConception, getDescription, getDirectoryID, getID, getLastModified, getName, hashCode, isActive, setActive, setAttributes, setConception, setDescription, setDirectoryID, setID, setLastModified, setName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SOAPNestableGroup

public SOAPNestableGroup()

SOAPNestableGroup

public SOAPNestableGroup(java.lang.String name,
                         java.lang.String[] groupMembers)
Method Detail

getGroupMembers

public java.lang.String[] getGroupMembers()

setGroupMembers

public void setGroupMembers(java.lang.String[] groupMembers)

toString

public java.lang.String toString()
Overrides:
toString in class SOAPEntity


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.