LrISOMsg
Returns an LrISOMsg, according to the constructor used.
public LrISOMsg(<argument>)
Constructors
There are several options for the LrISOMsg constructors:
LrISOMsg() | Creates an LrISOMsg |
LrISOMsg(ISOMsg msg) | Creates a new LrISOMsg with the contents of the ISOMsg |
LrISOMsg(LrISOField fieldNumber) | Creates a nested LrISOMsg |
LrISOMsg(int fieldNumber) | Creates a nested LrISOMsg |
LrISOMsg(String mti) | Creates an LrISOMsg with given mti |
Return values
This function returns an LrISOMsg.
Example
LrISOMsg m = new LrISOMsg();