37254. EPMO Open Source Coordination Office Redaction File Detail Report

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

37254.1 Files compared

# Location File Last Modified
1 CareT v1_iter1_build_2.zip\core\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\ee GetPersonNotificationRequest.java Mon Apr 9 18:52:50 2018 UTC
2 CareT v1_iter1_build_2.zip\core\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\ee GetPersonNotificationRequest.java Wed Apr 11 18:08:13 2018 UTC

37254.2 Comparison summary

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

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

37254.4 Active regular expressions

No regular expressions were active.

37254.5 Comparison detail

  1  
  2   package go v.va.ee;
  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.XmlElem ent;
  7   import jav ax.xml.bin d.annotati on.XmlType ;
  8  
  9  
  10   /**
  11    * <p>Java  class for  getPerson Notificati onRequest  complex ty pe.
  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 n ame="getPe rsonNotifi cationRequ est">
  17    *   &lt;c omplexCont ent>
  18    *     &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType ">
  19    *       & lt;all>
  20    *           &lt;elemen t name="no tification Type" type ="{http:// DNS . URL         /schemas}N otificatio nType"/>
  21    *           &lt;elemen t name="pr imaryviewN otificatio n" type="{ http:// DNS . URL         /schemas}p rimaryview Notificati onInfo" mi nOccurs="0 "/>
  22    *           &lt;elemen t name="li nkNotifica tion" type ="{http:// DNS . URL         /schemas}l inkNotific ationInfo"  minOccurs ="0"/>
  23    *           &lt;elemen t name="mo veNotifica tion" type ="{http:// DNS . URL         /schemas}m oveNotific ationInfo"  minOccurs ="0"/>
  24    *       & lt;/all>
  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 = "get PersonNoti ficationRe quest", pr opOrder =  {
  34  
  35   })
  36   public cla ss GetPers onNotifica tionReques t {
  37  
  38       @XmlEl ement(requ ired = tru e)
  39       protec ted Notifi cationType  notificat ionType;
  40       protec ted Primar yviewNotif icationInf o primaryv iewNotific ation;
  41       protec ted LinkNo tification Info linkN otificatio n;
  42       protec ted MoveNo tification Info moveN otificatio n;
  43  
  44       /**
  45        * Get s the valu e of the n otificatio nType prop erty.
  46        * 
  47        * @re turn
  48        *      possible  object is
  49        *      {@link No tification Type }
  50        *      
  51        */
  52       public  Notificat ionType ge tNotificat ionType()  {
  53           re turn notif icationTyp e;
  54       }
  55  
  56       /**
  57        * Set s the valu e of the n otificatio nType prop erty.
  58        * 
  59        * @pa ram value
  60        *      allowed o bject is
  61        *      {@link No tification Type }
  62        *      
  63        */
  64       public  void setN otificatio nType(Noti ficationTy pe value)  {
  65           th is.notific ationType  = value;
  66       }
  67  
  68       /**
  69        * Get s the valu e of the p rimaryview Notificati on propert y.
  70        * 
  71        * @re turn
  72        *      possible  object is
  73        *      {@link Pr imaryviewN otificatio nInfo }
  74        *      
  75        */
  76       public  Primaryvi ewNotifica tionInfo g etPrimaryv iewNotific ation() {
  77           re turn prima ryviewNoti fication;
  78       }
  79  
  80       /**
  81        * Set s the valu e of the p rimaryview Notificati on propert y.
  82        * 
  83        * @pa ram value
  84        *      allowed o bject is
  85        *      {@link Pr imaryviewN otificatio nInfo }
  86        *      
  87        */
  88       public  void setP rimaryview Notificati on(Primary viewNotifi cationInfo  value) {
  89           th is.primary viewNotifi cation = v alue;
  90       }
  91  
  92       /**
  93        * Get s the valu e of the l inkNotific ation prop erty.
  94        * 
  95        * @re turn
  96        *      possible  object is
  97        *      {@link Li nkNotifica tionInfo }
  98        *      
  99        */
  100       public  LinkNotif icationInf o getLinkN otificatio n() {
  101           re turn linkN otificatio n;
  102       }
  103  
  104       /**
  105        * Set s the valu e of the l inkNotific ation prop erty.
  106        * 
  107        * @pa ram value
  108        *      allowed o bject is
  109        *      {@link Li nkNotifica tionInfo }
  110        *      
  111        */
  112       public  void setL inkNotific ation(Link Notificati onInfo val ue) {
  113           th is.linkNot ification  = value;
  114       }
  115  
  116       /**
  117        * Get s the valu e of the m oveNotific ation prop erty.
  118        * 
  119        * @re turn
  120        *      possible  object is
  121        *      {@link Mo veNotifica tionInfo }
  122        *      
  123        */
  124       public  MoveNotif icationInf o getMoveN otificatio n() {
  125           re turn moveN otificatio n;
  126       }
  127  
  128       /**
  129        * Set s the valu e of the m oveNotific ation prop erty.
  130        * 
  131        * @pa ram value
  132        *      allowed o bject is
  133        *      {@link Mo veNotifica tionInfo }
  134        *      
  135        */
  136       public  void setM oveNotific ation(Move Notificati onInfo val ue) {
  137           th is.moveNot ification  = value;
  138       }
  139  
  140   }