Coverage Report - org.georss.georss._10.GeoRssExtension
 
Classes in this File Line Coverage Branch Coverage Complexity
GeoRssExtension
75% 
N/A 
0
 
 1  
 //
 2  
 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.1.5-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: 2008.06.11 at 12:15:46 AM EDT 
 6  
 //
 7  
 
 8  
 
 9  
 package org.georss.georss._10;
 10  
 
 11  
 import javax.xml.bind.annotation.XmlAccessType;
 12  
 import javax.xml.bind.annotation.XmlAccessorType;
 13  
 import javax.xml.bind.annotation.XmlRootElement;
 14  
 import javax.xml.bind.annotation.XmlType;
 15  
 
 16  
 
 17  
 /**
 18  
  * <p>Java class for anonymous complex type.
 19  
  * 
 20  
  * <p>The following schema fragment specifies the expected content contained within this class.
 21  
  * 
 22  
  * <pre>
 23  
  * &lt;complexType>
 24  
  *   &lt;complexContent>
 25  
  *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 26  
  *       &lt;sequence>
 27  
  *         &lt;element ref="{http://www.georss.org/georss/10}where" minOccurs="0"/>
 28  
  *         &lt;element ref="{http://www.georss.org/georss/10}point" minOccurs="0"/>
 29  
  *         &lt;element ref="{http://www.georss.org/georss/10}line" minOccurs="0"/>
 30  
  *         &lt;element ref="{http://www.georss.org/georss/10}polygon" minOccurs="0"/>
 31  
  *         &lt;element ref="{http://www.georss.org/georss/10}box" minOccurs="0"/>
 32  
  *       &lt;/sequence>
 33  
  *     &lt;/restriction>
 34  
  *   &lt;/complexContent>
 35  
  * &lt;/complexType>
 36  
  * </pre>
 37  
  * 
 38  
  * 
 39  
  */
 40  
 @XmlAccessorType(XmlAccessType.FIELD)
 41  
 @XmlType(name = "", propOrder = {
 42  
     "where",
 43  
     "point",
 44  
     "line",
 45  
     "polygon",
 46  
     "box"
 47  
 })
 48  
 @XmlRootElement(name = "geoRssExtension")
 49  6
 public class GeoRssExtension {
 50  
 
 51  
     protected Where where;
 52  
     protected SimplePositionType point;
 53  
     protected SimplePositionType line;
 54  
     protected SimplePositionType polygon;
 55  
     protected SimplePositionType box;
 56  
 
 57  
     /**
 58  
      *  
 59  
      * See http://georss.org/ about this element.
 60  
      *                                                  
 61  
      *                                                 
 62  
      * 
 63  
      * @return
 64  
      *     possible object is
 65  
      *     {@link Where }
 66  
      *     
 67  
      */
 68  
     public Where getWhere() {
 69  6
         return where;
 70  
     }
 71  
 
 72  
     /**
 73  
      * Sets the value of the where property.
 74  
      * 
 75  
      * @param value
 76  
      *     allowed object is
 77  
      *     {@link Where }
 78  
      *     
 79  
      */
 80  
     public void setWhere(Where value) {
 81  6
         this.where = value;
 82  6
     }
 83  
 
 84  
     /**
 85  
      *  
 86  
      * See http://georss.org/ about this element.
 87  
      *                                                  
 88  
      *                                                 
 89  
      * 
 90  
      * @return
 91  
      *     possible object is
 92  
      *     {@link SimplePositionType }
 93  
      *     
 94  
      */
 95  
     public SimplePositionType getPoint() {
 96  6
         return point;
 97  
     }
 98  
 
 99  
     /**
 100  
      * Sets the value of the point property.
 101  
      * 
 102  
      * @param value
 103  
      *     allowed object is
 104  
      *     {@link SimplePositionType }
 105  
      *     
 106  
      */
 107  
     public void setPoint(SimplePositionType value) {
 108  0
         this.point = value;
 109  0
     }
 110  
 
 111  
     /**
 112  
      *  
 113  
      * See http://georss.org/ about this element.
 114  
      *                                                  
 115  
      *                                                 
 116  
      * 
 117  
      * @return
 118  
      *     possible object is
 119  
      *     {@link SimplePositionType }
 120  
      *     
 121  
      */
 122  
     public SimplePositionType getLine() {
 123  6
         return line;
 124  
     }
 125  
 
 126  
     /**
 127  
      * Sets the value of the line property.
 128  
      * 
 129  
      * @param value
 130  
      *     allowed object is
 131  
      *     {@link SimplePositionType }
 132  
      *     
 133  
      */
 134  
     public void setLine(SimplePositionType value) {
 135  0
         this.line = value;
 136  0
     }
 137  
 
 138  
     /**
 139  
      *  
 140  
      * See http://georss.org/ about this element.
 141  
      *                                                  
 142  
      *                                                 
 143  
      * 
 144  
      * @return
 145  
      *     possible object is
 146  
      *     {@link SimplePositionType }
 147  
      *     
 148  
      */
 149  
     public SimplePositionType getPolygon() {
 150  6
         return polygon;
 151  
     }
 152  
 
 153  
     /**
 154  
      * Sets the value of the polygon property.
 155  
      * 
 156  
      * @param value
 157  
      *     allowed object is
 158  
      *     {@link SimplePositionType }
 159  
      *     
 160  
      */
 161  
     public void setPolygon(SimplePositionType value) {
 162  6
         this.polygon = value;
 163  6
     }
 164  
 
 165  
     /**
 166  
      *  
 167  
      * See http://georss.org/ about this element.
 168  
      *                                                  
 169  
      *                                                 
 170  
      * 
 171  
      * @return
 172  
      *     possible object is
 173  
      *     {@link SimplePositionType }
 174  
      *     
 175  
      */
 176  
     public SimplePositionType getBox() {
 177  6
         return box;
 178  
     }
 179  
 
 180  
     /**
 181  
      * Sets the value of the box property.
 182  
      * 
 183  
      * @param value
 184  
      *     allowed object is
 185  
      *     {@link SimplePositionType }
 186  
      *     
 187  
      */
 188  
     public void setBox(SimplePositionType value) {
 189  6
         this.box = value;
 190  6
     }
 191  
 
 192  
 }