org.openspml.v2.msg.spml
Class ModifyRequest
java.lang.Object
org.openspml.v2.msg.spml.Extensible
org.openspml.v2.msg.spml.ExtensibleMarshallable
org.openspml.v2.msg.spml.Request
org.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
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 |
ModifyRequest
public ModifyRequest()
ModifyRequest
public ModifyRequest(java.lang.String requestId,
ExecutionMode executionMode,
PSOIdentifier psoID,
Modification[] modifications,
ReturnData returnData)
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.