37301. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/12/2018 3:21:08 PM Eastern 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.

37301.1 Files compared

# Location File Last Modified
1 CareT v1_iter1_build_2.zip\core\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\oit\oed\vaww ObjectFactory.java Mon Apr 9 18:52:38 2018 UTC
2 CareT v1_iter1_build_2.zip\core\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\oit\oed\vaww ObjectFactory.java Wed Apr 11 19:11:03 2018 UTC

37301.2 Comparison summary

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

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

37301.4 Active regular expressions

No regular expressions were active.

37301.5 Comparison detail

  1  
  2   package go v.va.oit.o ed.vaww;
  3  
  4   import jav ax.xml.bin d.JAXBElem ent;
  5   import jav ax.xml.bin d.annotati on.XmlElem entDecl;
  6   import jav ax.xml.bin d.annotati on.XmlRegi stry;
  7   import jav ax.xml.nam espace.QNa me;
  8  
  9  
  10   /**
  11    * This ob ject conta ins factor y methods  for each 
  12    * Java co ntent inte rface and  Java eleme nt interfa ce 
  13    * generat ed in the  gov.va.oit .oed.vaww  package. 
  14    * <p>An O bjectFacto ry allows  you to pro grammatica lly 
  15    * constru ct new ins tances of  the Java r epresentat ion 
  16    * for XML  content.  The Java r epresentat ion of XML  
  17    * content  can consi st of sche ma derived  interface
  18    * and cla sses repre senting th e binding  of schema 
  19    * type de finitions,  element d eclaration s and mode
  20    * groups.   Factory  methods fo r each of  these are 
  21    * provide d in this  class.
  22    * 
  23    */
  24   @XmlRegist ry
  25   public cla ss ObjectF actory {
  26  
  27         private fi nal static  QName _PR PAIN201305 UV02Respon se_QNAME =  new QName ("http:// DNS . URL ", "PRPA_I N201305UV0 2Response" );
  28         private fi nal static  QName _PR PAIN201305 UV02_QNAME  = new QNa me("http:/ / DNS . URL ", "PRPA_I N201305UV0 2");
  29  
  30       /**
  31        * Cre ate a new  ObjectFact ory that c an be used  to create  new insta nces of sc hema deriv ed classes  for packa ge: gov.va .oit.oed.v aww
  32        * 
  33        */
  34       public  ObjectFac tory() {
  35       }
  36  
  37       /**
  38        * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Objec t }{@code  >}}
  39        * 
  40        */
  41         @XmlElemen tDecl(name space = "h ttp:// DNS . URL ", name =  "PRPA_IN20 1305UV02Re sponse")
  42       public  JAXBEleme nt<Object>  createPRP AIN201305U V02Respons e(Object v alue) {
  43           re turn new J AXBElement <Object>(_ PRPAIN2013 05UV02Resp onse_QNAME , Object.c lass, null , value);
  44       }
  45  
  46  
  47       /**
  48        * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Objec t }{@code  >}}
  49        * 
  50        */
  51         @XmlElemen tDecl(name space = "h ttp:// DNS . URL ", name =  "PRPA_IN20 1305UV02")
  52       public  JAXBEleme nt<Object>  createPRP AIN201305U V02(Object  value) {
  53           re turn new J AXBElement <Object>(_ PRPAIN2013 05UV02_QNA ME, Object .class, nu ll, value) ;
  54       }
  55  
  56  
  57   }