/** Sets (as xml) the "amount" element */ public void xsetAmount(org.apache.xmlbeans.XmlDouble amount) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.XmlDouble target = null; target = (org.apache.xmlbeans.XmlDouble) get_store().find_element_user(AMOUNT$0, 0); if (target == null) { target = (org.apache.xmlbeans.XmlDouble) get_store().add_element_user(AMOUNT$0); } target.set(amount); } }
/** Sets (as xml) the "altitude" attribute */ public void xsetAltitude(org.apache.xmlbeans.XmlDouble altitude) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.XmlDouble target = null; target = (org.apache.xmlbeans.XmlDouble) get_store().find_attribute_user(ALTITUDE$18); if (target == null) { target = (org.apache.xmlbeans.XmlDouble) get_store().add_attribute_user(ALTITUDE$18); } target.set(altitude); } }
/** Sets (as xml) the "ellipsiodnalHeight" attribute */ public void xsetEllipsiodnalHeight(org.apache.xmlbeans.XmlDouble ellipsiodnalHeight) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.XmlDouble target = null; target = (org.apache.xmlbeans.XmlDouble) get_store().find_attribute_user(ELLIPSIODNALHEIGHT$20); if (target == null) { target = (org.apache.xmlbeans.XmlDouble) get_store().add_attribute_user(ELLIPSIODNALHEIGHT$20); } target.set(ellipsiodnalHeight); } }
/** Sets (as xml) the "orthometricHeight" attribute */ public void xsetOrthometricHeight(org.apache.xmlbeans.XmlDouble orthometricHeight) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.XmlDouble target = null; target = (org.apache.xmlbeans.XmlDouble) get_store().find_attribute_user(ORTHOMETRICHEIGHT$22); if (target == null) { target = (org.apache.xmlbeans.XmlDouble) get_store().add_attribute_user(ORTHOMETRICHEIGHT$22); } target.set(orthometricHeight); } }