378. EPMO Open Source Coordination Office Redaction File Detail Report

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

378.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_0\webservice Site.java Tue Dec 15 14:05:18 2015 UTC
2 ehmp.zip\ehmp\ehmp\product\production\soap-handler\src\main\java\gov\va\med\jmeadows_2_3_0\webservice Site.java Mon Oct 2 19:52:17 2017 UTC

378.2 Comparison summary

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

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

378.4 Active regular expressions

No regular expressions were active.

378.5 Comparison detail

  1  
  2   package go v.va.med.j meadows_2_ 3_0.webser vice;
  3  
  4   import jav a.util.Arr ayList;
  5   import jav a.util.Lis t;
  6   import jav ax.xml.bin d.annotati on.XmlAcce ssType;
  7   import jav ax.xml.bin d.annotati on.XmlAcce ssorType;
  8   import jav ax.xml.bin d.annotati on.XmlElem ent;
  9   import jav ax.xml.bin d.annotati on.XmlType ;
  10  
  11  
  12   /**
  13    * <p>Java  class for  site comp lex type.
  14    * 
  15    * <p>The  following  schema fra gment spec ifies the  expected c ontent con tained wit hin this c lass.
  16    * 
  17    * <pre>
  18    * &lt;com plexType n ame="site" >
  19    *   &lt;c omplexCont ent>
  20    *     &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType ">
  21    *       & lt;sequenc e>
  22    *          &lt;eleme nt name="a gency" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  23    *          &lt;eleme nt name="d misId" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  24    *           &lt;elemen t name="en dpoints" t ype="{http ://webserv ice.vds. URL         /}endpoint " maxOccur s="unbound ed" minOcc urs="0"/>
  25    *          &lt;eleme nt name="i d" type="{ http://www .w3.org/20 01/XMLSche ma}int" mi nOccurs="0 "/>
  26    *          &lt;eleme nt name="m oniker" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  27    *          &lt;eleme nt name="n ame" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  28    *           &lt;elemen t name="pe rmissions"  type="{ht tp://webse rvice.vds. URL         /}janusPer mission" m axOccurs=" unbounded"  minOccurs ="0"/>
  29    *           &lt;elemen t name="re gion" type ="{http:// webservice .vds. URL         /}region"  minOccurs= "0"/>
  30    *          &lt;eleme nt name="s iteCode" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  31    *          &lt;eleme nt name="s tatus" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  32    *       & lt;/sequen ce>
  33    *     &lt ;/restrict ion>
  34    *   &lt;/ complexCon tent>
  35    * &lt;/co mplexType>
  36    * </pre>
  37    * 
  38    * 
  39    */
  40   @XmlAccess orType(Xml AccessType .FIELD)
  41   @XmlType(n ame = "sit e", namesp ace = "htt p://webser vice.vds. URL         /", propOr der = {
  42       "agenc y",
  43       "dmisI d",
  44       "endpo ints",
  45       "id",
  46       "monik er",
  47       "name" ,
  48       "permi ssions",
  49       "regio n",
  50       "siteC ode",
  51       "statu s"
  52   })
  53   public cla ss Site {
  54  
  55       protec ted String  agency;
  56       protec ted String  dmisId;
  57       @XmlEl ement(nill able = tru e)
  58       protec ted List<E ndpoint> e ndpoints;
  59       protec ted Intege r id;
  60       protec ted String  moniker;
  61       protec ted String  name;
  62       @XmlEl ement(nill able = tru e)
  63       protec ted List<J anusPermis sion> perm issions;
  64       protec ted Region  region;
  65       protec ted String  siteCode;
  66       protec ted String  status;
  67  
  68       /**
  69        * Get s the valu e of the a gency prop erty.
  70        * 
  71        * @re turn
  72        *      possible  object is
  73        *      {@link St ring }
  74        *      
  75        */
  76       public  String ge tAgency()  {
  77           re turn agenc y;
  78       }
  79  
  80       /**
  81        * Set s the valu e of the a gency prop erty.
  82        * 
  83        * @pa ram value
  84        *      allowed o bject is
  85        *      {@link St ring }
  86        *      
  87        */
  88       public  void setA gency(Stri ng value)  {
  89           th is.agency  = value;
  90       }
  91  
  92       /**
  93        * Get s the valu e of the d misId prop erty.
  94        * 
  95        * @re turn
  96        *      possible  object is
  97        *      {@link St ring }
  98        *      
  99        */
  100       public  String ge tDmisId()  {
  101           re turn dmisI d;
  102       }
  103  
  104       /**
  105        * Set s the valu e of the d misId prop erty.
  106        * 
  107        * @pa ram value
  108        *      allowed o bject is
  109        *      {@link St ring }
  110        *      
  111        */
  112       public  void setD misId(Stri ng value)  {
  113           th is.dmisId  = value;
  114       }
  115  
  116       /**
  117        * Get s the valu e of the e ndpoints p roperty.
  118        * 
  119        * <p>
  120        * Thi s accessor  method re turns a re ference to  the live  list,
  121        * not  a snapsho t. Therefo re any mod ification  you make t o the
  122        * ret urned list  will be p resent ins ide the JA XB object.
  123        * Thi s is why t here is no t a <CODE> set</CODE>  method fo r the endp oints prop erty.
  124        * 
  125        * <p>
  126        * For  example,  to add a n ew item, d o as follo ws:
  127        * <pr e>
  128        *     getEndpoin ts().add(n ewItem);
  129        * </p re>
  130        * 
  131        * 
  132        * <p>
  133        * Obj ects of th e followin g type(s)  are allowe d in the l ist
  134        * {@l ink Endpoi nt }
  135        * 
  136        * 
  137        */
  138       public  List<Endp oint> getE ndpoints()  {
  139           if  (endpoint s == null)  {
  140                endpoint s = new Ar rayList<En dpoint>();
  141           }
  142           re turn this. endpoints;
  143       }
  144  
  145       /**
  146        * Get s the valu e of the i d property .
  147        * 
  148        * @re turn
  149        *      possible  object is
  150        *      {@link In teger }
  151        *      
  152        */
  153       public  Integer g etId() {
  154           re turn id;
  155       }
  156  
  157       /**
  158        * Set s the valu e of the i d property .
  159        * 
  160        * @pa ram value
  161        *      allowed o bject is
  162        *      {@link In teger }
  163        *      
  164        */
  165       public  void setI d(Integer  value) {
  166           th is.id = va lue;
  167       }
  168  
  169       /**
  170        * Get s the valu e of the m oniker pro perty.
  171        * 
  172        * @re turn
  173        *      possible  object is
  174        *      {@link St ring }
  175        *      
  176        */
  177       public  String ge tMoniker()  {
  178           re turn monik er;
  179       }
  180  
  181       /**
  182        * Set s the valu e of the m oniker pro perty.
  183        * 
  184        * @pa ram value
  185        *      allowed o bject is
  186        *      {@link St ring }
  187        *      
  188        */
  189       public  void setM oniker(Str ing value)  {
  190           th is.moniker  = value;
  191       }
  192  
  193       /**
  194        * Get s the valu e of the n ame proper ty.
  195        * 
  196        * @re turn
  197        *      possible  object is
  198        *      {@link St ring }
  199        *      
  200        */
  201       public  String ge tName() {
  202           re turn name;
  203       }
  204  
  205       /**
  206        * Set s the valu e of the n ame proper ty.
  207        * 
  208        * @pa ram value
  209        *      allowed o bject is
  210        *      {@link St ring }
  211        *      
  212        */
  213       public  void setN ame(String  value) {
  214           th is.name =  value;
  215       }
  216  
  217       /**
  218        * Get s the valu e of the p ermissions  property.
  219        * 
  220        * <p>
  221        * Thi s accessor  method re turns a re ference to  the live  list,
  222        * not  a snapsho t. Therefo re any mod ification  you make t o the
  223        * ret urned list  will be p resent ins ide the JA XB object.
  224        * Thi s is why t here is no t a <CODE> set</CODE>  method fo r the perm issions pr operty.
  225        * 
  226        * <p>
  227        * For  example,  to add a n ew item, d o as follo ws:
  228        * <pr e>
  229        *     getPermiss ions().add (newItem);
  230        * </p re>
  231        * 
  232        * 
  233        * <p>
  234        * Obj ects of th e followin g type(s)  are allowe d in the l ist
  235        * {@l ink JanusP ermission  }
  236        * 
  237        * 
  238        */
  239       public  List<Janu sPermissio n> getPerm issions()  {
  240           if  (permissi ons == nul l) {
  241                permissi ons = new  ArrayList< JanusPermi ssion>();
  242           }
  243           re turn this. permission s;
  244       }
  245  
  246       /**
  247        * Get s the valu e of the r egion prop erty.
  248        * 
  249        * @re turn
  250        *      possible  object is
  251        *      {@link Re gion }
  252        *      
  253        */
  254       public  Region ge tRegion()  {
  255           re turn regio n;
  256       }
  257  
  258       /**
  259        * Set s the valu e of the r egion prop erty.
  260        * 
  261        * @pa ram value
  262        *      allowed o bject is
  263        *      {@link Re gion }
  264        *      
  265        */
  266       public  void setR egion(Regi on value)  {
  267           th is.region  = value;
  268       }
  269  
  270       /**
  271        * Get s the valu e of the s iteCode pr operty.
  272        * 
  273        * @re turn
  274        *      possible  object is
  275        *      {@link St ring }
  276        *      
  277        */
  278       public  String ge tSiteCode( ) {
  279           re turn siteC ode;
  280       }
  281  
  282       /**
  283        * Set s the valu e of the s iteCode pr operty.
  284        * 
  285        * @pa ram value
  286        *      allowed o bject is
  287        *      {@link St ring }
  288        *      
  289        */
  290       public  void setS iteCode(St ring value ) {
  291           th is.siteCod e = value;
  292       }
  293  
  294       /**
  295        * Get s the valu e of the s tatus prop erty.
  296        * 
  297        * @re turn
  298        *      possible  object is
  299        *      {@link St ring }
  300        *      
  301        */
  302       public  String ge tStatus()  {
  303           re turn statu s;
  304       }
  305  
  306       /**
  307        * Set s the valu e of the s tatus prop erty.
  308        * 
  309        * @pa ram value
  310        *      allowed o bject is
  311        *      {@link St ring }
  312        *      
  313        */
  314       public  void setS tatus(Stri ng value)  {
  315           th is.status  = value;
  316       }
  317  
  318   }