565. EPMO Open Source Coordination Office Redaction File Detail Report

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

565.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_1\webservice QuestionnaireDetailChoices.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_1\webservice QuestionnaireDetailChoices.java Mon Oct 2 19:53:53 2017 UTC

565.2 Comparison summary

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

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

565.4 Active regular expressions

No regular expressions were active.

565.5 Comparison detail

  1  
  2   package go v.va.med.j meadows_2_ 3_1.webser vice;
  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  questionn aireDetail Choices co mplex 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="quest ionnaireDe tailChoice s">
  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 nswerType"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
  20    *          &lt;eleme nt name="c hoice" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  21    *          &lt;eleme nt name="c hoiceText"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
  22    *          &lt;eleme nt name="c orrectAnsw er" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  23    *          &lt;eleme nt name="s elected" t ype="{http ://www.w3. org/2001/X MLSchema}b oolean"/>
  24    *       & lt;/sequen ce>
  25    *     &lt ;/restrict ion>
  26    *   &lt;/ complexCon tent>
  27    * &lt;/co mplexType>
  28    * </pre>
  29    * 
  30    * 
  31    */
  32   @XmlAccess orType(Xml AccessType .FIELD)
  33   @XmlType(n ame = "que stionnaire DetailChoi ces", name space = "h ttp://webs ervice.vds . URL         /", propOr der = {
  34       "answe rType",
  35       "choic e",
  36       "choic eText",
  37       "corre ctAnswer",
  38       "selec ted"
  39   })
  40   public cla ss Questio nnaireDeta ilChoices  {
  41  
  42       protec ted String  answerTyp e;
  43       protec ted String  choice;
  44       protec ted String  choiceTex t;
  45       protec ted String  correctAn swer;
  46       protec ted boolea n selected ;
  47  
  48       /**
  49        * Get s the valu e of the a nswerType  property.
  50        * 
  51        * @re turn
  52        *      possible  object is
  53        *      {@link St ring }
  54        *      
  55        */
  56       public  String ge tAnswerTyp e() {
  57           re turn answe rType;
  58       }
  59  
  60       /**
  61        * Set s the valu e of the a nswerType  property.
  62        * 
  63        * @pa ram value
  64        *      allowed o bject is
  65        *      {@link St ring }
  66        *      
  67        */
  68       public  void setA nswerType( String val ue) {
  69           th is.answerT ype = valu e;
  70       }
  71  
  72       /**
  73        * Get s the valu e of the c hoice prop erty.
  74        * 
  75        * @re turn
  76        *      possible  object is
  77        *      {@link St ring }
  78        *      
  79        */
  80       public  String ge tChoice()  {
  81           re turn choic e;
  82       }
  83  
  84       /**
  85        * Set s the valu e of the c hoice prop erty.
  86        * 
  87        * @pa ram value
  88        *      allowed o bject is
  89        *      {@link St ring }
  90        *      
  91        */
  92       public  void setC hoice(Stri ng value)  {
  93           th is.choice  = value;
  94       }
  95  
  96       /**
  97        * Get s the valu e of the c hoiceText  property.
  98        * 
  99        * @re turn
  100        *      possible  object is
  101        *      {@link St ring }
  102        *      
  103        */
  104       public  String ge tChoiceTex t() {
  105           re turn choic eText;
  106       }
  107  
  108       /**
  109        * Set s the valu e of the c hoiceText  property.
  110        * 
  111        * @pa ram value
  112        *      allowed o bject is
  113        *      {@link St ring }
  114        *      
  115        */
  116       public  void setC hoiceText( String val ue) {
  117           th is.choiceT ext = valu e;
  118       }
  119  
  120       /**
  121        * Get s the valu e of the c orrectAnsw er propert y.
  122        * 
  123        * @re turn
  124        *      possible  object is
  125        *      {@link St ring }
  126        *      
  127        */
  128       public  String ge tCorrectAn swer() {
  129           re turn corre ctAnswer;
  130       }
  131  
  132       /**
  133        * Set s the valu e of the c orrectAnsw er propert y.
  134        * 
  135        * @pa ram value
  136        *      allowed o bject is
  137        *      {@link St ring }
  138        *      
  139        */
  140       public  void setC orrectAnsw er(String  value) {
  141           th is.correct Answer = v alue;
  142       }
  143  
  144       /**
  145        * Get s the valu e of the s elected pr operty.
  146        * 
  147        */
  148       public  boolean i sSelected( ) {
  149           re turn selec ted;
  150       }
  151  
  152       /**
  153        * Set s the valu e of the s elected pr operty.
  154        * 
  155        */
  156       public  void setS elected(bo olean valu e) {
  157           th is.selecte d = value;
  158       }
  159  
  160   }