389. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 5/10/2018 8:39:55 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.

389.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 VistaFieldTO.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 VistaFieldTO.java Thu May 3 12:56:52 2018 UTC

389.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 3 558
Changed 2 4
Inserted 0 0
Removed 0 0

389.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

389.4 Active regular expressions

No regular expressions were active.

389.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.XmlType ;
  7  
  8  
  9   /**
  10    * <p>Java  class for  VistaFiel dTO comple x type.
  11    * 
  12    * <p>The  following  schema fra gment spec ifies the  expected c ontent con tained wit hin this c lass.
  13    * 
  14    * <pre>
  15    * &lt;com plexType n ame="Vista FieldTO">
  16    *   &lt;c omplexCont ent>
  17    *       &lt;extens ion base=" {http:// DNS          /QuerySvc} AbstractTO ">
  18    *       & lt;sequenc e>
  19    *          &lt;eleme nt name="i sMultiple"  type="{ht tp://www.w 3.org/2001 /XMLSchema }boolean"/ >
  20    *          &lt;eleme nt name="i sPointer"  type="{htt p://www.w3 .org/2001/ XMLSchema} boolean"/>
  21    *          &lt;eleme nt name="i sWordProc"  type="{ht tp://www.w 3.org/2001 /XMLSchema }boolean"/ >
  22    *          &lt;eleme nt name="n ame" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  23    *          &lt;eleme nt name="n odePiece"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
  24    *          &lt;eleme nt name="n umber" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  25    *           &lt;elemen t name="po intsTo" ty pe="{http: // DNS          /QuerySvc} VistaFileT O" minOccu rs="0"/>
  26    *          &lt;eleme nt name="t ransform"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
  27    *          &lt;eleme nt name="t ype" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  28    *          &lt;eleme nt name="v alue" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
  29    *       & lt;/sequen ce>
  30    *     &lt ;/extensio n>
  31    *   &lt;/ complexCon tent>
  32    * &lt;/co mplexType>
  33    * </pre>
  34    * 
  35    * 
  36    */
  37   @XmlAccess orType(Xml AccessType .FIELD)
  38   @XmlType(n ame = "Vis taFieldTO" , propOrde r = {
  39       "isMul tiple",
  40       "isPoi nter",
  41       "isWor dProc",
  42       "name" ,
  43       "nodeP iece",
  44       "numbe r",
  45       "point sTo",
  46       "trans form",
  47       "type" ,
  48       "value "
  49   })
  50   public cla ss VistaFi eldTO
  51       extend s Abstract TO
  52   {
  53  
  54       protec ted boolea n isMultip le;
  55       protec ted boolea n isPointe r;
  56       protec ted boolea n isWordPr oc;
  57       protec ted String  name;
  58       protec ted String  nodePiece ;
  59       protec ted String  number;
  60       protec ted VistaF ileTO poin tsTo;
  61       protec ted String  transform ;
  62       protec ted String  type;
  63       protec ted String  value;
  64  
  65       /**
  66        * Get s the valu e of the i sMultiple  property.
  67        * 
  68        */
  69       public  boolean i sIsMultipl e() {
  70           re turn isMul tiple;
  71       }
  72  
  73       /**
  74        * Set s the valu e of the i sMultiple  property.
  75        * 
  76        */
  77       public  void setI sMultiple( boolean va lue) {
  78           th is.isMulti ple = valu e;
  79       }
  80  
  81       /**
  82        * Get s the valu e of the i sPointer p roperty.
  83        * 
  84        */
  85       public  boolean i sIsPointer () {
  86           re turn isPoi nter;
  87       }
  88  
  89       /**
  90        * Set s the valu e of the i sPointer p roperty.
  91        * 
  92        */
  93       public  void setI sPointer(b oolean val ue) {
  94           th is.isPoint er = value ;
  95       }
  96  
  97       /**
  98        * Get s the valu e of the i sWordProc  property.
  99        * 
  100        */
  101       public  boolean i sIsWordPro c() {
  102           re turn isWor dProc;
  103       }
  104  
  105       /**
  106        * Set s the valu e of the i sWordProc  property.
  107        * 
  108        */
  109       public  void setI sWordProc( boolean va lue) {
  110           th is.isWordP roc = valu e;
  111       }
  112  
  113       /**
  114        * Get s the valu e of the n ame proper ty.
  115        * 
  116        * @re turn
  117        *      possible  object is
  118        *      {@link St ring }
  119        *      
  120        */
  121       public  String ge tName() {
  122           re turn name;
  123       }
  124  
  125       /**
  126        * Set s the valu e of the n ame proper ty.
  127        * 
  128        * @pa ram value
  129        *      allowed o bject is
  130        *      {@link St ring }
  131        *      
  132        */
  133       public  void setN ame(String  value) {
  134           th is.name =  value;
  135       }
  136  
  137       /**
  138        * Get s the valu e of the n odePiece p roperty.
  139        * 
  140        * @re turn
  141        *      possible  object is
  142        *      {@link St ring }
  143        *      
  144        */
  145       public  String ge tNodePiece () {
  146           re turn nodeP iece;
  147       }
  148  
  149       /**
  150        * Set s the valu e of the n odePiece p roperty.
  151        * 
  152        * @pa ram value
  153        *      allowed o bject is
  154        *      {@link St ring }
  155        *      
  156        */
  157       public  void setN odePiece(S tring valu e) {
  158           th is.nodePie ce = value ;
  159       }
  160  
  161       /**
  162        * Get s the valu e of the n umber prop erty.
  163        * 
  164        * @re turn
  165        *      possible  object is
  166        *      {@link St ring }
  167        *      
  168        */
  169       public  String ge tNumber()  {
  170           re turn numbe r;
  171       }
  172  
  173       /**
  174        * Set s the valu e of the n umber prop erty.
  175        * 
  176        * @pa ram value
  177        *      allowed o bject is
  178        *      {@link St ring }
  179        *      
  180        */
  181       public  void setN umber(Stri ng value)  {
  182           th is.number  = value;
  183       }
  184  
  185       /**
  186        * Get s the valu e of the p ointsTo pr operty.
  187        * 
  188        * @re turn
  189        *      possible  object is
  190        *      {@link Vi staFileTO  }
  191        *      
  192        */
  193       public  VistaFile TO getPoin tsTo() {
  194           re turn point sTo;
  195       }
  196  
  197       /**
  198        * Set s the valu e of the p ointsTo pr operty.
  199        * 
  200        * @pa ram value
  201        *      allowed o bject is
  202        *      {@link Vi staFileTO  }
  203        *      
  204        */
  205       public  void setP ointsTo(Vi staFileTO  value) {
  206           th is.pointsT o = value;
  207       }
  208  
  209       /**
  210        * Get s the valu e of the t ransform p roperty.
  211        * 
  212        * @re turn
  213        *      possible  object is
  214        *      {@link St ring }
  215        *      
  216        */
  217       public  String ge tTransform () {
  218           re turn trans form;
  219       }
  220  
  221       /**
  222        * Set s the valu e of the t ransform p roperty.
  223        * 
  224        * @pa ram value
  225        *      allowed o bject is
  226        *      {@link St ring }
  227        *      
  228        */
  229       public  void setT ransform(S tring valu e) {
  230           th is.transfo rm = value ;
  231       }
  232  
  233       /**
  234        * Get s the valu e of the t ype proper ty.
  235        * 
  236        * @re turn
  237        *      possible  object is
  238        *      {@link St ring }
  239        *      
  240        */
  241       public  String ge tType() {
  242           re turn type;
  243       }
  244  
  245       /**
  246        * Set s the valu e of the t ype proper ty.
  247        * 
  248        * @pa ram value
  249        *      allowed o bject is
  250        *      {@link St ring }
  251        *      
  252        */
  253       public  void setT ype(String  value) {
  254           th is.type =  value;
  255       }
  256  
  257       /**
  258        * Get s the valu e of the v alue prope rty.
  259        * 
  260        * @re turn
  261        *      possible  object is
  262        *      {@link St ring }
  263        *      
  264        */
  265       public  String ge tValue() {
  266           re turn value ;
  267       }
  268  
  269       /**
  270        * Set s the valu e of the v alue prope rty.
  271        * 
  272        * @pa ram value
  273        *      allowed o bject is
  274        *      {@link St ring }
  275        *      
  276        */
  277       public  void setV alue(Strin g value) {
  278           th is.value =  value;
  279       }
  280  
  281   }