|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.ofx4j.domain.data.ResponseMessageSet net.sf.ofx4j.domain.data.profile.ProfileResponseMessageSet
public class ProfileResponseMessageSet
Constructor Summary | |
---|---|
ProfileResponseMessageSet()
|
Method Summary | |
---|---|
ProfileResponseTransaction |
getProfileResponse()
The profile response. |
java.util.List<ResponseMessage> |
getResponseMessages()
The list of response messages. |
MessageSetType |
getType()
|
void |
setProfileResponse(ProfileResponseTransaction profileResponse)
The profile response. |
Methods inherited from class net.sf.ofx4j.domain.data.ResponseMessageSet |
---|
compareTo, getVersion, setVersion |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProfileResponseMessageSet()
Method Detail |
---|
public MessageSetType getType()
getType
in class ResponseMessageSet
public ProfileResponseTransaction getProfileResponse()
public void setProfileResponse(ProfileResponseTransaction profileResponse)
profileResponse
- The profile response.public java.util.List<ResponseMessage> getResponseMessages()
ResponseMessageSet
getResponseMessages
in class ResponseMessageSet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |