public static class MT422.SequenceA extends SwiftTagListBlock
Modifier and Type | Field and Description |
---|---|
static String[] |
END
Last mandatory tagname of the sequence: "21"
Array format is for cases when more than one letter options is allowed
|
static String[] |
START
First mandatory tagname of the sequence: "20" .
|
static String[] |
TAIL
List of optional tags after the last mandatory tag
|
EMPTY_LIST, tags
blockType, id, input, output, unparsedTexts
Modifier and Type | Method and Description |
---|---|
static MT422.SequenceA |
newInstance(int start,
int end,
Tag... tags) |
static MT422.SequenceA |
newInstance(Tag... tags)
same as newInstance(0, 0, tags);
see #newInstance(Tag ...
|
add, addTag, addTags, append, append, append, append, append, append, asTagArray, clear, containsAllOf, containsAnyOf, containsField, containsTag, containsTag, containsTag, countAll, countByName, countTagsStarsWith, equals, filterByName, filterByNameOrdered, getField, getFieldByName, getFieldByName, getFieldByName, getFieldByNumber, getFieldByNumber, getFieldsByName, getFieldsByName, getFieldsByNumber, getName, getNumber, getOptionalList, getOptionalList, getOptionalLists, getSubBlock, getSubBlock, getSubBlock, getSubBlock, getSubBlockAfterFirst, getSubBlockAfterFirst, getSubBlockAfterLast, getSubBlockBeforeFirst, getSubBlockBeforeLast, getSubBlockByIndex, getSubBlockByTagNames, getSubBlockDelimitedWithOptionalTail, getSubBlocks, getSubBlocks, getSubBlocks, getSubBlocks, getSubBlocks, getSubBlocks, getSubBlocksByTagNames, getSubBlocksDelimitedWithOptionalTail, getTag, getTagByName, getTagByName, getTagByNumber, getTagCount, getTagCount, getTagIndex, getTagMap, getTags, getTagsByContent, getTagsByName, getTagsByNumber, getTagsByValue, getTagValue, getTagValues, hashCode, indexOfAnyFirst, indexOfAnyFirstAfterIndex, indexOfAnyLast, indexOfAnyLastAfterIndex, indexOfFirst, indexOfFirstValue, indexOfLast, indexOfLastValue, isEmpty, iterator, removeAfterFirst, removeAfterFirstStartsWith, removeAll, removeSubBlock, removeTag, removeUntilFirst, setBlockName, setBlockNumber, setTags, setTags, size, splitByTagName, sublist, tagIterator, tagNamesList, toJson, toString, trimAfterFirst, visit
getBlockType, getId, getInput, getOutput, getUnparsedTexts, getUnparsedTextsSize, isTagBlock, setBlockType, setId, setInput, setOutput, setUnparsedTexts, unparsedTextAddText, unparsedTextAddText, unparsedTextGetAsMessage, unparsedTextGetText, unparsedTextIsMessage, unparsedTextVerify
public static final String[] START
public static final String[] END
public static final String[] TAIL
@SequenceStyle(value=GENERATED_FIXED_WITH_OPTIONAL_TAIL) public static MT422.SequenceA newInstance(Tag... tags)
@SequenceStyle(value=GENERATED_FIXED_WITH_OPTIONAL_TAIL) public static MT422.SequenceA newInstance(int start, int end, Tag... tags)