/** Sets the "staEnd" attribute */
 public void setStaEnd(double staEnd) {
   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) {
       target = (org.apache.xmlbeans.SimpleValue) get_store().add_attribute_user(STAEND$4);
     }
     target.setDoubleValue(staEnd);
   }
 }
Exemplo n.º 2
0
 /** Sets the "amount" element */
 public void setAmount(double amount) {
   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) {
       target = (org.apache.xmlbeans.SimpleValue) get_store().add_element_user(AMOUNT$0);
     }
     target.setDoubleValue(amount);
   }
 }
 /** Sets the "altitude" attribute */
 public void setAltitude(double altitude) {
   synchronized (monitor()) {
     check_orphaned();
     org.apache.xmlbeans.SimpleValue target = null;
     target = (org.apache.xmlbeans.SimpleValue) get_store().find_attribute_user(ALTITUDE$18);
     if (target == null) {
       target = (org.apache.xmlbeans.SimpleValue) get_store().add_attribute_user(ALTITUDE$18);
     }
     target.setDoubleValue(altitude);
   }
 }
 /** Sets the "orthometricHeight" attribute */
 public void setOrthometricHeight(double orthometricHeight) {
   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) {
       target =
           (org.apache.xmlbeans.SimpleValue)
               get_store().add_attribute_user(ORTHOMETRICHEIGHT$22);
     }
     target.setDoubleValue(orthometricHeight);
   }
 }
 /** Sets the "ellipsiodnalHeight" attribute */
 public void setEllipsiodnalHeight(double ellipsiodnalHeight) {
   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) {
       target =
           (org.apache.xmlbeans.SimpleValue)
               get_store().add_attribute_user(ELLIPSIODNALHEIGHT$20);
     }
     target.setDoubleValue(ellipsiodnalHeight);
   }
 }