net.sf.ofx4j.domain.data.profile
Class ProfileRequest

java.lang.Object
  extended by net.sf.ofx4j.domain.data.RequestMessage
      extended by net.sf.ofx4j.domain.data.profile.ProfileRequest

public class ProfileRequest
extends RequestMessage

Author:
Ryan Heaton
See Also:
"Section 7.1.5, OFX Spec"

Constructor Summary
ProfileRequest()
           
 
Method Summary
 java.util.Date getProfileLastUpdated()
          The date the profile was last updated.
 ClientRoutingCapability getRoutingCapability()
          The client routing capability.
 void setProfileLastUpdated(java.util.Date profileLastUpdated)
          The date the profile was last updated.
 void setRoutingCapability(ClientRoutingCapability routingCapability)
          The client routing capability.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileRequest

public ProfileRequest()
Method Detail

getRoutingCapability

public ClientRoutingCapability getRoutingCapability()
The client routing capability.

Returns:
The client routing capability.

setRoutingCapability

public void setRoutingCapability(ClientRoutingCapability routingCapability)
The client routing capability.

Parameters:
routingCapability - The client routing capability.

getProfileLastUpdated

public java.util.Date getProfileLastUpdated()
The date the profile was last updated.

Returns:
The date the profile was last updated.

setProfileLastUpdated

public void setProfileLastUpdated(java.util.Date profileLastUpdated)
The date the profile was last updated.

Parameters:
profileLastUpdated - The date the profile was last updated.


Copyright © 2008. All Rights Reserved.