com.atlassian.crowd.integration.soap
Class SOAPAttribute

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

public class SOAPAttribute
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SOAPAttribute()
           
 
Method Summary
 String getName()
           
 String[] getValues()
           
 void setName(String name)
           
 void setValues(String[] values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPAttribute

public SOAPAttribute()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getValues

public String[] getValues()

setValues

public void setValues(String[] values)


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.