com.atlassian.crowd.integration.soap
Class SOAPGroup

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

public class SOAPGroup
extends SOAPEntity
implements 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
SOAPGroup()
           
SOAPGroup(String name, String[] members)
           
 
Method Summary
 String[] getMembers()
           
 void setMembers(String[] members)
           
 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

SOAPGroup

public SOAPGroup()

SOAPGroup

public SOAPGroup(String name,
                 String[] members)
Method Detail

getMembers

public String[] getMembers()

setMembers

public void setMembers(String[] members)

toString

public String toString()
Overrides:
toString in class SOAPEntity


Copyright © 2013 Atlassian. All Rights Reserved.