37266. EPMO Open Source Coordination Office Redaction File Detail Report

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

37266.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 GetDeliveryPreferenceResponse.java Wed Jan 16 16:06:30 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 GetDeliveryPreferenceResponse.java Wed Jan 16 21:04:35 2019 UTC

37266.2 Comparison summary

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

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

37266.4 Active regular expressions

No regular expressions were active.

37266.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.XmlSche maType;
  7   import jav ax.xml.bin d.annotati on.XmlType ;
  8   import jav ax.xml.dat atype.XMLG regorianCa lendar;
  9  
  10  
  11   /**
  12    * <p>Java  class for  getDelive ryPreferen ceResponse  complex t ype.
  13    * 
  14    * <p>The  following  schema fra gment spec ifies the  expected c ontent con tained wit hin this c lass.
  15    * 
  16    * <pre>
  17    * &lt;com plexType n ame="getDe liveryPref erenceResp onse">
  18    *   &lt;c omplexCont ent>
  19    *     &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType ">
  20    *       & lt;all>
  21    *           &lt;elemen t name="de liveryPref erence" ty pe="{http: // DNS . URL          /schemas}d eliveryPre ferences"  minOccurs= "0"/>
  22    *          &lt;eleme nt name="i nvocationD ate" type= "{http://w ww.w3.org/ 2001/XMLSc hema}dateT ime" minOc curs="0"/>
  23    *          &lt;eleme nt name="e esVersion"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
  24    *          &lt;eleme nt name="s tatus" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  25    *          &lt;eleme nt name="m essage" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  26    *       & lt;/all>
  27    *     &lt ;/restrict ion>
  28    *   &lt;/ complexCon tent>
  29    * &lt;/co mplexType>
  30    * </pre>
  31    * 
  32    * 
  33    */
  34   @XmlAccess orType(Xml AccessType .FIELD)
  35   @XmlType(n ame = "get DeliveryPr eferenceRe sponse", p ropOrder =  {
  36  
  37   })
  38   public cla ss GetDeli veryPrefer enceRespon se {
  39  
  40       protec ted Delive ryPreferen ces delive ryPreferen ce;
  41       @XmlSc hemaType(n ame = "dat eTime")
  42       protec ted XMLGre gorianCale ndar invoc ationDate;
  43       protec ted String  eesVersio n;
  44       protec ted String  status;
  45       protec ted String  message;
  46  
  47       /**
  48        * Get s the valu e of the d eliveryPre ference pr operty.
  49        * 
  50        * @re turn
  51        *      possible  object is
  52        *      {@link De liveryPref erences }
  53        *      
  54        */
  55       public  DeliveryP references  getDelive ryPreferen ce() {
  56           re turn deliv eryPrefere nce;
  57       }
  58  
  59       /**
  60        * Set s the valu e of the d eliveryPre ference pr operty.
  61        * 
  62        * @pa ram value
  63        *      allowed o bject is
  64        *      {@link De liveryPref erences }
  65        *      
  66        */
  67       public  void setD eliveryPre ference(De liveryPref erences va lue) {
  68           th is.deliver yPreferenc e = value;
  69       }
  70  
  71       /**
  72        * Get s the valu e of the i nvocationD ate proper ty.
  73        * 
  74        * @re turn
  75        *      possible  object is
  76        *      {@link XM LGregorian Calendar }
  77        *      
  78        */
  79       public  XMLGregor ianCalenda r getInvoc ationDate( ) {
  80           re turn invoc ationDate;
  81       }
  82  
  83       /**
  84        * Set s the valu e of the i nvocationD ate proper ty.
  85        * 
  86        * @pa ram value
  87        *      allowed o bject is
  88        *      {@link XM LGregorian Calendar }
  89        *      
  90        */
  91       public  void setI nvocationD ate(XMLGre gorianCale ndar value ) {
  92           th is.invocat ionDate =  value;
  93       }
  94  
  95       /**
  96        * Get s the valu e of the e esVersion  property.
  97        * 
  98        * @re turn
  99        *      possible  object is
  100        *      {@link St ring }
  101        *      
  102        */
  103       public  String ge tEesVersio n() {
  104           re turn eesVe rsion;
  105       }
  106  
  107       /**
  108        * Set s the valu e of the e esVersion  property.
  109        * 
  110        * @pa ram value
  111        *      allowed o bject is
  112        *      {@link St ring }
  113        *      
  114        */
  115       public  void setE esVersion( String val ue) {
  116           th is.eesVers ion = valu e;
  117       }
  118  
  119       /**
  120        * Get s the valu e of the s tatus prop erty.
  121        * 
  122        * @re turn
  123        *      possible  object is
  124        *      {@link St ring }
  125        *      
  126        */
  127       public  String ge tStatus()  {
  128           re turn statu s;
  129       }
  130  
  131       /**
  132        * Set s the valu e of the s tatus prop erty.
  133        * 
  134        * @pa ram value
  135        *      allowed o bject is
  136        *      {@link St ring }
  137        *      
  138        */
  139       public  void setS tatus(Stri ng value)  {
  140           th is.status  = value;
  141       }
  142  
  143       /**
  144        * Get s the valu e of the m essage pro perty.
  145        * 
  146        * @re turn
  147        *      possible  object is
  148        *      {@link St ring }
  149        *      
  150        */
  151       public  String ge tMessage()  {
  152           re turn messa ge;
  153       }
  154  
  155       /**
  156        * Set s the valu e of the m essage pro perty.
  157        * 
  158        * @pa ram value
  159        *      allowed o bject is
  160        *      {@link St ring }
  161        *      
  162        */
  163       public  void setM essage(Str ing value)  {
  164           th is.message  = value;
  165       }
  166  
  167   }