37340. EPMO Open Source Coordination Office Redaction File Detail Report

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

37340.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\med\via\service DemographicSetTO.java Wed Jan 16 16:06:36 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\med\via\service DemographicSetTO.java Wed Jan 16 20:15:24 2019 UTC

37340.2 Comparison summary

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

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

37340.4 Active regular expressions

No regular expressions were active.

37340.5 Comparison detail

  1  
  2   package go v.va.med.v ia.service ;
  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.XmlType ;
  9  
  10  
  11   /**
  12    * <p>Java  class for  demograph icSetTO co mplex type .
  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="demog raphicSetT O"&gt;
  18    *   &lt;c omplexCont ent&gt;
  19    *     &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "&gt;
  20    *       & lt;sequenc e&gt;
  21    *          &lt;eleme nt name="t ag" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0" form ="unqualif ied"/&gt;
  22    *          &lt;eleme nt name="a ddresses"  minOccurs= "0" form=" unqualifie d"&gt;
  23    *            &lt;com plexType&g t;
  24    *              &lt;c omplexCont ent&gt;
  25    *                &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "&gt;
  26    *                  & lt;sequenc e&gt;
  27    *                      &lt;elemen t name="ad dressTO" t ype="{http :// DNS          . URL         /}addressT O" maxOccu rs="unboun ded" minOc curs="0" f orm="unqua lified"/&g t;
  28    *                  & lt;/sequen ce&gt;
  29    *                &lt ;/restrict ion&gt;
  30    *              &lt;/ complexCon tent&gt;
  31    *            &lt;/co mplexType& gt;
  32    *          &lt;/elem ent&gt;
  33    *          &lt;eleme nt name="p hones" min Occurs="0"  form="unq ualified"& gt;
  34    *            &lt;com plexType&g t;
  35    *              &lt;c omplexCont ent&gt;
  36    *                &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "&gt;
  37    *                  & lt;sequenc e&gt;
  38    *                      &lt;elemen t name="ph oneNumTO"  type="{htt p:// DNS          . URL         /}phoneNum TO" maxOcc urs="unbou nded" minO ccurs="0"  form="unqu alified"/& gt;
  39    *                  & lt;/sequen ce&gt;
  40    *                &lt ;/restrict ion&gt;
  41    *              &lt;/ complexCon tent&gt;
  42    *            &lt;/co mplexType& gt;
  43    *          &lt;/elem ent&gt;
  44    *          &lt;eleme nt name="e mailAddres ses" minOc curs="0" f orm="unqua lified"&gt ;
  45    *            &lt;com plexType&g t;
  46    *              &lt;c omplexCont ent&gt;
  47    *                &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "&gt;
  48    *                  & lt;sequenc e&gt;
  49    *                     &lt;eleme nt name="s tring" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" maxOc curs="unbo unded" min Occurs="0"  form="unq ualified"/ &gt;
  50    *                  & lt;/sequen ce&gt;
  51    *                &lt ;/restrict ion&gt;
  52    *              &lt;/ complexCon tent&gt;
  53    *            &lt;/co mplexType& gt;
  54    *          &lt;/elem ent&gt;
  55    *          &lt;eleme nt name="d emographic Names" min Occurs="0"  form="unq ualified"& gt;
  56    *            &lt;com plexType&g t;
  57    *              &lt;c omplexCont ent&gt;
  58    *                &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "&gt;
  59    *                  & lt;sequenc e&gt;
  60    *                     &lt;eleme nt name="n ames" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" maxOcc urs="unbou nded" minO ccurs="0"  form="unqu alified"/& gt;
  61    *                  & lt;/sequen ce&gt;
  62    *                &lt ;/restrict ion&gt;
  63    *              &lt;/ complexCon tent&gt;
  64    *            &lt;/co mplexType& gt;
  65    *          &lt;/elem ent&gt;
  66    *       & lt;/sequen ce&gt;
  67    *     &lt ;/restrict ion&gt;
  68    *   &lt;/ complexCon tent&gt;
  69    * &lt;/co mplexType& gt;
  70    * </pre>
  71    * 
  72    * 
  73    */
  74   @XmlAccess orType(Xml AccessType .FIELD)
  75   @XmlType(n ame = "dem ographicSe tTO", prop Order = {
  76       "tag",
  77       "addre sses",
  78       "phone s",
  79       "email Addresses" ,
  80       "demog raphicName s"
  81   })
  82   public cla ss Demogra phicSetTO  {
  83  
  84       protec ted String  tag;
  85       protec ted Demogr aphicSetTO .Addresses  addresses ;
  86       protec ted Demogr aphicSetTO .Phones ph ones;
  87       protec ted Demogr aphicSetTO .EmailAddr esses emai lAddresses ;
  88       protec ted Demogr aphicSetTO .Demograph icNames de mographicN ames;
  89  
  90       /**
  91        * Get s the valu e of the t ag propert y.
  92        * 
  93        * @re turn
  94        *      possible  object is
  95        *      {@link St ring }
  96        *      
  97        */
  98       public  String ge tTag() {
  99           re turn tag;
  100       }
  101  
  102       /**
  103        * Set s the valu e of the t ag propert y.
  104        * 
  105        * @pa ram value
  106        *      allowed o bject is
  107        *      {@link St ring }
  108        *      
  109        */
  110       public  void setT ag(String  value) {
  111           th is.tag = v alue;
  112       }
  113  
  114       /**
  115        * Get s the valu e of the a ddresses p roperty.
  116        * 
  117        * @re turn
  118        *      possible  object is
  119        *      {@link De mographicS etTO.Addre sses }
  120        *      
  121        */
  122       public  Demograph icSetTO.Ad dresses ge tAddresses () {
  123           re turn addre sses;
  124       }
  125  
  126       /**
  127        * Set s the valu e of the a ddresses p roperty.
  128        * 
  129        * @pa ram value
  130        *      allowed o bject is
  131        *      {@link De mographicS etTO.Addre sses }
  132        *      
  133        */
  134       public  void setA ddresses(D emographic SetTO.Addr esses valu e) {
  135           th is.address es = value ;
  136       }
  137  
  138       /**
  139        * Get s the valu e of the p hones prop erty.
  140        * 
  141        * @re turn
  142        *      possible  object is
  143        *      {@link De mographicS etTO.Phone s }
  144        *      
  145        */
  146       public  Demograph icSetTO.Ph ones getPh ones() {
  147           re turn phone s;
  148       }
  149  
  150       /**
  151        * Set s the valu e of the p hones prop erty.
  152        * 
  153        * @pa ram value
  154        *      allowed o bject is
  155        *      {@link De mographicS etTO.Phone s }
  156        *      
  157        */
  158       public  void setP hones(Demo graphicSet TO.Phones  value) {
  159           th is.phones  = value;
  160       }
  161  
  162       /**
  163        * Get s the valu e of the e mailAddres ses proper ty.
  164        * 
  165        * @re turn
  166        *      possible  object is
  167        *      {@link De mographicS etTO.Email Addresses  }
  168        *      
  169        */
  170       public  Demograph icSetTO.Em ailAddress es getEmai lAddresses () {
  171           re turn email Addresses;
  172       }
  173  
  174       /**
  175        * Set s the valu e of the e mailAddres ses proper ty.
  176        * 
  177        * @pa ram value
  178        *      allowed o bject is
  179        *      {@link De mographicS etTO.Email Addresses  }
  180        *      
  181        */
  182       public  void setE mailAddres ses(Demogr aphicSetTO .EmailAddr esses valu e) {
  183           th is.emailAd dresses =  value;
  184       }
  185  
  186       /**
  187        * Get s the valu e of the d emographic Names prop erty.
  188        * 
  189        * @re turn
  190        *      possible  object is
  191        *      {@link De mographicS etTO.Demog raphicName s }
  192        *      
  193        */
  194       public  Demograph icSetTO.De mographicN ames getDe mographicN ames() {
  195           re turn demog raphicName s;
  196       }
  197  
  198       /**
  199        * Set s the valu e of the d emographic Names prop erty.
  200        * 
  201        * @pa ram value
  202        *      allowed o bject is
  203        *      {@link De mographicS etTO.Demog raphicName s }
  204        *      
  205        */
  206       public  void setD emographic Names(Demo graphicSet TO.Demogra phicNames  value) {
  207           th is.demogra phicNames  = value;
  208       }
  209  
  210  
  211       /**
  212        * <p> Java class  for anony mous compl ex type.
  213        * 
  214        * <p> The follow ing schema  fragment  specifies  the expect ed content  contained  within th is class.
  215        * 
  216        * <pr e>
  217        * &lt ;complexTy pe&gt;
  218        *   & lt;complex Content&gt ;
  219        *      &lt;restr iction bas e="{http:/ /www.w3.or g/2001/XML Schema}any Type"&gt;
  220        *        &lt;seq uence&gt;
  221                   &lt;elemen t name="ad dressTO" t ype="{http :// DNS          . URL         /}addressT O" maxOccu rs="unboun ded" minOc curs="0" f orm="unqua lified"/&g t;
  222        *        &lt;/se quence&gt;
  223        *      &lt;/rest riction&gt ;
  224        *   & lt;/comple xContent&g t;
  225        * &lt ;/complexT ype&gt;
  226        * </p re>
  227        * 
  228        * 
  229        */
  230       @XmlAc cessorType (XmlAccess Type.FIELD )
  231       @XmlTy pe(name =  "", propOr der = {
  232           "a ddressTO"
  233       })
  234       public  static cl ass Addres ses {
  235  
  236           pr otected Li st<Address TO> addres sTO;
  237  
  238           /* *
  239            *  Gets the  value of t he address TO propert y.
  240            *  
  241            *  <p>
  242            *  This acce ssor metho d returns  a referenc e to the l ive list,
  243            *  not a sna pshot. The refore any  modificat ion you ma ke to the
  244            *  returned  list will  be present  inside th e JAXB obj ect.
  245            *  This is w hy there i s not a <C ODE>set</C ODE> metho d for the  addressTO  property.
  246            *  
  247            *  <p>
  248            *  For examp le, to add  a new ite m, do as f ollows:
  249            *  <pre>
  250            *     getAdd ressTO().a dd(newItem );
  251            *  </pre>
  252            *  
  253            *  
  254            *  <p>
  255            *  Objects o f the foll owing type (s) are al lowed in t he list
  256            *  {@link Ad dressTO }
  257            *  
  258            *  
  259            * /
  260           pu blic List< AddressTO>  getAddres sTO() {
  261                if (addr essTO == n ull) {
  262                    addr essTO = ne w ArrayLis t<AddressT O>();
  263                }
  264                return t his.addres sTO;
  265           }
  266  
  267       }
  268  
  269  
  270       /**
  271        * <p> Java class  for anony mous compl ex type.
  272        * 
  273        * <p> The follow ing schema  fragment  specifies  the expect ed content  contained  within th is class.
  274        * 
  275        * <pr e>
  276        * &lt ;complexTy pe&gt;
  277        *   & lt;complex Content&gt ;
  278        *      &lt;restr iction bas e="{http:/ /www.w3.or g/2001/XML Schema}any Type"&gt;
  279        *        &lt;seq uence&gt;
  280        *          &lt;e lement nam e="names"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" ma xOccurs="u nbounded"  minOccurs= "0" form=" unqualifie d"/&gt;
  281        *        &lt;/se quence&gt;
  282        *      &lt;/rest riction&gt ;
  283        *   & lt;/comple xContent&g t;
  284        * &lt ;/complexT ype&gt;
  285        * </p re>
  286        * 
  287        * 
  288        */
  289       @XmlAc cessorType (XmlAccess Type.FIELD )
  290       @XmlTy pe(name =  "", propOr der = {
  291           "n ames"
  292       })
  293       public  static cl ass Demogr aphicNames  {
  294  
  295           pr otected Li st<String>  names;
  296  
  297           /* *
  298            *  Gets the  value of t he names p roperty.
  299            *  
  300            *  <p>
  301            *  This acce ssor metho d returns  a referenc e to the l ive list,
  302            *  not a sna pshot. The refore any  modificat ion you ma ke to the
  303            *  returned  list will  be present  inside th e JAXB obj ect.
  304            *  This is w hy there i s not a <C ODE>set</C ODE> metho d for the  names prop erty.
  305            *  
  306            *  <p>
  307            *  For examp le, to add  a new ite m, do as f ollows:
  308            *  <pre>
  309            *     getNam es().add(n ewItem);
  310            *  </pre>
  311            *  
  312            *  
  313            *  <p>
  314            *  Objects o f the foll owing type (s) are al lowed in t he list
  315            *  {@link St ring }
  316            *  
  317            *  
  318            * /
  319           pu blic List< String> ge tNames() {
  320                if (name s == null)  {
  321                    name s = new Ar rayList<St ring>();
  322                }
  323                return t his.names;
  324           }
  325  
  326       }
  327  
  328  
  329       /**
  330        * <p> Java class  for anony mous compl ex type.
  331        * 
  332        * <p> The follow ing schema  fragment  specifies  the expect ed content  contained  within th is class.
  333        * 
  334        * <pr e>
  335        * &lt ;complexTy pe&gt;
  336        *   & lt;complex Content&gt ;
  337        *      &lt;restr iction bas e="{http:/ /www.w3.or g/2001/XML Schema}any Type"&gt;
  338        *        &lt;seq uence&gt;
  339        *          &lt;e lement nam e="string"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m axOccurs=" unbounded"  minOccurs ="0" form= "unqualifi ed"/&gt;
  340        *        &lt;/se quence&gt;
  341        *      &lt;/rest riction&gt ;
  342        *   & lt;/comple xContent&g t;
  343        * &lt ;/complexT ype&gt;
  344        * </p re>
  345        * 
  346        * 
  347        */
  348       @XmlAc cessorType (XmlAccess Type.FIELD )
  349       @XmlTy pe(name =  "", propOr der = {
  350           "s tring"
  351       })
  352       public  static cl ass EmailA ddresses {
  353  
  354           pr otected Li st<String>  string;
  355  
  356           /* *
  357            *  Gets the  value of t he string  property.
  358            *  
  359            *  <p>
  360            *  This acce ssor metho d returns  a referenc e to the l ive list,
  361            *  not a sna pshot. The refore any  modificat ion you ma ke to the
  362            *  returned  list will  be present  inside th e JAXB obj ect.
  363            *  This is w hy there i s not a <C ODE>set</C ODE> metho d for the  string pro perty.
  364            *  
  365            *  <p>
  366            *  For examp le, to add  a new ite m, do as f ollows:
  367            *  <pre>
  368            *     getStr ing().add( newItem);
  369            *  </pre>
  370            *  
  371            *  
  372            *  <p>
  373            *  Objects o f the foll owing type (s) are al lowed in t he list
  374            *  {@link St ring }
  375            *  
  376            *  
  377            * /
  378           pu blic List< String> ge tString()  {
  379                if (stri ng == null ) {
  380                    stri ng = new A rrayList<S tring>();
  381                }
  382                return t his.string ;
  383           }
  384  
  385       }
  386  
  387  
  388       /**
  389        * <p> Java class  for anony mous compl ex type.
  390        * 
  391        * <p> The follow ing schema  fragment  specifies  the expect ed content  contained  within th is class.
  392        * 
  393        * <pr e>
  394        * &lt ;complexTy pe&gt;
  395        *   & lt;complex Content&gt ;
  396        *      &lt;restr iction bas e="{http:/ /www.w3.or g/2001/XML Schema}any Type"&gt;
  397        *        &lt;seq uence&gt;
  398                   &lt;elemen t name="ph oneNumTO"  type="{htt p:// DNS          . URL         /}phoneNum TO" maxOcc urs="unbou nded" minO ccurs="0"  form="unqu alified"/& gt;
  399        *        &lt;/se quence&gt;
  400        *      &lt;/rest riction&gt ;
  401        *   & lt;/comple xContent&g t;
  402        * &lt ;/complexT ype&gt;
  403        * </p re>
  404        * 
  405        * 
  406        */
  407       @XmlAc cessorType (XmlAccess Type.FIELD )
  408       @XmlTy pe(name =  "", propOr der = {
  409           "p honeNumTO"
  410       })
  411       public  static cl ass Phones  {
  412  
  413           pr otected Li st<PhoneNu mTO> phone NumTO;
  414  
  415           /* *
  416            *  Gets the  value of t he phoneNu mTO proper ty.
  417            *  
  418            *  <p>
  419            *  This acce ssor metho d returns  a referenc e to the l ive list,
  420            *  not a sna pshot. The refore any  modificat ion you ma ke to the
  421            *  returned  list will  be present  inside th e JAXB obj ect.
  422            *  This is w hy there i s not a <C ODE>set</C ODE> metho d for the  phoneNumTO  property.
  423            *  
  424            *  <p>
  425            *  For examp le, to add  a new ite m, do as f ollows:
  426            *  <pre>
  427            *     getPho neNumTO(). add(newIte m);
  428            *  </pre>
  429            *  
  430            *  
  431            *  <p>
  432            *  Objects o f the foll owing type (s) are al lowed in t he list
  433            *  {@link Ph oneNumTO }
  434            *  
  435            *  
  436            * /
  437           pu blic List< PhoneNumTO > getPhone NumTO() {
  438                if (phon eNumTO ==  null) {
  439                    phon eNumTO = n ew ArrayLi st<PhoneNu mTO>();
  440                }
  441                return t his.phoneN umTO;
  442           }
  443  
  444       }
  445  
  446   }