540. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 10/3/2017 11:15:36 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.

540.1 Files compared

# Location File Last Modified
1 ehmp.zip\ehmp\ehmp\product\production\soap-handler\src\main\java\gov\va\med\jmeadows_2_3_1\webservice NarrativeV4.java Tue Dec 15 14:05:18 2015 UTC
2 ehmp.zip\ehmp\ehmp\product\production\soap-handler\src\main\java\gov\va\med\jmeadows_2_3_1\webservice NarrativeV4.java Mon Oct 2 19:53:38 2017 UTC

540.2 Comparison summary

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

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

540.4 Active regular expressions

No regular expressions were active.

540.5 Comparison detail

  1  
  2   package go v.va.med.j meadows_2_ 3_1.webser vice;
  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  narrative V4 complex  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="narra tiveV4">
  16    *   &lt;c omplexCont ent>
  17    *     &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType ">
  18    *       & lt;sequenc e>
  19    *          &lt;eleme nt name="n arrativeAs signingAut horityIden tifier" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  20    *          &lt;eleme nt name="n arrativeHo meCommunit yIdentifie r" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/>
  21    *          &lt;eleme nt name="n arrativeId entifier"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
  22    *          &lt;eleme nt name="n arrativeTe xt" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  23    *       & lt;/sequen ce>
  24    *     &lt ;/restrict ion>
  25    *   &lt;/ complexCon tent>
  26    * &lt;/co mplexType>
  27    * </pre>
  28    * 
  29    * 
  30    */
  31   @XmlAccess orType(Xml AccessType .FIELD)
  32   @XmlType(n ame = "nar rativeV4",  namespace  = "http:/ /webservic e.bhie. URL         /", propOr der = {
  33       "narra tiveAssign ingAuthori tyIdentifi er",
  34       "narra tiveHomeCo mmunityIde ntifier",
  35       "narra tiveIdenti fier",
  36       "narra tiveText"
  37   })
  38   public cla ss Narrati veV4 {
  39  
  40       protec ted String  narrative AssigningA uthorityId entifier;
  41       protec ted String  narrative HomeCommun ityIdentif ier;
  42       protec ted String  narrative Identifier ;
  43       protec ted String  narrative Text;
  44  
  45       /**
  46        * Get s the valu e of the n arrativeAs signingAut horityIden tifier pro perty.
  47        * 
  48        * @re turn
  49        *      possible  object is
  50        *      {@link St ring }
  51        *      
  52        */
  53       public  String ge tNarrative AssigningA uthorityId entifier()  {
  54           re turn narra tiveAssign ingAuthori tyIdentifi er;
  55       }
  56  
  57       /**
  58        * Set s the valu e of the n arrativeAs signingAut horityIden tifier pro perty.
  59        * 
  60        * @pa ram value
  61        *      allowed o bject is
  62        *      {@link St ring }
  63        *      
  64        */
  65       public  void setN arrativeAs signingAut horityIden tifier(Str ing value)  {
  66           th is.narrati veAssignin gAuthority Identifier  = value;
  67       }
  68  
  69       /**
  70        * Get s the valu e of the n arrativeHo meCommunit yIdentifie r property .
  71        * 
  72        * @re turn
  73        *      possible  object is
  74        *      {@link St ring }
  75        *      
  76        */
  77       public  String ge tNarrative HomeCommun ityIdentif ier() {
  78           re turn narra tiveHomeCo mmunityIde ntifier;
  79       }
  80  
  81       /**
  82        * Set s the valu e of the n arrativeHo meCommunit yIdentifie r property .
  83        * 
  84        * @pa ram value
  85        *      allowed o bject is
  86        *      {@link St ring }
  87        *      
  88        */
  89       public  void setN arrativeHo meCommunit yIdentifie r(String v alue) {
  90           th is.narrati veHomeComm unityIdent ifier = va lue;
  91       }
  92  
  93       /**
  94        * Get s the valu e of the n arrativeId entifier p roperty.
  95        * 
  96        * @re turn
  97        *      possible  object is
  98        *      {@link St ring }
  99        *      
  100        */
  101       public  String ge tNarrative Identifier () {
  102           re turn narra tiveIdenti fier;
  103       }
  104  
  105       /**
  106        * Set s the valu e of the n arrativeId entifier p roperty.
  107        * 
  108        * @pa ram value
  109        *      allowed o bject is
  110        *      {@link St ring }
  111        *      
  112        */
  113       public  void setN arrativeId entifier(S tring valu e) {
  114           th is.narrati veIdentifi er = value ;
  115       }
  116  
  117       /**
  118        * Get s the valu e of the n arrativeTe xt propert y.
  119        * 
  120        * @re turn
  121        *      possible  object is
  122        *      {@link St ring }
  123        *      
  124        */
  125       public  String ge tNarrative Text() {
  126           re turn narra tiveText;
  127       }
  128  
  129       /**
  130        * Set s the valu e of the n arrativeTe xt propert y.
  131        * 
  132        * @pa ram value
  133        *      allowed o bject is
  134        *      {@link St ring }
  135        *      
  136        */
  137       public  void setN arrativeTe xt(String  value) {
  138           th is.narrati veText = v alue;
  139       }
  140  
  141   }