762. EPMO Open Source Coordination Office Redaction File Detail Report

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

762.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_3_0_2\webservice PdwsQueryBean.java Thu Apr 28 21:02:40 2016 UTC
2 ehmp.zip\ehmp\ehmp\product\production\soap-handler\src\main\java\gov\va\med\jmeadows_2_3_3_0_2\webservice PdwsQueryBean.java Mon Oct 2 19:55:36 2017 UTC

762.2 Comparison summary

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

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

762.4 Active regular expressions

No regular expressions were active.

762.5 Comparison detail

  1  
  2   package go v.va.med.j meadows_2_ 3_3_0_2.we bservice;
  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  pdwsQuery Bean compl ex 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="pdwsQ ueryBean">
  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="a ddress" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  20    *          &lt;eleme nt name="c ity" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  21    *          &lt;eleme nt name="d ob" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  22    *          &lt;eleme nt name="f irstName"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
  23    *          &lt;eleme nt name="g ender" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  24    *          &lt;eleme nt name="i nquiryType " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  25    *          &lt;eleme nt name="l astName" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  26    *          &lt;eleme nt name="m iddleName"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
  27    *          &lt;eleme nt name="p atientId"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
  28    *          &lt;eleme nt name="p atientIdTy pe" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  29    *          &lt;eleme nt name="r equestingA pp" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  30    *          &lt;eleme nt name="s tate" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
  31    *          &lt;eleme nt name="t el" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  32    *           &lt;elemen t name="us er" type=" {http://we bservice.v ds. URL         /}user" mi nOccurs="0 "/>
  33    *          &lt;eleme nt name="z ip" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  34    *       & lt;/sequen ce>
  35    *     &lt ;/restrict ion>
  36    *   &lt;/ complexCon tent>
  37    * &lt;/co mplexType>
  38    * </pre>
  39    * 
  40    * 
  41    */
  42   @XmlAccess orType(Xml AccessType .FIELD)
  43   @XmlType(n ame = "pdw sQueryBean ", propOrd er = {
  44       "addre ss",
  45       "city" ,
  46       "dob",
  47       "first Name",
  48       "gende r",
  49       "inqui ryType",
  50       "lastN ame",
  51       "middl eName",
  52       "patie ntId",
  53       "patie ntIdType",
  54       "reque stingApp",
  55       "state ",
  56       "tel",
  57       "user" ,
  58       "zip"
  59   })
  60   public cla ss PdwsQue ryBean {
  61  
  62       protec ted String  address;
  63       protec ted String  city;
  64       protec ted String  dob;
  65       protec ted String  firstName ;
  66       protec ted String  gender;
  67       protec ted String  inquiryTy pe;
  68       protec ted String  lastName;
  69       protec ted String  middleNam e;
  70       protec ted String  patientId ;
  71       protec ted String  patientId Type;
  72       protec ted String  requestin gApp;
  73       protec ted String  state;
  74       protec ted String  tel;
  75       protec ted User u ser;
  76       protec ted String  zip;
  77  
  78       /**
  79        * Get s the valu e of the a ddress pro perty.
  80        * 
  81        * @re turn
  82        *      possible  object is
  83        *      {@link St ring }
  84        *      
  85        */
  86       public  String ge tAddress()  {
  87           re turn addre ss;
  88       }
  89  
  90       /**
  91        * Set s the valu e of the a ddress pro perty.
  92        * 
  93        * @pa ram value
  94        *      allowed o bject is
  95        *      {@link St ring }
  96        *      
  97        */
  98       public  void setA ddress(Str ing value)  {
  99           th is.address  = value;
  100       }
  101  
  102       /**
  103        * Get s the valu e of the c ity proper ty.
  104        * 
  105        * @re turn
  106        *      possible  object is
  107        *      {@link St ring }
  108        *      
  109        */
  110       public  String ge tCity() {
  111           re turn city;
  112       }
  113  
  114       /**
  115        * Set s the valu e of the c ity proper ty.
  116        * 
  117        * @pa ram value
  118        *      allowed o bject is
  119        *      {@link St ring }
  120        *      
  121        */
  122       public  void setC ity(String  value) {
  123           th is.city =  value;
  124       }
  125  
  126       /**
  127        * Get s the valu e of the d ob propert y.
  128        * 
  129        * @re turn
  130        *      possible  object is
  131        *      {@link St ring }
  132        *      
  133        */
  134       public  String ge tDob() {
  135           re turn dob;
  136       }
  137  
  138       /**
  139        * Set s the valu e of the d ob propert y.
  140        * 
  141        * @pa ram value
  142        *      allowed o bject is
  143        *      {@link St ring }
  144        *      
  145        */
  146       public  void setD ob(String  value) {
  147           th is.dob = v alue;
  148       }
  149  
  150       /**
  151        * Get s the valu e of the f irstName p roperty.
  152        * 
  153        * @re turn
  154        *      possible  object is
  155        *      {@link St ring }
  156        *      
  157        */
  158       public  String ge tFirstName () {
  159           re turn first Name;
  160       }
  161  
  162       /**
  163        * Set s the valu e of the f irstName p roperty.
  164        * 
  165        * @pa ram value
  166        *      allowed o bject is
  167        *      {@link St ring }
  168        *      
  169        */
  170       public  void setF irstName(S tring valu e) {
  171           th is.firstNa me = value ;
  172       }
  173  
  174       /**
  175        * Get s the valu e of the g ender prop erty.
  176        * 
  177        * @re turn
  178        *      possible  object is
  179        *      {@link St ring }
  180        *      
  181        */
  182       public  String ge tGender()  {
  183           re turn gende r;
  184       }
  185  
  186       /**
  187        * Set s the valu e of the g ender prop erty.
  188        * 
  189        * @pa ram value
  190        *      allowed o bject is
  191        *      {@link St ring }
  192        *      
  193        */
  194       public  void setG ender(Stri ng value)  {
  195           th is.gender  = value;
  196       }
  197  
  198       /**
  199        * Get s the valu e of the i nquiryType  property.
  200        * 
  201        * @re turn
  202        *      possible  object is
  203        *      {@link St ring }
  204        *      
  205        */
  206       public  String ge tInquiryTy pe() {
  207           re turn inqui ryType;
  208       }
  209  
  210       /**
  211        * Set s the valu e of the i nquiryType  property.
  212        * 
  213        * @pa ram value
  214        *      allowed o bject is
  215        *      {@link St ring }
  216        *      
  217        */
  218       public  void setI nquiryType (String va lue) {
  219           th is.inquiry Type = val ue;
  220       }
  221  
  222       /**
  223        * Get s the valu e of the l astName pr operty.
  224        * 
  225        * @re turn
  226        *      possible  object is
  227        *      {@link St ring }
  228        *      
  229        */
  230       public  String ge tLastName( ) {
  231           re turn lastN ame;
  232       }
  233  
  234       /**
  235        * Set s the valu e of the l astName pr operty.
  236        * 
  237        * @pa ram value
  238        *      allowed o bject is
  239        *      {@link St ring }
  240        *      
  241        */
  242       public  void setL astName(St ring value ) {
  243           th is.lastNam e = value;
  244       }
  245  
  246       /**
  247        * Get s the valu e of the m iddleName  property.
  248        * 
  249        * @re turn
  250        *      possible  object is
  251        *      {@link St ring }
  252        *      
  253        */
  254       public  String ge tMiddleNam e() {
  255           re turn middl eName;
  256       }
  257  
  258       /**
  259        * Set s the valu e of the m iddleName  property.
  260        * 
  261        * @pa ram value
  262        *      allowed o bject is
  263        *      {@link St ring }
  264        *      
  265        */
  266       public  void setM iddleName( String val ue) {
  267           th is.middleN ame = valu e;
  268       }
  269  
  270       /**
  271        * Get s the valu e of the p atientId p roperty.
  272        * 
  273        * @re turn
  274        *      possible  object is
  275        *      {@link St ring }
  276        *      
  277        */
  278       public  String ge tPatientId () {
  279           re turn patie ntId;
  280       }
  281  
  282       /**
  283        * Set s the valu e of the p atientId p roperty.
  284        * 
  285        * @pa ram value
  286        *      allowed o bject is
  287        *      {@link St ring }
  288        *      
  289        */
  290       public  void setP atientId(S tring valu e) {
  291           th is.patient Id = value ;
  292       }
  293  
  294       /**
  295        * Get s the valu e of the p atientIdTy pe propert y.
  296        * 
  297        * @re turn
  298        *      possible  object is
  299        *      {@link St ring }
  300        *      
  301        */
  302       public  String ge tPatientId Type() {
  303           re turn patie ntIdType;
  304       }
  305  
  306       /**
  307        * Set s the valu e of the p atientIdTy pe propert y.
  308        * 
  309        * @pa ram value
  310        *      allowed o bject is
  311        *      {@link St ring }
  312        *      
  313        */
  314       public  void setP atientIdTy pe(String  value) {
  315           th is.patient IdType = v alue;
  316       }
  317  
  318       /**
  319        * Get s the valu e of the r equestingA pp propert y.
  320        * 
  321        * @re turn
  322        *      possible  object is
  323        *      {@link St ring }
  324        *      
  325        */
  326       public  String ge tRequestin gApp() {
  327           re turn reque stingApp;
  328       }
  329  
  330       /**
  331        * Set s the valu e of the r equestingA pp propert y.
  332        * 
  333        * @pa ram value
  334        *      allowed o bject is
  335        *      {@link St ring }
  336        *      
  337        */
  338       public  void setR equestingA pp(String  value) {
  339           th is.request ingApp = v alue;
  340       }
  341  
  342       /**
  343        * Get s the valu e of the s tate prope rty.
  344        * 
  345        * @re turn
  346        *      possible  object is
  347        *      {@link St ring }
  348        *      
  349        */
  350       public  String ge tState() {
  351           re turn state ;
  352       }
  353  
  354       /**
  355        * Set s the valu e of the s tate prope rty.
  356        * 
  357        * @pa ram value
  358        *      allowed o bject is
  359        *      {@link St ring }
  360        *      
  361        */
  362       public  void setS tate(Strin g value) {
  363           th is.state =  value;
  364       }
  365  
  366       /**
  367        * Get s the valu e of the t el propert y.
  368        * 
  369        * @re turn
  370        *      possible  object is
  371        *      {@link St ring }
  372        *      
  373        */
  374       public  String ge tTel() {
  375           re turn tel;
  376       }
  377  
  378       /**
  379        * Set s the valu e of the t el propert y.
  380        * 
  381        * @pa ram value
  382        *      allowed o bject is
  383        *      {@link St ring }
  384        *      
  385        */
  386       public  void setT el(String  value) {
  387           th is.tel = v alue;
  388       }
  389  
  390       /**
  391        * Get s the valu e of the u ser proper ty.
  392        * 
  393        * @re turn
  394        *      possible  object is
  395        *      {@link Us er }
  396        *      
  397        */
  398       public  User getU ser() {
  399           re turn user;
  400       }
  401  
  402       /**
  403        * Set s the valu e of the u ser proper ty.
  404        * 
  405        * @pa ram value
  406        *      allowed o bject is
  407        *      {@link Us er }
  408        *      
  409        */
  410       public  void setU ser(User v alue) {
  411           th is.user =  value;
  412       }
  413  
  414       /**
  415        * Get s the valu e of the z ip propert y.
  416        * 
  417        * @re turn
  418        *      possible  object is
  419        *      {@link St ring }
  420        *      
  421        */
  422       public  String ge tZip() {
  423           re turn zip;
  424       }
  425  
  426       /**
  427        * Set s the valu e of the z ip propert y.
  428        * 
  429        * @pa ram value
  430        *      allowed o bject is
  431        *      {@link St ring }
  432        *      
  433        */
  434       public  void setZ ip(String  value) {
  435           th is.zip = v alue;
  436       }
  437  
  438   }