org.openspml.v2.msg.pass
Class SetPasswordRequest
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.pass.BasicPasswordRequest
org.openspml.v2.msg.pass.BasicPasswordRequestWithPassword
org.openspml.v2.msg.pass.SetPasswordRequest
- All Implemented Interfaces:
- Marshallable, MarshallableElement, OpenContentContainer
- public class SetPasswordRequest
- extends org.openspml.v2.msg.pass.BasicPasswordRequestWithPassword
- Author:
- kent.spaulding@sun.com
Date: Feb 13, 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 |
SetPasswordRequest
public SetPasswordRequest()
SetPasswordRequest
public SetPasswordRequest(java.lang.String requestId,
ExecutionMode executionMode,
PSOIdentifier psoID,
java.lang.String password,
java.lang.String currentPassword)
getCurrentPassword
public java.lang.String getCurrentPassword()
setCurrentPassword
public void setCurrentPassword(java.lang.String currentPassword)
equals
public boolean equals(java.lang.Object o)
hashCode
public int hashCode()
getPassword
public java.lang.String getPassword()
setPassword
public void setPassword(java.lang.String password)
getPsoID
public PSOIdentifier getPsoID()
setPsoID
public void setPsoID(PSOIdentifier psoID)
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.