示例#1
0
 /// <summary>
 /// Set the component1 from a LogicalTerminalAddress object. </summary>
 /// <param name="component1"> the LogicalTerminalAddress with the component1 content to set </param>
 public virtual Field257 setComponent1(com.prowidesoftware.swift.model.LogicalTerminalAddress component1)
 {
     setComponent(1, SwiftFormatUtils.getLTAddress(component1));
     return(this);
 }