|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.c24.io.api.data.swift.SwiftFieldDataType.QualifiedRestrictionMap
public class SwiftFieldDataType.QualifiedRestrictionMap
A S.W.I.F.T. specific restriction to ensure the enumeration of a particular subfield is restricted when a certain qualifier, option and data source scheme combination are present.
Constructor Summary | |
---|---|
SwiftFieldDataType.QualifiedRestrictionMap(String qualifier,
DataComponent[] options,
boolean dssPresent,
int[] dssRestrictionMap,
String subfieldName,
int[] restrictionMap)
Creates a new instances with the specified parameters. |
Method Summary | |
---|---|
int[] |
getDSSRestrictionMap()
Returns the map to the eligible values of the data source scheme's enumeration. |
DataComponent[] |
getOptions()
Returns the list of options. |
String |
getQualifier()
Returns the qualifier. |
int[] |
getRestrictionMap()
Returns the map to the members of the subfields enumeration which it's value must match. |
String |
getSubfieldName()
Returns the name of the subfield to apply the restriction to. |
boolean |
isDSSPresent()
Returns whether the data source scheme must be present. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SwiftFieldDataType.QualifiedRestrictionMap(String qualifier, DataComponent[] options, boolean dssPresent, int[] dssRestrictionMap, String subfieldName, int[] restrictionMap)
qualifier
- The qualifier.options
- The list of options.dssPresent
- Whether the data source scheme must be present.dssRestrictionMap
- If the data source scheme is present, a map to the eligible values in the enumeration.subfieldName
- Teh name of the subfield to be restrictedrestrictionMap
- A map to the restricted values of the enumeration.Method Detail |
---|
public String getQualifier()
public DataComponent[] getOptions()
public boolean isDSSPresent()
public int[] getDSSRestrictionMap()
public String getSubfieldName()
public int[] getRestrictionMap()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |