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

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

public class CoreMessageSetInfo
extends java.lang.Object

Core information about a specific version of a specific message set.

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

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

CoreMessageSetInfo

public CoreMessageSetInfo()
Method Detail

getVersion

public java.lang.String getVersion()
Version of the message set.

Returns:
The version of the message set.

setVersion

public void setVersion(java.lang.String version)
The version of the message set.

Parameters:
version - The version of the message set.

getServiceProviderName

public java.lang.String getServiceProviderName()
The name of the service provider (sometimes the message set processing is outsourced).

Returns:
The name of the service provider (sometimes the message set processing is outsourced).

setServiceProviderName

public void setServiceProviderName(java.lang.String serviceProviderName)
The name of the service provider (sometimes the message set processing is outsourced).

Parameters:
serviceProviderName - The name of the service provider (sometimes the message set processing is outsourced).

getUrl

public java.lang.String getUrl()
The URL at which the message set is processed.

Returns:
The URL at which the message set is processed.

setUrl

public void setUrl(java.lang.String url)
The URL at which the message set is processed.

Parameters:
url - The URL at which the message set is processed.

getSecurity

public ApplicationSecurity getSecurity()
The application-level security required for this message set.

Returns:
The application-level security required for this message set.

setSecurity

public void setSecurity(ApplicationSecurity security)
The application-level security required for this message set.

Parameters:
security - The application-level security required for this message set.

getSslRequired

public java.lang.Boolean getSslRequired()
Whether transport-level security is required for this message set.

Returns:
Whether transport-level security is required for this message set.

setSslRequired

public void setSslRequired(java.lang.Boolean sslRequired)
Whether transport-level security is required for this message set.

Parameters:
sslRequired - Whether transport-level security is required for this message set.

getRealm

public java.lang.String getRealm()
The sign-on realm.

Returns:
The sign-on realm.

setRealm

public void setRealm(java.lang.String realm)
The sign-on realm.

Parameters:
realm - The sign-on realm.

getLanguage

public java.lang.String getLanguage()
The language.

Returns:
The language.
See Also:
Locale.getISO3Language()

setLanguage

public void setLanguage(java.lang.String language)
The language.

Parameters:
language - The language.

getSyncCapability

public SynchronizationCapability getSyncCapability()
The synchronization capability for this message set.

Returns:
The synchronization capability for this message set.

setSyncCapability

public void setSyncCapability(SynchronizationCapability syncCapability)
The synchronization capability for this message set.

Parameters:
syncCapability - The synchronization capability for this message set.

getFileBasedErrorRecoverySupport

public java.lang.Boolean getFileBasedErrorRecoverySupport()
Whether there exists support for resposne-file based error recovery.

Returns:
Whether there exists support for resposne-file based error recovery.

setFileBasedErrorRecoverySupport

public void setFileBasedErrorRecoverySupport(java.lang.Boolean fileBasedErrorRecoverySupport)
Whether there exists support for resposne-file based error recovery.

Parameters:
fileBasedErrorRecoverySupport - Whether there exists support for resposne-file based error recovery.


Copyright © 2008. All Rights Reserved.