org.openspml.v2.msg.spml
Class ModifyRequest

java.lang.Object
  extended byorg.openspml.v2.msg.spml.Extensible
      extended byorg.openspml.v2.msg.spml.ExtensibleMarshallable
          extended byorg.openspml.v2.msg.spml.Request
              extended byorg.openspml.v2.msg.spml.ModifyRequest
All Implemented Interfaces:
Marshallable, MarshallableElement, OpenContentContainer

public class ModifyRequest
extends Request

Author:
kent.spaulding@sun.com

Date: Feb 7, 2006


Constructor Summary
ModifyRequest()
           
ModifyRequest(java.lang.String requestId, ExecutionMode executionMode, PSOIdentifier psoID, Modification[] modifications, ReturnData returnData)
           
 
Method Summary
 void addModification(Modification modification)
           
 void clearModifications()
           
 boolean equals(java.lang.Object o)
           
 Modification[] getModifications()
           
 PSOIdentifier getPsoID()
           
 ReturnData getReturnData()
           
 int hashCode()
           
 boolean removeModification(Modification modification)
           
 void setPsoID(PSOIdentifier psoID)
           
 void setReturnData(ReturnData returnData)
           
 
Methods inherited from class org.openspml.v2.msg.spml.Request
getExecutionMode, getRequestID, setExecutionMode, setRequestID, toXML
 
Methods inherited from class org.openspml.v2.msg.spml.Extensible
addOpenContentAttr, addOpenContentAttr, addOpenContentElement, findOpenContentAttrValueByName, findOperationalAttrByName, findOperationalNVPByName, getNamespacesInfo, getOpenContentAttrs, getOpenContentElements, isValid, removeOpenContentAttr, removeOpenContentElement, setOpenContent, setOpenContentAttrs, setOpenContentElements
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.openspml.v2.msg.MarshallableElement
getNamespacesInfo, isValid
 

Constructor Detail

ModifyRequest

public ModifyRequest()

ModifyRequest

public ModifyRequest(java.lang.String requestId,
                     ExecutionMode executionMode,
                     PSOIdentifier psoID,
                     Modification[] modifications,
                     ReturnData returnData)
Method Detail

getPsoID

public PSOIdentifier getPsoID()

setPsoID

public void setPsoID(PSOIdentifier psoID)

getModifications

public Modification[] getModifications()

addModification

public void addModification(Modification modification)

removeModification

public boolean removeModification(Modification modification)

clearModifications

public void clearModifications()

getReturnData

public ReturnData getReturnData()

setReturnData

public void setReturnData(ReturnData returnData)

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class Request

hashCode

public int hashCode()
Overrides:
hashCode in class Request


Copyright © Sun Microsystems, Inc. All Rights Reserved.