Ejemplo n.º 1
0
 /// <summary>
 /// Set the component3 from a Boolean object. </summary>
 /// <param name="component3"> the Boolean with the component3 content to set </param>
 public virtual Field281 setComponent3(bool?component3)
 {
     setComponent(3, SwiftFormatUtils.getBoolean(component3));
     return(this);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Set the component1 from a Boolean object. </summary>
 /// <param name="component1"> the Boolean with the component1 content to set </param>
 public virtual Field116 setComponent1(bool?component1)
 {
     setComponent(1, SwiftFormatUtils.getBoolean(component1));
     return(this);
 }