public class SwiftBlock5 extends SwiftTagListBlock implements java.io.Serializable
EMPTY_LISTblockType, id, input, output, unparsedTexts| Constructor and Description |
|---|
SwiftBlock5()
Default constructor
|
SwiftBlock5(java.util.List<Tag> tags)
Constructor with tag initialization
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the block name (the value 5 as a string)
|
java.lang.Integer |
getNumber()
Returns the block number (the value 5 as an integer)
|
protected void |
setBlockName(java.lang.String blockName)
Sets the block name.
|
protected void |
setBlockNumber(java.lang.Integer blockNumber)
Sets the block number.
|
add, addTag, 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, getFieldByQualifiers, getFieldsByName, getFieldsByName, getFieldsByNumber, getOptionalList, getOptionalList, getOptionalLists, getSubBlock, getSubBlock, getSubBlock, getSubBlock, getSubBlockAfterFirst, 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, setTag, setTags, setTags, size, splitByTagName, sublist, tagIterator, tagNamesList, toJson, toString, trimAfterFirst, visitgetBlockType, getId, getInput, getOutput, getUnparsedTexts, getUnparsedTextsSize, isTagBlock, setBlockType, setId, setInput, setOutput, setUnparsedTexts, unparsedTextAddText, unparsedTextAddText, unparsedTextGetAsMessage, unparsedTextGetText, unparsedTextIsMessage, unparsedTextVerifypublic SwiftBlock5()
public SwiftBlock5(java.util.List<Tag> tags)
tags - the list of tags to initializejava.lang.IllegalArgumentException - if parameter tags is nulljava.lang.IllegalArgumentException - if parameter tags is not composed of Stringsprotected void setBlockNumber(java.lang.Integer blockNumber)
setBlockNumber in class SwiftTagListBlockblockNumber - the block number to setjava.lang.IllegalArgumentException - if parameter blockName is not the integer 5protected void setBlockName(java.lang.String blockName)
setBlockName in class SwiftTagListBlockblockName - the block name to setjava.lang.IllegalArgumentException - if parameter blockName is not the string "5"public java.lang.Integer getNumber()
getNumber in class SwiftTagListBlockpublic java.lang.String getName()
getName in class SwiftTagListBlock