/** Gets the "staEnd" attribute */
 public double getStaEnd() {
   synchronized (monitor()) {
     check_orphaned();
     org.apache.xmlbeans.SimpleValue target = null;
     target = (org.apache.xmlbeans.SimpleValue) get_store().find_attribute_user(STAEND$4);
     if (target == null) {
       return 0.0;
     }
     return target.getDoubleValue();
   }
 }
Example #2
0
 /** Gets the "amount" element */
 public double getAmount() {
   synchronized (monitor()) {
     check_orphaned();
     org.apache.xmlbeans.SimpleValue target = null;
     target = (org.apache.xmlbeans.SimpleValue) get_store().find_element_user(AMOUNT$0, 0);
     if (target == null) {
       return 0.0;
     }
     return target.getDoubleValue();
   }
 }
 /** Gets the "longitude" attribute */
 public double getLongitude() {
   synchronized (monitor()) {
     check_orphaned();
     org.apache.xmlbeans.SimpleValue target = null;
     target = (org.apache.xmlbeans.SimpleValue) get_store().find_attribute_user(LONGITUDE$16);
     if (target == null) {
       return 0.0;
     }
     return target.getDoubleValue();
   }
 }
 /** Gets the "orthometricHeight" attribute */
 public double getOrthometricHeight() {
   synchronized (monitor()) {
     check_orphaned();
     org.apache.xmlbeans.SimpleValue target = null;
     target =
         (org.apache.xmlbeans.SimpleValue) get_store().find_attribute_user(ORTHOMETRICHEIGHT$22);
     if (target == null) {
       return 0.0;
     }
     return target.getDoubleValue();
   }
 }
 /** Gets the "ellipsiodnalHeight" attribute */
 public double getEllipsiodnalHeight() {
   synchronized (monitor()) {
     check_orphaned();
     org.apache.xmlbeans.SimpleValue target = null;
     target =
         (org.apache.xmlbeans.SimpleValue)
             get_store().find_attribute_user(ELLIPSIODNALHEIGHT$20);
     if (target == null) {
       return 0.0;
     }
     return target.getDoubleValue();
   }
 }