|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.ofx4j.domain.data.ResponseMessage net.sf.ofx4j.domain.data.profile.ProfileResponse
public class ProfileResponse
Constructor Summary | |
---|---|
ProfileResponse()
|
Method Summary | |
---|---|
java.lang.String |
getAddress1()
The address of the financial institution. |
java.lang.String |
getAddress2()
The address of the financial institution. |
java.lang.String |
getAddress3()
The address of the financial institution. |
java.lang.String |
getCity()
The city of the financial institution. |
java.lang.String |
getCountry()
The country code for this financial institution. |
java.lang.String |
getCustomerServicePhone()
The phone number to customer service. |
java.lang.String |
getEmail()
The email for this FI |
java.lang.String |
getFax()
The fax number. |
java.lang.String |
getFinancialInstitutionName()
The name of the financial institution. |
java.util.Date |
getLastUpdated()
When this profile was last updated. |
MessageSetInfoList |
getMessageSetList()
List of message set information. |
MessageSetProfile |
getMessageSetProfile(MessageSetType type)
Get the message set profile for the specified message set. |
MessageSetProfile |
getMessageSetProfile(MessageSetType type,
java.lang.String version)
Get the message set profile for the specified message set and the specified version. |
protected java.util.Collection<MessageSetProfile> |
getProfiles(MessageSetType type)
Get all the profiles of the specified type. |
java.lang.String |
getResponseMessageName()
The name of the response message. |
SignonInfoList |
getSignonInfoList()
List of signon information. |
SignonProfile |
getSignonProfile(MessageSetProfile messageSet)
Get the signon profile for the specified message set. |
java.lang.String |
getSiteURL()
URL for the financial institution. |
java.lang.String |
getState()
The state of this financial institution. |
java.lang.String |
getTechnicalSupportPhone()
The phone number to tech support. |
java.util.Date |
getTimestamp()
The timestamp of this profile update. |
java.lang.String |
getZip()
The postal code of this financial institution. |
void |
setAddress1(java.lang.String address1)
The address of the financial institution. |
void |
setAddress2(java.lang.String address2)
The address of the financial institution. |
void |
setAddress3(java.lang.String address3)
The address of the financial institution. |
void |
setCity(java.lang.String city)
The city of the financial institution. |
void |
setCountry(java.lang.String country)
The country code for this financial institution. |
void |
setCustomerServicePhone(java.lang.String customerServicePhone)
The phone number to customer service. |
void |
setEmail(java.lang.String email)
The email for this FI |
void |
setFax(java.lang.String fax)
The fax number. |
void |
setFinancialInstitutionName(java.lang.String financialInstitutionName)
The name of the financial institution. |
void |
setMessageSetList(MessageSetInfoList messageSetList)
List of message set information. |
void |
setSignonInfoList(SignonInfoList signonInfoList)
List of signon information. |
void |
setSiteURL(java.lang.String siteURL)
URL for the financial institution. |
void |
setState(java.lang.String state)
The state of this financial institution. |
void |
setTechnicalSupportPhone(java.lang.String technicalSupportPhone)
The phone number to tech support. |
void |
setTimestamp(java.util.Date timestamp)
The timestamp of this profile update. |
void |
setZip(java.lang.String zip)
The postal code of this financial institution. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProfileResponse()
Method Detail |
---|
public MessageSetInfoList getMessageSetList()
public void setMessageSetList(MessageSetInfoList messageSetList)
messageSetList
- List of message set information.public SignonInfoList getSignonInfoList()
public void setSignonInfoList(SignonInfoList signonInfoList)
signonInfoList
- List of signon information.public java.lang.String getResponseMessageName()
ResponseMessage
getResponseMessageName
in class ResponseMessage
public java.util.Date getLastUpdated()
FinancialInstitutionProfile
getLastUpdated
in interface FinancialInstitutionProfile
public java.util.Date getTimestamp()
public void setTimestamp(java.util.Date timestamp)
timestamp
- The timestamp of this profile update.public java.lang.String getFinancialInstitutionName()
getFinancialInstitutionName
in interface FinancialInstitutionProfile
public void setFinancialInstitutionName(java.lang.String financialInstitutionName)
financialInstitutionName
- The name of the financial institution.public java.lang.String getAddress1()
getAddress1
in interface FinancialInstitutionProfile
public void setAddress1(java.lang.String address1)
address1
- The address of the financial institution.public java.lang.String getAddress2()
getAddress2
in interface FinancialInstitutionProfile
public void setAddress2(java.lang.String address2)
address2
- The address of the financial institution.public java.lang.String getAddress3()
getAddress3
in interface FinancialInstitutionProfile
public void setAddress3(java.lang.String address3)
address3
- The address of the financial institution.public java.lang.String getCity()
getCity
in interface FinancialInstitutionProfile
public void setCity(java.lang.String city)
city
- The city of the financial institution.public java.lang.String getState()
getState
in interface FinancialInstitutionProfile
public void setState(java.lang.String state)
state
- The state of this financial institution.public java.lang.String getZip()
getZip
in interface FinancialInstitutionProfile
public void setZip(java.lang.String zip)
zip
- The postal code of this financial institution.public java.lang.String getCountry()
getCountry
in interface FinancialInstitutionProfile
Locale.getISO3Country()
public void setCountry(java.lang.String country)
country
- The country code for this financial institution.public java.lang.String getCustomerServicePhone()
getCustomerServicePhone
in interface FinancialInstitutionProfile
public void setCustomerServicePhone(java.lang.String customerServicePhone)
customerServicePhone
- The phone number to customer service.public java.lang.String getTechnicalSupportPhone()
getTechnicalSupportPhone
in interface FinancialInstitutionProfile
public void setTechnicalSupportPhone(java.lang.String technicalSupportPhone)
technicalSupportPhone
- The phone number to tech support.public java.lang.String getFax()
getFax
in interface FinancialInstitutionProfile
public void setFax(java.lang.String fax)
fax
- The fax number.public java.lang.String getSiteURL()
getSiteURL
in interface FinancialInstitutionProfile
public void setSiteURL(java.lang.String siteURL)
siteURL
- URL for the financial institution.public java.lang.String getEmail()
getEmail
in interface FinancialInstitutionProfile
public void setEmail(java.lang.String email)
email
- The email for this FIpublic MessageSetProfile getMessageSetProfile(MessageSetType type)
FinancialInstitutionProfile
getMessageSetProfile
in interface FinancialInstitutionProfile
type
- The message set type for which to retrieve the profile.
protected java.util.Collection<MessageSetProfile> getProfiles(MessageSetType type)
type
- The type.
public MessageSetProfile getMessageSetProfile(MessageSetType type, java.lang.String version)
FinancialInstitutionProfile
getMessageSetProfile
in interface FinancialInstitutionProfile
type
- The message set type for which to retrieve the profile.version
- The version for which to retrieve the profile.
public SignonProfile getSignonProfile(MessageSetProfile messageSet)
FinancialInstitutionProfile
getSignonProfile
in interface FinancialInstitutionProfile
messageSet
- The message set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |