/// <summary> /// Set the component2 from a MIR object. </summary> /// <param name="component2"> the MIR with the component2 content to set </param> public virtual Field252 setComponent2(com.prowidesoftware.swift.model.MIR component2) { setComponent(2, SwiftFormatUtils.getMIR(component2)); return(this); }
/// <summary> /// Set the End MIR (component2) from a MIR object. </summary> /// <seealso cref= #setComponent2(com.prowidesoftware.swift.model.MIR) </seealso> /// <param name="component2"> MIR with the End MIR content to set </param> public virtual Field252 setEndMIR(com.prowidesoftware.swift.model.MIR component2) { setComponent2(component2); return(this); }
/// <summary> /// Set the Start MIR (component1) from a MIR object. </summary> /// <seealso cref= #setComponent1(com.prowidesoftware.swift.model.MIR) </seealso> /// <param name="component1"> MIR with the Start MIR content to set </param> public virtual Field252 setStartMIR(com.prowidesoftware.swift.model.MIR component1) { setComponent1(component1); return(this); }