|
||||||||||
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.VersionSpecificMessageSetInfo
public abstract class VersionSpecificMessageSetInfo
Information specific to a version of a message set.
Constructor Summary | |
---|---|
VersionSpecificMessageSetInfo()
|
Method Summary | |
---|---|
CoreMessageSetInfo |
getCore()
The information core. |
java.lang.String |
getLanguage()
The language. |
abstract MessageSetType |
getMessageSetType()
The message set type. |
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). |
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. |
boolean |
hasFileBasedErrorRecoverySupport()
Whether there exists support for resposne-file based error recovery. |
boolean |
isSslRequired()
Whether transport-level security is required for this message set. |
void |
setCore(CoreMessageSetInfo core)
The information core. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VersionSpecificMessageSetInfo()
Method Detail |
---|
public CoreMessageSetInfo getCore()
public void setCore(CoreMessageSetInfo core)
core
- The information core.public abstract MessageSetType getMessageSetType()
public java.lang.String getVersion()
MessageSetProfile
getVersion
in interface MessageSetProfile
public java.lang.String getServiceProviderName()
MessageSetProfile
getServiceProviderName
in interface MessageSetProfile
public java.lang.String getUrl()
MessageSetProfile
getUrl
in interface MessageSetProfile
public ApplicationSecurity getSecurity()
MessageSetProfile
getSecurity
in interface MessageSetProfile
public boolean isSslRequired()
MessageSetProfile
isSslRequired
in interface MessageSetProfile
public java.lang.String getRealm()
MessageSetProfile
getRealm
in interface MessageSetProfile
public java.lang.String getLanguage()
MessageSetProfile
getLanguage
in interface MessageSetProfile
Locale.getISO3Language()
public SynchronizationCapability getSyncCapability()
MessageSetProfile
getSyncCapability
in interface MessageSetProfile
public boolean hasFileBasedErrorRecoverySupport()
MessageSetProfile
hasFileBasedErrorRecoverySupport
in interface MessageSetProfile
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |