Caplin FXIntegrationAPI Documentation - Version 8.5.0

Message Builder Example - TOBOEntityFields

package com.caplin.examples.fxapi.generated.motif.fx.tobo.ToboEntityPartsDef; 

import com.caplin.generated.motif.fx.tobo.ToboEntityPartsDef;

public class TOBOEntityFieldsExample {
    public static void main(String[] args) {
                    		
		ToboEntityPartsDef.TOBOEntityFields tOBOEntityFields =
		ToboEntityPartsDef.TOBOEntityFields
			.newBuilder()
			.setEntityDescription("Customer 1")
			.setEntityId("CUSTONE")
			.setIsDefault("")
			.build();
            
    }
}