/// <summary>
 /// Set the MOR (component2) from a MOR object. </summary>
 /// <seealso cref= #setComponent2(com.prowidesoftware.swift.model.MOR) </seealso>
 /// <param name="component2"> MOR with the MOR content to set </param>
 public virtual Field281 setMOR(com.prowidesoftware.swift.model.MOR component2)
 {
     setComponent2(component2);
     return(this);
 }
Exemple #2
0
 /// <summary>
 /// Set the component1 from a MOR object. </summary>
 /// <param name="component1"> the MOR with the component1 content to set </param>
 public virtual Field253 setComponent1(com.prowidesoftware.swift.model.MOR component1)
 {
     setComponent(1, SwiftFormatUtils.getMOR(component1));
     return(this);
 }
 /// <summary>
 /// Set the component2 from a MOR object. </summary>
 /// <param name="component2"> the MOR with the component2 content to set </param>
 public virtual Field281 setComponent2(com.prowidesoftware.swift.model.MOR component2)
 {
     setComponent(2, SwiftFormatUtils.getMOR(component2));
     return(this);
 }
 /// <summary>
 /// Set the Start MOR (component1) from a MOR object. </summary>
 /// <seealso cref= #setComponent1(com.prowidesoftware.swift.model.MOR) </seealso>
 /// <param name="component1"> MOR with the Start MOR content to set </param>
 public virtual Field254 setStartMOR(com.prowidesoftware.swift.model.MOR component1)
 {
     setComponent1(component1);
     return(this);
 }