Uses of Class
net.sf.ofx4j.domain.data.common.Status

Packages that use Status
net.sf.ofx4j.domain.data Data for the domain model (used for the wire). 
net.sf.ofx4j.domain.data.common   
net.sf.ofx4j.domain.data.signon   
 

Uses of Status in net.sf.ofx4j.domain.data
 

Methods in net.sf.ofx4j.domain.data that return Status
 Status TransactionWrappedResponseMessage.getStatus()
          Status of the transaction.
 

Methods in net.sf.ofx4j.domain.data with parameters of type Status
 void TransactionWrappedResponseMessage.setStatus(Status status)
          Status of the transaction.
 

Uses of Status in net.sf.ofx4j.domain.data.common
 

Methods in net.sf.ofx4j.domain.data.common that return Status
 Status StatusHolder.getStatus()
          Get the status.
 

Uses of Status in net.sf.ofx4j.domain.data.signon
 

Methods in net.sf.ofx4j.domain.data.signon that return Status
 Status SignonResponse.getStatus()
          The signon response status.
 

Methods in net.sf.ofx4j.domain.data.signon with parameters of type Status
 void SignonResponse.setStatus(Status status)
          The signon response status.
 



Copyright © 2008. All Rights Reserved.