Coverage Report - fr.paris.lutece.plugins.address.business.jaxb.wsSearchAdresse.ObjectFactory
 
Classes in this File Line Coverage Branch Coverage Complexity
ObjectFactory
0 %
0/4
N/A
1
 
 1  
 //
 2  
 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.0.3-b01-fcs 
 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: 2018.04.30 at 04:24:23 PM CEST 
 6  
 //
 7  
 
 8  
 
 9  
 package fr.paris.lutece.plugins.address.business.jaxb.wsSearchAdresse;
 10  
 
 11  
 import javax.xml.bind.annotation.XmlRegistry;
 12  
 
 13  
 
 14  
 /**
 15  
  * This object contains factory methods for each 
 16  
  * Java content interface and Java element interface 
 17  
  * generated in the fr.paris.lutece.plugins.address.business.jaxb.wsSearchAdresse package. 
 18  
  * <p>An ObjectFactory allows you to programatically 
 19  
  * construct new instances of the Java representation 
 20  
  * for XML content. The Java representation of XML 
 21  
  * content can consist of schema derived interfaces 
 22  
  * and classes representing the binding of schema 
 23  
  * type definitions, element declarations and model 
 24  
  * groups.  Factory methods for each of these are 
 25  
  * provided in this class.
 26  
  * 
 27  
  */
 28  
 @XmlRegistry
 29  
 public class ObjectFactory {
 30  
 
 31  
 
 32  
     /**
 33  
      * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: fr.paris.lutece.plugins.address.business.jaxb.wsSearchAdresse
 34  
      * 
 35  
      */
 36  0
     public ObjectFactory() {
 37  0
     }
 38  
 
 39  
     /**
 40  
      * Create an instance of {@link Adresse }
 41  
      * 
 42  
      */
 43  
     public Adresse createAdresse() {
 44  0
         return new Adresse();
 45  
     }
 46  
 
 47  
     /**
 48  
      * Create an instance of {@link Adresses }
 49  
      * 
 50  
      */
 51  
     public Adresses createAdresses() {
 52  0
         return new Adresses();
 53  
     }
 54  
 
 55  
 }