Coverage Report - fr.paris.lutece.plugins.releaser.business.jaxb.maven.Contributor
 
Classes in this File Line Coverage Branch Coverage Complexity
Contributor
0 %
0/25
N/A
1,111
Contributor$Properties
0 %
0/4
0 %
0/2
1,111
Contributor$Roles
0 %
0/4
0 %
0/2
1,111
 
 1  
 //
 2  
 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833 
 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: 2017.05.11 at 06:51:22 PM CEST 
 6  
 //
 7  
 
 8  
 
 9  
 package fr.paris.lutece.plugins.releaser.business.jaxb.maven;
 10  
 
 11  
 import java.util.ArrayList;
 12  
 import java.util.List;
 13  
 import javax.xml.bind.annotation.XmlAccessType;
 14  
 import javax.xml.bind.annotation.XmlAccessorType;
 15  
 import javax.xml.bind.annotation.XmlAnyElement;
 16  
 import javax.xml.bind.annotation.XmlType;
 17  
 import org.w3c.dom.Element;
 18  
 
 19  
 
 20  
 /**
 21  
  * 
 22  
  *         Description of a person who has contributed to the project, but who does
 23  
  *         not have commit privileges. Usually, these contributions come in the
 24  
  *         form of patches submitted.
 25  
  *       
 26  
  * 
 27  
  * <p>Java class for Contributor complex type.
 28  
  * 
 29  
  * <p>The following schema fragment specifies the expected content contained within this class.
 30  
  * 
 31  
  * <pre>
 32  
  * &lt;complexType name="Contributor">
 33  
  *   &lt;complexContent>
 34  
  *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 35  
  *       &lt;all>
 36  
  *         &lt;element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 37  
  *         &lt;element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 38  
  *         &lt;element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 39  
  *         &lt;element name="organization" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 40  
  *         &lt;element name="organizationUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 41  
  *         &lt;element name="roles" minOccurs="0">
 42  
  *           &lt;complexType>
 43  
  *             &lt;complexContent>
 44  
  *               &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 45  
  *                 &lt;sequence>
 46  
  *                   &lt;element name="role" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
 47  
  *                 &lt;/sequence>
 48  
  *               &lt;/restriction>
 49  
  *             &lt;/complexContent>
 50  
  *           &lt;/complexType>
 51  
  *         &lt;/element>
 52  
  *         &lt;element name="timezone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 53  
  *         &lt;element name="properties" minOccurs="0">
 54  
  *           &lt;complexType>
 55  
  *             &lt;complexContent>
 56  
  *               &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 57  
  *                 &lt;sequence>
 58  
  *                   &lt;any processContents='skip' maxOccurs="unbounded" minOccurs="0"/>
 59  
  *                 &lt;/sequence>
 60  
  *               &lt;/restriction>
 61  
  *             &lt;/complexContent>
 62  
  *           &lt;/complexType>
 63  
  *         &lt;/element>
 64  
  *       &lt;/all>
 65  
  *     &lt;/restriction>
 66  
  *   &lt;/complexContent>
 67  
  * &lt;/complexType>
 68  
  * </pre>
 69  
  * 
 70  
  * 
 71  
  */
 72  
 @XmlAccessorType(XmlAccessType.FIELD)
 73  
 @XmlType(name = "Contributor", propOrder = {
 74  
 
 75  
 })
 76  0
 public class Contributor {
 77  
 
 78  
     protected String name;
 79  
     protected String email;
 80  
     protected String url;
 81  
     protected String organization;
 82  
     protected String organizationUrl;
 83  
     protected Contributor.Roles roles;
 84  
     protected String timezone;
 85  
     protected Contributor.Properties properties;
 86  
 
 87  
     /**
 88  
      * Gets the value of the name property.
 89  
      * 
 90  
      * @return
 91  
      *     possible object is
 92  
      *     {@link String }
 93  
      *     
 94  
      */
 95  
     public String getName() {
 96  0
         return name;
 97  
     }
 98  
 
 99  
     /**
 100  
      * Sets the value of the name property.
 101  
      * 
 102  
      * @param value
 103  
      *     allowed object is
 104  
      *     {@link String }
 105  
      *     
 106  
      */
 107  
     public void setName(String value) {
 108  0
         this.name = value;
 109  0
     }
 110  
 
 111  
     /**
 112  
      * Gets the value of the email property.
 113  
      * 
 114  
      * @return
 115  
      *     possible object is
 116  
      *     {@link String }
 117  
      *     
 118  
      */
 119  
     public String getEmail() {
 120  0
         return email;
 121  
     }
 122  
 
 123  
     /**
 124  
      * Sets the value of the email property.
 125  
      * 
 126  
      * @param value
 127  
      *     allowed object is
 128  
      *     {@link String }
 129  
      *     
 130  
      */
 131  
     public void setEmail(String value) {
 132  0
         this.email = value;
 133  0
     }
 134  
 
 135  
     /**
 136  
      * Gets the value of the url property.
 137  
      * 
 138  
      * @return
 139  
      *     possible object is
 140  
      *     {@link String }
 141  
      *     
 142  
      */
 143  
     public String getUrl() {
 144  0
         return url;
 145  
     }
 146  
 
 147  
     /**
 148  
      * Sets the value of the url property.
 149  
      * 
 150  
      * @param value
 151  
      *     allowed object is
 152  
      *     {@link String }
 153  
      *     
 154  
      */
 155  
     public void setUrl(String value) {
 156  0
         this.url = value;
 157  0
     }
 158  
 
 159  
     /**
 160  
      * Gets the value of the organization property.
 161  
      * 
 162  
      * @return
 163  
      *     possible object is
 164  
      *     {@link String }
 165  
      *     
 166  
      */
 167  
     public String getOrganization() {
 168  0
         return organization;
 169  
     }
 170  
 
 171  
     /**
 172  
      * Sets the value of the organization property.
 173  
      * 
 174  
      * @param value
 175  
      *     allowed object is
 176  
      *     {@link String }
 177  
      *     
 178  
      */
 179  
     public void setOrganization(String value) {
 180  0
         this.organization = value;
 181  0
     }
 182  
 
 183  
     /**
 184  
      * Gets the value of the organizationUrl property.
 185  
      * 
 186  
      * @return
 187  
      *     possible object is
 188  
      *     {@link String }
 189  
      *     
 190  
      */
 191  
     public String getOrganizationUrl() {
 192  0
         return organizationUrl;
 193  
     }
 194  
 
 195  
     /**
 196  
      * Sets the value of the organizationUrl property.
 197  
      * 
 198  
      * @param value
 199  
      *     allowed object is
 200  
      *     {@link String }
 201  
      *     
 202  
      */
 203  
     public void setOrganizationUrl(String value) {
 204  0
         this.organizationUrl = value;
 205  0
     }
 206  
 
 207  
     /**
 208  
      * Gets the value of the roles property.
 209  
      * 
 210  
      * @return
 211  
      *     possible object is
 212  
      *     {@link Contributor.Roles }
 213  
      *     
 214  
      */
 215  
     public Contributor.Roles getRoles() {
 216  0
         return roles;
 217  
     }
 218  
 
 219  
     /**
 220  
      * Sets the value of the roles property.
 221  
      * 
 222  
      * @param value
 223  
      *     allowed object is
 224  
      *     {@link Contributor.Roles }
 225  
      *     
 226  
      */
 227  
     public void setRoles(Contributor.Roles value) {
 228  0
         this.roles = value;
 229  0
     }
 230  
 
 231  
     /**
 232  
      * Gets the value of the timezone property.
 233  
      * 
 234  
      * @return
 235  
      *     possible object is
 236  
      *     {@link String }
 237  
      *     
 238  
      */
 239  
     public String getTimezone() {
 240  0
         return timezone;
 241  
     }
 242  
 
 243  
     /**
 244  
      * Sets the value of the timezone property.
 245  
      * 
 246  
      * @param value
 247  
      *     allowed object is
 248  
      *     {@link String }
 249  
      *     
 250  
      */
 251  
     public void setTimezone(String value) {
 252  0
         this.timezone = value;
 253  0
     }
 254  
 
 255  
     /**
 256  
      * Gets the value of the properties property.
 257  
      * 
 258  
      * @return
 259  
      *     possible object is
 260  
      *     {@link Contributor.Properties }
 261  
      *     
 262  
      */
 263  
     public Contributor.Properties getProperties() {
 264  0
         return properties;
 265  
     }
 266  
 
 267  
     /**
 268  
      * Sets the value of the properties property.
 269  
      * 
 270  
      * @param value
 271  
      *     allowed object is
 272  
      *     {@link Contributor.Properties }
 273  
      *     
 274  
      */
 275  
     public void setProperties(Contributor.Properties value) {
 276  0
         this.properties = value;
 277  0
     }
 278  
 
 279  
 
 280  
     /**
 281  
      * <p>Java class for anonymous complex type.
 282  
      * 
 283  
      * <p>The following schema fragment specifies the expected content contained within this class.
 284  
      * 
 285  
      * <pre>
 286  
      * &lt;complexType>
 287  
      *   &lt;complexContent>
 288  
      *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 289  
      *       &lt;sequence>
 290  
      *         &lt;any processContents='skip' maxOccurs="unbounded" minOccurs="0"/>
 291  
      *       &lt;/sequence>
 292  
      *     &lt;/restriction>
 293  
      *   &lt;/complexContent>
 294  
      * &lt;/complexType>
 295  
      * </pre>
 296  
      * 
 297  
      * 
 298  
      */
 299  
     @XmlAccessorType(XmlAccessType.FIELD)
 300  
     @XmlType(name = "", propOrder = {
 301  
         "any"
 302  
     })
 303  0
     public static class Properties {
 304  
 
 305  
         @XmlAnyElement
 306  
         protected List<Element> any;
 307  
 
 308  
         /**
 309  
          * Gets the value of the any property.
 310  
          * 
 311  
          * <p>
 312  
          * This accessor method returns a reference to the live list,
 313  
          * not a snapshot. Therefore any modification you make to the
 314  
          * returned list will be present inside the JAXB object.
 315  
          * This is why there is not a <CODE>set</CODE> method for the any property.
 316  
          * 
 317  
          * <p>
 318  
          * For example, to add a new item, do as follows:
 319  
          * <pre>
 320  
          *    getAny().add(newItem);
 321  
          * </pre>
 322  
          * 
 323  
          * 
 324  
          * <p>
 325  
          * Objects of the following type(s) are allowed in the list
 326  
          * {@link Element }
 327  
          * 
 328  
          * 
 329  
          */
 330  
         public List<Element> getAny() {
 331  0
             if (any == null) {
 332  0
                 any = new ArrayList<Element>();
 333  
             }
 334  0
             return this.any;
 335  
         }
 336  
 
 337  
     }
 338  
 
 339  
 
 340  
     /**
 341  
      * <p>Java class for anonymous complex type.
 342  
      * 
 343  
      * <p>The following schema fragment specifies the expected content contained within this class.
 344  
      * 
 345  
      * <pre>
 346  
      * &lt;complexType>
 347  
      *   &lt;complexContent>
 348  
      *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 349  
      *       &lt;sequence>
 350  
      *         &lt;element name="role" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
 351  
      *       &lt;/sequence>
 352  
      *     &lt;/restriction>
 353  
      *   &lt;/complexContent>
 354  
      * &lt;/complexType>
 355  
      * </pre>
 356  
      * 
 357  
      * 
 358  
      */
 359  
     @XmlAccessorType(XmlAccessType.FIELD)
 360  
     @XmlType(name = "", propOrder = {
 361  
         "role"
 362  
     })
 363  0
     public static class Roles {
 364  
 
 365  
         protected List<String> role;
 366  
 
 367  
         /**
 368  
          * Gets the value of the role property.
 369  
          * 
 370  
          * <p>
 371  
          * This accessor method returns a reference to the live list,
 372  
          * not a snapshot. Therefore any modification you make to the
 373  
          * returned list will be present inside the JAXB object.
 374  
          * This is why there is not a <CODE>set</CODE> method for the role property.
 375  
          * 
 376  
          * <p>
 377  
          * For example, to add a new item, do as follows:
 378  
          * <pre>
 379  
          *    getRole().add(newItem);
 380  
          * </pre>
 381  
          * 
 382  
          * 
 383  
          * <p>
 384  
          * Objects of the following type(s) are allowed in the list
 385  
          * {@link String }
 386  
          * 
 387  
          * 
 388  
          */
 389  
         public List<String> getRole() {
 390  0
             if (role == null) {
 391  0
                 role = new ArrayList<String>();
 392  
             }
 393  0
             return this.role;
 394  
         }
 395  
 
 396  
     }
 397  
 
 398  
 }