org.connid.bundles.soap.to
Class WSChange

java.lang.Object
  extended by org.connid.bundles.soap.to.AbstractData
      extended by org.connid.bundles.soap.to.WSChange
All Implemented Interfaces:
Serializable

public class WSChange
extends AbstractData

See Also:
Serialized Form

Constructor Summary
WSChange()
           
 
Method Summary
 Set<WSAttributeValue> getAttributes()
           
 int getId()
           
 String getType()
           
 void setAttributes(Set<WSAttributeValue> attributes)
           
 void setId(int id)
           
 void setType(String type)
           
 
Methods inherited from class org.connid.bundles.soap.to.AbstractData
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WSChange

public WSChange()
Method Detail

getAttributes

public Set<WSAttributeValue> getAttributes()

setAttributes

public void setAttributes(Set<WSAttributeValue> attributes)

getId

public int getId()

setId

public void setId(int id)

getType

public String getType()

setType

public void setType(String type)


Copyright © 2012. All Rights Reserved.