Coverage Report - org.owasp.dependencycheck.jaxb.pom.generated.CiManagement
 
Classes in this File Line Coverage Branch Coverage Complexity
CiManagement
0%
0/11
N/A
1.143
CiManagement$Notifiers
0%
0/4
0%
0/2
1.143
 
 1  
 //
 2  
 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
 3  
 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
 4  
 // Any modifications to this file will be lost upon recompilation of the source schema.
 5  
 // Generated on: 2012.11.09 at 12:33:57 PM EST
 6  
 //
 7  
 
 8  
 
 9  
 package org.owasp.dependencycheck.jaxb.pom.generated;
 10  
 
 11  
 import java.util.ArrayList;
 12  
 import java.util.List;
 13  
 import javax.annotation.Generated;
 14  
 import javax.xml.bind.annotation.XmlAccessType;
 15  
 import javax.xml.bind.annotation.XmlAccessorType;
 16  
 import javax.xml.bind.annotation.XmlType;
 17  
 
 18  
 
 19  
 /**
 20  
  *  4.0.0
 21  
  *
 22  
  * <p>Java class for CiManagement complex type.
 23  
  *
 24  
  * <p>The following schema fragment specifies the expected content contained within this class.
 25  
  *
 26  
  * <pre>
 27  
  * &lt;complexType name="CiManagement">
 28  
  *   &lt;complexContent>
 29  
  *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 30  
  *       &lt;all>
 31  
  *         &lt;element name="system" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 32  
  *         &lt;element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 33  
  *         &lt;element name="notifiers" minOccurs="0">
 34  
  *           &lt;complexType>
 35  
  *             &lt;complexContent>
 36  
  *               &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 37  
  *                 &lt;sequence>
 38  
  *                   &lt;element name="notifier" type="{http://maven.apache.org/POM/4.0.0}Notifier" maxOccurs="unbounded" minOccurs="0"/>
 39  
  *                 &lt;/sequence>
 40  
  *               &lt;/restriction>
 41  
  *             &lt;/complexContent>
 42  
  *           &lt;/complexType>
 43  
  *         &lt;/element>
 44  
  *       &lt;/all>
 45  
  *     &lt;/restriction>
 46  
  *   &lt;/complexContent>
 47  
  * &lt;/complexType>
 48  
  * </pre>
 49  
  *
 50  
  *
 51  
  */
 52  
 @XmlAccessorType(XmlAccessType.FIELD)
 53  
 @XmlType(name = "CiManagement", propOrder = {
 54  
 
 55  
 })
 56  
 @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
 57  0
 public class CiManagement {
 58  
 
 59  
     @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
 60  
     protected String system;
 61  
     @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
 62  
     protected String url;
 63  
     @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
 64  
     protected CiManagement.Notifiers notifiers;
 65  
 
 66  
     /**
 67  
      * Gets the value of the system property.
 68  
      *
 69  
      * @return
 70  
      *     possible object is
 71  
      *     {@link String }
 72  
      *
 73  
      */
 74  
     @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
 75  
     public String getSystem() {
 76  0
         return system;
 77  
     }
 78  
 
 79  
     /**
 80  
      * Sets the value of the system property.
 81  
      *
 82  
      * @param value
 83  
      *     allowed object is
 84  
      *     {@link String }
 85  
      *
 86  
      */
 87  
     @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
 88  
     public void setSystem(String value) {
 89  0
         this.system = value;
 90  0
     }
 91  
 
 92  
     /**
 93  
      * Gets the value of the url property.
 94  
      *
 95  
      * @return
 96  
      *     possible object is
 97  
      *     {@link String }
 98  
      *
 99  
      */
 100  
     @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
 101  
     public String getUrl() {
 102  0
         return url;
 103  
     }
 104  
 
 105  
     /**
 106  
      * Sets the value of the url property.
 107  
      *
 108  
      * @param value
 109  
      *     allowed object is
 110  
      *     {@link String }
 111  
      *
 112  
      */
 113  
     @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
 114  
     public void setUrl(String value) {
 115  0
         this.url = value;
 116  0
     }
 117  
 
 118  
     /**
 119  
      * Gets the value of the notifiers property.
 120  
      *
 121  
      * @return
 122  
      *     possible object is
 123  
      *     {@link CiManagement.Notifiers }
 124  
      *
 125  
      */
 126  
     @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
 127  
     public CiManagement.Notifiers getNotifiers() {
 128  0
         return notifiers;
 129  
     }
 130  
 
 131  
     /**
 132  
      * Sets the value of the notifiers property.
 133  
      *
 134  
      * @param value
 135  
      *     allowed object is
 136  
      *     {@link CiManagement.Notifiers }
 137  
      *
 138  
      */
 139  
     @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
 140  
     public void setNotifiers(CiManagement.Notifiers value) {
 141  0
         this.notifiers = value;
 142  0
     }
 143  
 
 144  
 
 145  
     /**
 146  
      * <p>Java class for anonymous complex type.
 147  
      *
 148  
      * <p>The following schema fragment specifies the expected content contained within this class.
 149  
      *
 150  
      * <pre>
 151  
      * &lt;complexType>
 152  
      *   &lt;complexContent>
 153  
      *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 154  
      *       &lt;sequence>
 155  
      *         &lt;element name="notifier" type="{http://maven.apache.org/POM/4.0.0}Notifier" maxOccurs="unbounded" minOccurs="0"/>
 156  
      *       &lt;/sequence>
 157  
      *     &lt;/restriction>
 158  
      *   &lt;/complexContent>
 159  
      * &lt;/complexType>
 160  
      * </pre>
 161  
      *
 162  
      *
 163  
      */
 164  0
     @XmlAccessorType(XmlAccessType.FIELD)
 165  
     @XmlType(name = "", propOrder = {
 166  
         "notifier"
 167  
     })
 168  
     @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
 169  0
     public static class Notifiers {
 170  
 
 171  
         @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
 172  
         protected List<Notifier> notifier;
 173  
 
 174  
         /**
 175  
          * Gets the value of the notifier property.
 176  
          *
 177  
          * <p>
 178  
          * This accessor method returns a reference to the live list,
 179  
          * not a snapshot. Therefore any modification you make to the
 180  
          * returned list will be present inside the JAXB object.
 181  
          * This is why there is not a <CODE>set</CODE> method for the notifier property.
 182  
          *
 183  
          * <p>
 184  
          * For example, to add a new item, do as follows:
 185  
          * <pre>
 186  
          *    getNotifier().add(newItem);
 187  
          * </pre>
 188  
          *
 189  
          *
 190  
          * <p>
 191  
          * Objects of the following type(s) are allowed in the list
 192  
          * {@link Notifier }
 193  
          *
 194  
          *
 195  
          */
 196  
         @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
 197  
         public List<Notifier> getNotifier() {
 198  0
             if (notifier == null) {
 199  0
                 notifier = new ArrayList<Notifier>();
 200  
             }
 201  0
             return this.notifier;
 202  
         }
 203  
 
 204  
     }
 205  
 
 206  
 }