@Generated public class MT720 extends AbstractMT implements java.io.Serializable
This source code is specific to release SRU 2017
For additional resources check http://www.prowidesoftware.com/resources
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ADDING_OUR_CONFIRMATION
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsA.ADDING_OUR_CONFIRMATION
|
static java.lang.String |
CONFIRM
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsC.CONFIRM
|
static java.lang.String |
EUCP_LATEST_VERSION
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsE.EUCP_LATEST_VERSION
|
static java.lang.String |
EUCPURR_LATEST_VERSION
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsE.EUCPURR_LATEST_VERSION
|
static java.lang.String |
IRREVOC_TRANS_STANDBY
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsI.IRREVOC_TRANS_STANDBY
|
static java.lang.String |
IRREVOCABLE
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsI.IRREVOCABLE
|
static java.lang.String |
ISP_LATEST_VERSION
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsI.ISP_LATEST_VERSION
|
static java.lang.String |
MAY_ADD
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsM.MAY_ADD
|
static java.lang.String |
NAME
Constant for MT name, this is part of the classname, after
MT |
static java.lang.String |
OTHR
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsO.OTHR
|
static java.lang.String |
REVOCABLE
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsR.REVOCABLE
|
static int |
SRU
Constant identifying the SRU to which this class belongs to.
|
static java.lang.String |
UCP_LATEST_VERSION
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsU.UCP_LATEST_VERSION
|
static java.lang.String |
UCPURR_LATEST_VERSION
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsU.UCPURR_LATEST_VERSION
|
static java.lang.String |
WITHOUT
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsW.WITHOUT
|
static java.lang.String |
WITHOUT_OUR_CONFIRMATION
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsW.WITHOUT_OUR_CONFIRMATION
|
m
Constructor and Description |
---|
MT720()
Creates and initializes a new MT720 input message setting TEST BICS as sender and receiver.
All mandatory header attributes are completed with default values. |
MT720(java.io.File file)
Creates a new MT720 by parsing a file with the message content in its swift FIN format.
If the file content is null or cannot be parsed as a message, the internal message object will be initialized (blocks will be created) but empty. If the file contains multiple messages, only the first one will be parsed. |
MT720(java.io.InputStream stream)
Creates a new MT720 by parsing a input stream with the message content in its swift FIN format, using "UTF-8" as encoding.
If the message content is null or cannot be parsed, the internal message object will be initialized (blocks will be created) but empty. If the stream contains multiple messages, only the first one will be parsed. |
MT720(int messageType,
java.lang.String sender,
java.lang.String receiver)
Deprecated.
Use instead
new MT720(sender, receiver) instead |
MT720(MtSwiftMessage m)
Creates an MT720 initialized with the parameter MtSwiftMessage.
|
MT720(java.lang.String fin)
Creates a new MT720 by parsing a String with the message content in its swift FIN format.
If the fin parameter is null or the message cannot be parsed, the internal message object will be initialized (blocks will be created) but empty. If the string contains multiple messages, only the first one will be parsed. |
MT720(java.lang.String sender,
java.lang.String receiver)
Creates and initializes a new MT720 input message from sender to receiver.
All mandatory header attributes are completed with default values. |
MT720(SwiftMessage m)
Creates an MT720 initialized with the parameter SwiftMessage
|
Modifier and Type | Method and Description |
---|---|
MT720 |
append(Field... fields)
Add all the fields to the end of the block4.
|
MT720 |
append(SwiftTagListBlock block)
Add all tags from block to the end of the block4.
|
MT720 |
append(Tag... tags)
Add all tags to the end of the block4.
|
Field20 |
getField20()
Iterates through block4 fields and return the first one whose name matches 20,
or
null if none is found.The first occurrence of field 20 at MT720 is expected to be the only one. |
Field21 |
getField21()
Iterates through block4 fields and return the first one whose name matches 21,
or
null if none is found.The first occurrence of field 21 at MT720 is expected to be the only one. |
Field27 |
getField27()
Iterates through block4 fields and return the first one whose name matches 27,
or
null if none is found.The first occurrence of field 27 at MT720 is expected to be the only one. |
Field31C |
getField31C()
Iterates through block4 fields and return the first one whose name matches 31C,
or
null if none is found.The first occurrence of field 31C at MT720 is expected to be the only one. |
Field31D |
getField31D()
Iterates through block4 fields and return the first one whose name matches 31D,
or
null if none is found.The first occurrence of field 31D at MT720 is expected to be the only one. |
Field32B |
getField32B()
Iterates through block4 fields and return the first one whose name matches 32B,
or
null if none is found.The first occurrence of field 32B at MT720 is expected to be the only one. |
Field39A |
getField39A()
Iterates through block4 fields and return the first one whose name matches 39A,
or
null if none is found.The first occurrence of field 39A at MT720 is expected to be the only one. |
Field39B |
getField39B()
Iterates through block4 fields and return the first one whose name matches 39B,
or
null if none is found.The first occurrence of field 39B at MT720 is expected to be the only one. |
Field39C |
getField39C()
Iterates through block4 fields and return the first one whose name matches 39C,
or
null if none is found.The first occurrence of field 39C at MT720 is expected to be the only one. |
Field40B |
getField40B()
Iterates through block4 fields and return the first one whose name matches 40B,
or
null if none is found.The first occurrence of field 40B at MT720 is expected to be the only one. |
Field40E |
getField40E()
Iterates through block4 fields and return the first one whose name matches 40E,
or
null if none is found.The first occurrence of field 40E at MT720 is expected to be the only one. |
Field41A |
getField41A()
Iterates through block4 fields and return the first one whose name matches 41A,
or
null if none is found.The first occurrence of field 41A at MT720 is expected to be the only one. |
Field41D |
getField41D()
Iterates through block4 fields and return the first one whose name matches 41D,
or
null if none is found.The first occurrence of field 41D at MT720 is expected to be the only one. |
Field42A |
getField42A()
Iterates through block4 fields and return the first one whose name matches 42A,
or
null if none is found.The first occurrence of field 42A at MT720 is expected to be the only one. |
Field42C |
getField42C()
Iterates through block4 fields and return the first one whose name matches 42C,
or
null if none is found.The first occurrence of field 42C at MT720 is expected to be the only one. |
Field42D |
getField42D()
Iterates through block4 fields and return the first one whose name matches 42D,
or
null if none is found.The first occurrence of field 42D at MT720 is expected to be the only one. |
Field42M |
getField42M()
Iterates through block4 fields and return the first one whose name matches 42M,
or
null if none is found.The first occurrence of field 42M at MT720 is expected to be the only one. |
Field42P |
getField42P()
Iterates through block4 fields and return the first one whose name matches 42P,
or
null if none is found.The first occurrence of field 42P at MT720 is expected to be the only one. |
Field43P |
getField43P()
Iterates through block4 fields and return the first one whose name matches 43P,
or
null if none is found.The first occurrence of field 43P at MT720 is expected to be the only one. |
Field43T |
getField43T()
Iterates through block4 fields and return the first one whose name matches 43T,
or
null if none is found.The first occurrence of field 43T at MT720 is expected to be the only one. |
Field44A |
getField44A()
Iterates through block4 fields and return the first one whose name matches 44A,
or
null if none is found.The first occurrence of field 44A at MT720 is expected to be the only one. |
Field44B |
getField44B()
Iterates through block4 fields and return the first one whose name matches 44B,
or
null if none is found.The first occurrence of field 44B at MT720 is expected to be the only one. |
Field44C |
getField44C()
Iterates through block4 fields and return the first one whose name matches 44C,
or
null if none is found.The first occurrence of field 44C at MT720 is expected to be the only one. |
Field44D |
getField44D()
Iterates through block4 fields and return the first one whose name matches 44D,
or
null if none is found.The first occurrence of field 44D at MT720 is expected to be the only one. |
Field44E |
getField44E()
Iterates through block4 fields and return the first one whose name matches 44E,
or
null if none is found.The first occurrence of field 44E at MT720 is expected to be the only one. |
Field44F |
getField44F()
Iterates through block4 fields and return the first one whose name matches 44F,
or
null if none is found.The first occurrence of field 44F at MT720 is expected to be the only one. |
Field45A |
getField45A()
Iterates through block4 fields and return the first one whose name matches 45A,
or
null if none is found.The first occurrence of field 45A at MT720 is expected to be the only one. |
Field46A |
getField46A()
Iterates through block4 fields and return the first one whose name matches 46A,
or
null if none is found.The first occurrence of field 46A at MT720 is expected to be the only one. |
Field47A |
getField47A()
Iterates through block4 fields and return the first one whose name matches 47A,
or
null if none is found.The first occurrence of field 47A at MT720 is expected to be the only one. |
Field48 |
getField48()
Iterates through block4 fields and return the first one whose name matches 48,
or
null if none is found.The first occurrence of field 48 at MT720 is expected to be the only one. |
Field49 |
getField49()
Iterates through block4 fields and return the first one whose name matches 49,
or
null if none is found.The first occurrence of field 49 at MT720 is expected to be the only one. |
Field50 |
getField50()
Iterates through block4 fields and return the first one whose name matches 50,
or
null if none is found.The first occurrence of field 50 at MT720 is expected to be the only one. |
Field50B |
getField50B()
Iterates through block4 fields and return the first one whose name matches 50B,
or
null if none is found.The first occurrence of field 50B at MT720 is expected to be the only one. |
Field52A |
getField52A()
Iterates through block4 fields and return the first one whose name matches 52A,
or
null if none is found.The first occurrence of field 52A at MT720 is expected to be the only one. |
Field52D |
getField52D()
Iterates through block4 fields and return the first one whose name matches 52D,
or
null if none is found.The first occurrence of field 52D at MT720 is expected to be the only one. |
Field57A |
getField57A()
Iterates through block4 fields and return the first one whose name matches 57A,
or
null if none is found.The first occurrence of field 57A at MT720 is expected to be the only one. |
Field57B |
getField57B()
Iterates through block4 fields and return the first one whose name matches 57B,
or
null if none is found.The first occurrence of field 57B at MT720 is expected to be the only one. |
Field57D |
getField57D()
Iterates through block4 fields and return the first one whose name matches 57D,
or
null if none is found.The first occurrence of field 57D at MT720 is expected to be the only one. |
Field59 |
getField59()
Iterates through block4 fields and return the first one whose name matches 59,
or
null if none is found.The first occurrence of field 59 at MT720 is expected to be the only one. |
Field71B |
getField71B()
Iterates through block4 fields and return the first one whose name matches 71B,
or
null if none is found.The first occurrence of field 71B at MT720 is expected to be the only one. |
Field72 |
getField72()
Iterates through block4 fields and return the first one whose name matches 72,
or
null if none is found.The first occurrence of field 72 at MT720 is expected to be the only one. |
Field78 |
getField78()
Iterates through block4 fields and return the first one whose name matches 78,
or
null if none is found.The first occurrence of field 78 at MT720 is expected to be the only one. |
java.lang.String |
getMessageType()
Returns this MT number
|
static MT720 |
parse(java.io.File file)
Creates a new MT720 by parsing a file with the message content in its swift FIN format.
If the file contains multiple messages, only the first one will be parsed. |
static MT720 |
parse(java.io.InputStream stream)
Creates a new MT720 by parsing a input stream with the message content in its swift FIN format, using "UTF-8" as encoding.
If the stream contains multiple messages, only the first one will be parsed. |
static MT720 |
parse(MtSwiftMessage m)
Creates an MT720 initialized with the parameter MtSwiftMessage.
|
static MT720 |
parse(java.lang.String fin)
Creates a new MT720 by parsing a String with the message content in its swift FIN format.
If the fin parameter cannot be parsed, the returned MT720 will have its internal message object initialized (blocks will be created) but empty. If the string contains multiple messages, only the first one will be parsed. |
addField, containsSequence, containsSequenceList, create, create, FIN, getApplicationId, getLogicalTerminal, getMessagePriority, getMtId, getReceiver, getSender, getSequence, getSequence, getSequence, getSequenceList, getSequenceList, getSequenceNumber, getServiceId, getSessionNumber, getSwiftMessage, getSwiftMessageNotNullOrException, getVariant, isIncoming, isInput, isOutgoing, isOutput, isType, json, message, nameFromClass, read, setReceiver, setReceiver, setSender, setSender, setSwiftMessage, tag, tags, toString, write, write, xml
getMessageStandardType, isMT, isMX
public static final int SRU
public static final java.lang.String NAME
MT
@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String ADDING_OUR_CONFIRMATION
@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String CONFIRM
SchemeConstantsC.CONFIRM
,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String EUCPURR_LATEST_VERSION
@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String EUCP_LATEST_VERSION
@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String IRREVOCABLE
@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String IRREVOC_TRANS_STANDBY
@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String ISP_LATEST_VERSION
@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String MAY_ADD
SchemeConstantsM.MAY_ADD
,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String OTHR
SchemeConstantsO.OTHR
,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String REVOCABLE
SchemeConstantsR.REVOCABLE
,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String UCPURR_LATEST_VERSION
@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String UCP_LATEST_VERSION
@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String WITHOUT
SchemeConstantsW.WITHOUT
,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String WITHOUT_OUR_CONFIRMATION
public MT720(SwiftMessage m)
m
- swift message with the MT720 contentpublic MT720(MtSwiftMessage m)
m
- swift message with the MT720 content, the parameter can not be null
MT720(String)
public MT720()
public MT720(java.lang.String sender, java.lang.String receiver)
sender
- the sender address as a bic8, bic11 or full logical terminal consisting of 12 charactersreceiver
- the receiver address as a bic8, bic11 or full logical terminal consisting of 12 characters@Deprecated @ProwideDeprecated(phase3=_2018) public MT720(int messageType, java.lang.String sender, java.lang.String receiver)
new MT720(sender, receiver)
insteadmessageType
parameter is actually ignored.MT720(String, String)
public MT720(java.lang.String fin)
fin
- a string with the MT message in its FIN swift formatpublic MT720(java.io.InputStream stream) throws java.io.IOException
stream
- an input stream in UTF-8 encoding with the MT message in its FIN swift format.java.io.IOException
public MT720(java.io.File file) throws java.io.IOException
file
- a file with the MT message in its FIN swift format.java.io.IOException
public static MT720 parse(MtSwiftMessage m)
m
- swift message with the MT720 contentnull
if the parameter is null
MT720(String)
public static MT720 parse(java.lang.String fin)
fin
- a string with the MT message in its FIN swift format. fin may be null
in which case this method returns nullpublic static MT720 parse(java.io.InputStream stream) throws java.io.IOException
stream
- an input stream in UTF-8 encoding with the MT message in its FIN swift format.java.io.IOException
public static MT720 parse(java.io.File file) throws java.io.IOException
file
- a file with the MT message in its FIN swift format.java.io.IOException
public java.lang.String getMessageType()
getMessageType
in class AbstractMT
public MT720 append(SwiftTagListBlock block)
append
in class AbstractMT
block
- to appendpublic MT720 append(Tag... tags)
append
in class AbstractMT
tags
- to appendpublic MT720 append(Field... fields)
append
in class AbstractMT
fields
- to appendpublic Field27 getField27()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field40B getField40B()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field20 getField20()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field21 getField21()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field31C getField31C()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field40E getField40E()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field31D getField31D()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field52A getField52A()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field52D getField52D()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field50B getField50B()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field50 getField50()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field59 getField59()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field32B getField32B()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field39A getField39A()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field39B getField39B()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field39C getField39C()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field41A getField41A()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field41D getField41D()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field42C getField42C()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field42A getField42A()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field42D getField42D()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field42M getField42M()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field42P getField42P()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field43P getField43P()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field43T getField43T()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field44A getField44A()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field44E getField44E()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field44F getField44F()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field44B getField44B()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field44C getField44C()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field44D getField44D()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field45A getField45A()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field46A getField46A()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field47A getField47A()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field71B getField71B()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field48 getField48()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field49 getField49()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field78 getField78()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field57A getField57A()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field57B getField57B()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field57D getField57D()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field72 getField72()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)