37247. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 1/17/2019 10:54:19 AM Central Standard 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.

37247.1 Files compared

# Location File Last Modified
1 v1_iter_1_VIP_Build_4_Dec_2018_CG.zip\v1_iter_1_VIP_Build_4\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\ee DeliveryPreferenceInfo.java Wed Jan 16 16:06:28 2019 UTC
2 v1_iter_1_VIP_Build_4_Dec_2018_CG.zip\v1_iter_1_VIP_Build_4\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\ee DeliveryPreferenceInfo.java Wed Jan 16 21:04:35 2019 UTC

37247.2 Comparison summary

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

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

37247.4 Active regular expressions

No regular expressions were active.

37247.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.XmlType ;
  7  
  8  
  9   /**
  10    * <p>Java  class for  deliveryP referenceI nfo 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="deliv eryPrefere nceInfo">
  16    *   &lt;c omplexCont ent>
  17    *     &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType ">
  18    *       & lt;all>
  19    *          &lt;eleme nt name="d eliveryPre ference" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  20    *          &lt;eleme nt name="e mailAddres s" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/>
  21    *           &lt;elemen t name="em ailType" t ype="{http :// DNS . URL          /schemas}E mailType"  minOccurs= "0"/>
  22    *          &lt;eleme nt name="e ditableFla g" type="{ http://www .w3.org/20 01/XMLSche ma}boolean " minOccur s="0"/>
  23    *       & lt;/all>
  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 = "del iveryPrefe renceInfo" , propOrde r = {
  33  
  34   })
  35   public cla ss Deliver yPreferenc eInfo {
  36  
  37       protec ted String  deliveryP reference;
  38       protec ted String  emailAddr ess;
  39       protec ted EmailT ype emailT ype;
  40       protec ted Boolea n editable Flag;
  41  
  42       /**
  43        * Get s the valu e of the d eliveryPre ference pr operty.
  44        * 
  45        * @re turn
  46        *      possible  object is
  47        *      {@link St ring }
  48        *      
  49        */
  50       public  String ge tDeliveryP reference( ) {
  51           re turn deliv eryPrefere nce;
  52       }
  53  
  54       /**
  55        * Set s the valu e of the d eliveryPre ference pr operty.
  56        * 
  57        * @pa ram value
  58        *      allowed o bject is
  59        *      {@link St ring }
  60        *      
  61        */
  62       public  void setD eliveryPre ference(St ring value ) {
  63           th is.deliver yPreferenc e = value;
  64       }
  65  
  66       /**
  67        * Get s the valu e of the e mailAddres s property .
  68        * 
  69        * @re turn
  70        *      possible  object is
  71        *      {@link St ring }
  72        *      
  73        */
  74       public  String ge tEmailAddr ess() {
  75           re turn email Address;
  76       }
  77  
  78       /**
  79        * Set s the valu e of the e mailAddres s property .
  80        * 
  81        * @pa ram value
  82        *      allowed o bject is
  83        *      {@link St ring }
  84        *      
  85        */
  86       public  void setE mailAddres s(String v alue) {
  87           th is.emailAd dress = va lue;
  88       }
  89  
  90       /**
  91        * Get s the valu e of the e mailType p roperty.
  92        * 
  93        * @re turn
  94        *      possible  object is
  95        *      {@link Em ailType }
  96        *      
  97        */
  98       public  EmailType  getEmailT ype() {
  99           re turn email Type;
  100       }
  101  
  102       /**
  103        * Set s the valu e of the e mailType p roperty.
  104        * 
  105        * @pa ram value
  106        *      allowed o bject is
  107        *      {@link Em ailType }
  108        *      
  109        */
  110       public  void setE mailType(E mailType v alue) {
  111           th is.emailTy pe = value ;
  112       }
  113  
  114       /**
  115        * Get s the valu e of the e ditableFla g property .
  116        * 
  117        * @re turn
  118        *      possible  object is
  119        *      {@link Bo olean }
  120        *      
  121        */
  122       public  Boolean i sEditableF lag() {
  123           re turn edita bleFlag;
  124       }
  125  
  126       /**
  127        * Set s the valu e of the e ditableFla g property .
  128        * 
  129        * @pa ram value
  130        *      allowed o bject is
  131        *      {@link Bo olean }
  132        *      
  133        */
  134       public  void setE ditableFla g(Boolean  value) {
  135           th is.editabl eFlag = va lue;
  136       }
  137  
  138   }