|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.fw.FwMigrationServiceAvailableInfo
Defines the information to be supplied when an SCS becomes available.
Constructor Summary | |
FwMigrationServiceAvailableInfo()
Creates a new FwMigrationServiceAvailableInfo instance. |
|
FwMigrationServiceAvailableInfo(java.lang.String _serviceType,
java.lang.String _serviceID,
java.lang.String _compatibleServiceID,
boolean _backwardCompatibilityLevel,
boolean _migrationRequired,
boolean _dataMigrated,
java.lang.String _migrationDataAndTime,
org.csapi.jr.se.fw.MigrationAdditionalInfo[] _migrationAdditionalInfo)
Creates a new FwMigrationServiceAvailableInfo instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
boolean |
getBackwardCompatibilityLevel()
This method returns a backwardCompatibilityLevel. |
java.lang.String |
getCompatibleServiceID()
This method returns a compatibleServiceID. |
boolean |
getDataMigrated()
This method returns a dataMigrated. |
org.csapi.jr.se.fw.MigrationAdditionalInfo[] |
getMigrationAdditionalInfo()
This method returns a migrationAdditionalInfo. |
java.lang.String |
getMigrationDataAndTime()
This method returns a migrationDataAndTime. |
boolean |
getMigrationRequired()
This method returns a migrationRequired. |
java.lang.String |
getServiceID()
This method returns a serviceID. |
java.lang.String |
getServiceType()
This method returns a serviceType. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setBackwardCompatibilityLevel(boolean backwardCompatibilityLevel)
This method sets a backwardCompatibilityLevel. |
void |
setCompatibleServiceID(java.lang.String compatibleServiceID)
This method sets a compatibleServiceID. |
void |
setDataMigrated(boolean dataMigrated)
This method sets a dataMigrated. |
void |
setMigrationAdditionalInfo(org.csapi.jr.se.fw.MigrationAdditionalInfo[] migrationAdditionalInfo)
This method sets a migrationAdditionalInfo. |
void |
setMigrationDataAndTime(java.lang.String migrationDataAndTime)
This method sets a migrationDataAndTime. |
void |
setMigrationRequired(boolean migrationRequired)
This method sets a migrationRequired. |
void |
setServiceID(java.lang.String serviceID)
This method sets a serviceID. |
void |
setServiceType(java.lang.String serviceType)
This method sets a serviceType. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FwMigrationServiceAvailableInfo()
public FwMigrationServiceAvailableInfo(java.lang.String _serviceType, java.lang.String _serviceID, java.lang.String _compatibleServiceID, boolean _backwardCompatibilityLevel, boolean _migrationRequired, boolean _dataMigrated, java.lang.String _migrationDataAndTime, org.csapi.jr.se.fw.MigrationAdditionalInfo[] _migrationAdditionalInfo)
_serviceType
- Type of SCS that has become available_serviceID
- ID of the SCS that has become available_compatibleServiceID
- ID of the SCS with which this new SCS is compatible with_backwardCompatibilityLevel
- Specifies if the new SCS is completely backwards compatible with the currently used SCS.Value = TRUE: SCS is completely backwards compatibleValue = FALSE: SCS is not completely backwards compatible. Contact the Framework operator for more information.on how to migrate._migrationRequired
- Specifies if the new SCS is replacing the existing SCSValue = TRUE: new SCS is replacing the existing one - migration is required before the date/time indicated in MigrationDateAndTime fieldValue = FALSE: new SCS is not replacing the existing one, but is provided in addition.All migration to the new SCS, whether required or not, shall involve the application terminating the existing service agreement and signing a new one._dataMigrated
- Indicates whether all the data the application set in the previous SCS (for example notifications) is also available in the new SCS.Value = FALSE : the new SCS has not obtained all data (for example notifications) related to the old SCS and the application needs to reset all the previous data.Value = TRUE: the new SCS has obtained data (for example notifications) related to the old SCS, the application can use the new SCS without resetting data._migrationDataAndTime
- Indicates the date and time before which applications shall have migrated from existing the existing SCS to this new SCS.Migration to the new SCS requires the application to terminate the existing service agreement, and sign a new one. Failure to do this by the migration date and time indicated in this field may result in the service agreement being terminated by the Framework, since the service supplier may choose to unregister the service following this date and time.The value of this parameter, if present, shall be ignored if MigrationRequired is set to FALSE_migrationAdditionalInfo
- Contains additional migration information. This is initially provided to permit addition of information in later releases without impacting backwards compatibility.Method Detail |
public java.lang.String getServiceType()
public java.lang.String getServiceID()
public java.lang.String getCompatibleServiceID()
public boolean getBackwardCompatibilityLevel()
public boolean getMigrationRequired()
public boolean getDataMigrated()
public java.lang.String getMigrationDataAndTime()
public org.csapi.jr.se.fw.MigrationAdditionalInfo[] getMigrationAdditionalInfo()
public void setServiceType(java.lang.String serviceType)
public void setServiceID(java.lang.String serviceID)
public void setCompatibleServiceID(java.lang.String compatibleServiceID)
public void setBackwardCompatibilityLevel(boolean backwardCompatibilityLevel)
public void setMigrationRequired(boolean migrationRequired)
public void setDataMigrated(boolean dataMigrated)
public void setMigrationDataAndTime(java.lang.String migrationDataAndTime)
public void setMigrationAdditionalInfo(org.csapi.jr.se.fw.MigrationAdditionalInfo[] migrationAdditionalInfo)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |