syntax = "proto3"; import "JobFileSegment.proto"; package Tango.PMR.Exports; option java_package = "com.twine.tango.pmr.exports"; message JobFile { string Name = 1; string Description = 2; bool EnableInterSegment = 3; double InterSegmentLength = 4; string RmlGuid = 5; string WindingMethodGuid = 6; string SpoolTypeGuid = 7; bool EnableLubrication = 8; bool HasEmbroideryFile = 9; bytes EmbroideryFileData = 10; string EmbroideryFileName = 11; bytes EmbroideryJpeg = 12; string ColorSpaceGuid = 13; int32 NumberOfUnits = 14; int32 Type = 15; string Customer = 16; int32 SpoolsDistribution = 17; int32 NumberOfHeads = 18; int32 SampleUnitsOrMeters = 19; double LengthPercentageFactor = 20; repeated JobFileSegment Segments = 21; string ColorCatalogGuid = 22; int32 Version = 23; int32 NumberOfSpools = 24; }