|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.ofx4j.domain.data.profile.CoreMessageSetInfo
public class CoreMessageSetInfo
Core information about a specific version of a specific message set.
Constructor Summary | |
---|---|
CoreMessageSetInfo()
|
Method Summary | |
---|---|
java.lang.Boolean |
getFileBasedErrorRecoverySupport()
Whether there exists support for resposne-file based error recovery. |
java.lang.String |
getLanguage()
The language. |
java.lang.String |
getRealm()
The sign-on realm. |
ApplicationSecurity |
getSecurity()
The application-level security required for this message set. |
java.lang.String |
getServiceProviderName()
The name of the service provider (sometimes the message set processing is outsourced). |
java.lang.Boolean |
getSslRequired()
Whether transport-level security is required for this message set. |
SynchronizationCapability |
getSyncCapability()
The synchronization capability for this message set. |
java.lang.String |
getUrl()
The URL at which the message set is processed. |
java.lang.String |
getVersion()
Version of the message set. |
void |
setFileBasedErrorRecoverySupport(java.lang.Boolean fileBasedErrorRecoverySupport)
Whether there exists support for resposne-file based error recovery. |
void |
setLanguage(java.lang.String language)
The language. |
void |
setRealm(java.lang.String realm)
The sign-on realm. |
void |
setSecurity(ApplicationSecurity security)
The application-level security required for this message set. |
void |
setServiceProviderName(java.lang.String serviceProviderName)
The name of the service provider (sometimes the message set processing is outsourced). |
void |
setSslRequired(java.lang.Boolean sslRequired)
Whether transport-level security is required for this message set. |
void |
setSyncCapability(SynchronizationCapability syncCapability)
The synchronization capability for this message set. |
void |
setUrl(java.lang.String url)
The URL at which the message set is processed. |
void |
setVersion(java.lang.String version)
The version of the message set. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CoreMessageSetInfo()
Method Detail |
---|
public java.lang.String getVersion()
public void setVersion(java.lang.String version)
version
- The version of the message set.public java.lang.String getServiceProviderName()
public void setServiceProviderName(java.lang.String serviceProviderName)
serviceProviderName
- The name of the service provider (sometimes the message set processing is outsourced).public java.lang.String getUrl()
public void setUrl(java.lang.String url)
url
- The URL at which the message set is processed.public ApplicationSecurity getSecurity()
public void setSecurity(ApplicationSecurity security)
security
- The application-level security required for this message set.public java.lang.Boolean getSslRequired()
public void setSslRequired(java.lang.Boolean sslRequired)
sslRequired
- Whether transport-level security is required for this message set.public java.lang.String getRealm()
public void setRealm(java.lang.String realm)
realm
- The sign-on realm.public java.lang.String getLanguage()
Locale.getISO3Language()
public void setLanguage(java.lang.String language)
language
- The language.public SynchronizationCapability getSyncCapability()
public void setSyncCapability(SynchronizationCapability syncCapability)
syncCapability
- The synchronization capability for this message set.public java.lang.Boolean getFileBasedErrorRecoverySupport()
public void setFileBasedErrorRecoverySupport(java.lang.Boolean fileBasedErrorRecoverySupport)
fileBasedErrorRecoverySupport
- Whether there exists support for resposne-file based error recovery.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |