372. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 5/10/2018 8:39:54 AM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

372.1 Files compared

# Location File Last Modified
1 MHED_APPS_CIF.zip\SM v2.2.5\scheduling-manager-resources-2.2.5@e7f57981138.zip\SchedulingManagerMDWSLib\src\main\java\com\agilex\healthcare\schedulingmanager\mdws\generatedwsdl\queryservice RunRpc.java Sat Apr 7 11:28:50 2018 UTC
2 MHED_APPS_CIF.zip\SM v2.2.5\scheduling-manager-resources-2.2.5@e7f57981138.zip\SchedulingManagerMDWSLib\src\main\java\com\agilex\healthcare\schedulingmanager\mdws\generatedwsdl\queryservice RunRpc.java Thu May 3 12:56:41 2018 UTC

372.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 280
Changed 1 6
Inserted 0 0
Removed 0 0

372.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

372.4 Active regular expressions

No regular expressions were active.

372.5 Comparison detail

  1  
  2   package co m.agilex.h ealthcare. scheduling manager.md ws.generat edwsdl.que ryservice;
  3  
  4   import jav ax.xml.bin d.annotati on.XmlAcce ssType;
  5   import jav ax.xml.bin d.annotati on.XmlAcce ssorType;
  6   import jav ax.xml.bin d.annotati on.XmlRoot Element;
  7   import jav ax.xml.bin d.annotati on.XmlType ;
  8  
  9  
  10   /**
  11    * <p>Java  class for  anonymous  complex t ype.
  12    * 
  13    * <p>The  following  schema fra gment spec ifies the  expected c ontent con tained wit hin this c lass.
  14    * 
  15    * <pre>
  16    * &lt;com plexType>
  17    *   &lt;c omplexCont ent>
  18    *     &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType ">
  19    *       & lt;sequenc e>
  20    *          &lt;eleme nt name="r pcName" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  21    *           &lt;elemen t name="pa ramValues"  type="{ht tp:// DNS          /QuerySvc} ArrayOfStr ing" minOc curs="0"/>
  22    *           &lt;elemen t name="pa ramTypes"  type="{htt p:// DNS          /QuerySvc} ArrayOfInt " minOccur s="0"/>
  23    *           &lt;elemen t name="pa ramEncrypt ed" type=" {http:// DNS          /QuerySvc} ArrayOfBoo lean" minO ccurs="0"/ >
  24    *       & lt;/sequen ce>
  25    *     &lt ;/restrict ion>
  26    *   &lt;/ complexCon tent>
  27    * &lt;/co mplexType>
  28    * </pre>
  29    * 
  30    * 
  31    */
  32   @XmlAccess orType(Xml AccessType .FIELD)
  33   @XmlType(n ame = "",  propOrder  = {
  34       "rpcNa me",
  35       "param Values",
  36       "param Types",
  37       "param Encrypted"
  38   })
  39   @XmlRootEl ement(name  = "runRpc ")
  40   public cla ss RunRpc  {
  41  
  42       protec ted String  rpcName;
  43       protec ted ArrayO fString pa ramValues;
  44       protec ted ArrayO fInt param Types;
  45       protec ted ArrayO fBoolean p aramEncryp ted;
  46  
  47       /**
  48        * Get s the valu e of the r pcName pro perty.
  49        * 
  50        * @re turn
  51        *      possible  object is
  52        *      {@link St ring }
  53        *      
  54        */
  55       public  String ge tRpcName()  {
  56           re turn rpcNa me;
  57       }
  58  
  59       /**
  60        * Set s the valu e of the r pcName pro perty.
  61        * 
  62        * @pa ram value
  63        *      allowed o bject is
  64        *      {@link St ring }
  65        *      
  66        */
  67       public  void setR pcName(Str ing value)  {
  68           th is.rpcName  = value;
  69       }
  70  
  71       /**
  72        * Get s the valu e of the p aramValues  property.
  73        * 
  74        * @re turn
  75        *      possible  object is
  76        *      {@link Ar rayOfStrin g }
  77        *      
  78        */
  79       public  ArrayOfSt ring getPa ramValues( ) {
  80           re turn param Values;
  81       }
  82  
  83       /**
  84        * Set s the valu e of the p aramValues  property.
  85        * 
  86        * @pa ram value
  87        *      allowed o bject is
  88        *      {@link Ar rayOfStrin g }
  89        *      
  90        */
  91       public  void setP aramValues (ArrayOfSt ring value ) {
  92           th is.paramVa lues = val ue;
  93       }
  94  
  95       /**
  96        * Get s the valu e of the p aramTypes  property.
  97        * 
  98        * @re turn
  99        *      possible  object is
  100        *      {@link Ar rayOfInt }
  101        *      
  102        */
  103       public  ArrayOfIn t getParam Types() {
  104           re turn param Types;
  105       }
  106  
  107       /**
  108        * Set s the valu e of the p aramTypes  property.
  109        * 
  110        * @pa ram value
  111        *      allowed o bject is
  112        *      {@link Ar rayOfInt }
  113        *      
  114        */
  115       public  void setP aramTypes( ArrayOfInt  value) {
  116           th is.paramTy pes = valu e;
  117       }
  118  
  119       /**
  120        * Get s the valu e of the p aramEncryp ted proper ty.
  121        * 
  122        * @re turn
  123        *      possible  object is
  124        *      {@link Ar rayOfBoole an }
  125        *      
  126        */
  127       public  ArrayOfBo olean getP aramEncryp ted() {
  128           re turn param Encrypted;
  129       }
  130  
  131       /**
  132        * Set s the valu e of the p aramEncryp ted proper ty.
  133        * 
  134        * @pa ram value
  135        *      allowed o bject is
  136        *      {@link Ar rayOfBoole an }
  137        *      
  138        */
  139       public  void setP aramEncryp ted(ArrayO fBoolean v alue) {
  140           th is.paramEn crypted =  value;
  141       }
  142  
  143   }