org.openspml.v2.msg.pass
Class ExpirePasswordRequest

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.pass.BasicPasswordRequest
                  extended byorg.openspml.v2.msg.pass.ExpirePasswordRequest
All Implemented Interfaces:
Marshallable, MarshallableElement, OpenContentContainer

public class ExpirePasswordRequest
extends org.openspml.v2.msg.pass.BasicPasswordRequest

Author:
kent.spaulding@sun.com

Date: Feb 13, 2006


Constructor Summary
ExpirePasswordRequest()
           
ExpirePasswordRequest(java.lang.String requestId, ExecutionMode executionMode, PSOIdentifier psoID, java.lang.Integer remainingLogins)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 PrefixAndNamespaceTuple[] getNamespacesInfo()
          We need to know the namespace of the class to include.
 PSOIdentifier getPsoID()
           
 int getRemainingLogins()
           
 int hashCode()
           
 void setPsoID(PSOIdentifier psoID)
           
 void setRemainingLogins(int remainingLogins)
           
 
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, 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
isValid
 

Constructor Detail

ExpirePasswordRequest

public ExpirePasswordRequest()

ExpirePasswordRequest

public ExpirePasswordRequest(java.lang.String requestId,
                             ExecutionMode executionMode,
                             PSOIdentifier psoID,
                             java.lang.Integer remainingLogins)
Method Detail

getRemainingLogins

public int getRemainingLogins()

setRemainingLogins

public void setRemainingLogins(int remainingLogins)

equals

public boolean equals(java.lang.Object o)

hashCode

public int hashCode()

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.