org.openspml.v2.msg.spmlupdates
Class Update
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.spmlupdates.BasicRequest
org.openspml.v2.msg.spmlupdates.Update
- All Implemented Interfaces:
- Marshallable, MarshallableElement, OpenContentContainer
- public class Update
- extends org.openspml.v2.msg.spmlupdates.BasicRequest
- Author:
- kent.spaulding@sun.com
Date: Feb 16, 2006
Methods inherited from class org.openspml.v2.msg.spml.Extensible |
addOpenContentAttr, addOpenContentAttr, addOpenContentElement, findOpenContentAttrValueByName, findOperationalAttrByName, findOperationalNVPByName, getOpenContentAttrs, getOpenContentElements, isValid, removeOpenContentAttr, removeOpenContentElement, setOpenContent, setOpenContentAttrs, setOpenContentElements |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Update
public Update()
Update
public Update(java.lang.String requestId,
ExecutionMode executionMode,
PSOIdentifier psoID,
java.lang.String timestamp,
UpdateKind updateKind,
java.lang.String wasUpdatedByCapability)
getPsoID
public PSOIdentifier getPsoID()
setPsoID
public void setPsoID(PSOIdentifier psoID)
getTimestamp
public java.lang.String getTimestamp()
setTimestamp
public void setTimestamp(java.lang.String timestamp)
getUpdateKind
public UpdateKind getUpdateKind()
setUpdateKind
public void setUpdateKind(UpdateKind updateKind)
getWasUpdatedByCapability
public java.lang.String getWasUpdatedByCapability()
setWasUpdatedByCapability
public void setWasUpdatedByCapability(java.lang.String wasUpdatedByCapability)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class Request
hashCode
public int hashCode()
- Overrides:
hashCode
in class Request
getNamespacesInfo
public PrefixAndNamespaceTuple[] getNamespacesInfo()
- Description copied from interface:
MarshallableElement
- We need to know the namespace of the class to include.
- Specified by:
getNamespacesInfo
in interface MarshallableElement
- Overrides:
getNamespacesInfo
in class Extensible
Copyright © Sun Microsystems, Inc. All Rights Reserved.