Exemplo n.º 1
0
 /// <summary>
 /// Set the LT Address (component1) from a LogicalTerminalAddress object. </summary>
 /// <seealso cref= #setComponent1(com.prowidesoftware.swift.model.LogicalTerminalAddress) </seealso>
 /// <param name="component1"> LogicalTerminalAddress with the LT Address content to set </param>
 public virtual Field257 setLTAddress(com.prowidesoftware.swift.model.LogicalTerminalAddress component1)
 {
     setComponent1(component1);
     return(this);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Set the component1 from a LogicalTerminalAddress object. </summary>
 /// <param name="component1"> the LogicalTerminalAddress with the component1 content to set </param>
 public virtual Field264 setComponent1(com.prowidesoftware.swift.model.LogicalTerminalAddress component1)
 {
     setComponent(1, SwiftFormatUtils.getLTAddress(component1));
     return(this);
 }